diff --git a/_config.yml b/_config.yml index 18f2100..1b920b6 100644 --- a/_config.yml +++ b/_config.yml @@ -25,8 +25,16 @@ paginate_path: /blog/page:num/ # Includes include: ['_pages'] +# Emoji support +emoji_dir: /assets/img/emoji + # Collections collections: + news: + defaults: + layout: post + output: true + permalink: /news/:path/ projects: output: true permalink: /projects/:path/ @@ -56,6 +64,6 @@ scholar: query: "@*" -# Advanced (don't if you are not sure what it is) +# Advanced (don't touch if you are not sure what it is) jquery_version: "1.11.1" katex_version: "0.1.1" diff --git a/_includes/head.html b/_includes/head.html index 3510995..9712255 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,7 @@
{{ item.date | date: "%B %-d, %Y" }} | +
+ {% if item.inline %}
+ {{ item.content | remove: ' ' | remove: ' ' | emojify }} + {% else %} + {{ item.title }} + {% endif %} + |
+
No news so far...
+ {% endif %}