_config.yml in askclass-news-theme-0.3.0 vs _config.yml in askclass-news-theme-0.4.0
- old
+ new
@@ -1,19 +1,19 @@
# Custom fields
title: "AskClass News"
description: >
Exploring the intersection between education and technology;
- how innovations in cross-disciplinary learning reorients the
- trajectory of our society toward love and appreciation of life.
+ how innovations in cross-disciplinary learning reorients our
+ trajectory toward love and appreciation of life.
acn:
date_format: "%b %d, %Y"
short_name: "AC News"
color:
theme: "#ffc100"
bg: "#222"
- url: "https://news.askclass.com"
+ url: "https://acn.askclass.com"
categories:
- education
social:
twitter: "askclass_com"
logo:
@@ -54,20 +54,42 @@
- Open+Sans
- Josefin+Sans
- Share+Tech+Mono
- Material+Icons
-# Add the below to your _config.yml
collections_dir: content
collections:
writers:
output: true
+ hashtags:
+ output: true
-# Theme
+ignore_theme_config: false
excerpt_separator: "<!--more-->"
+permalink: /:year/:month/:day/:title
+defaults:
+ - scope:
+ type: "hashtags"
+ values:
+ layout: "hashtag"
+ - scope:
+ type: "writers"
+ values:
+ layout: "writer"
+ - scope:
+ type: "posts"
+ values:
+ layout: "post"
+
sass:
style: compact
+
+keep_files:
+ - index.html
+ - 404.html
+ - pwabuilder-sw.js
+ - content
exclude:
- README.md
- LICENSE
- Gemfile