diff --git a/_config.yml b/_config.yml index 09ab58b..e953535 100644 --- a/_config.yml +++ b/_config.yml @@ -21,6 +21,7 @@ description: >- # this means to ignore newlines until "baseurl:" engineering. Yes, one of those blogs... baseurl: "blog" # the subpath of your site, e.g. /blog url: "https://foo-dogsquared.github.io" # the base hostname & protocol for your site, e.g. http://example.com +encoding: UTF-8 codepen_username: foo-dogsquared devto_username: foodogsquared diff --git a/_includes/head.html b/_includes/head.html index 355749a..d10bf42 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -9,5 +9,4 @@ {%- if jekyll.environment == 'production' and site.google_analytics -%} {%- include google-analytics.html -%} {%- endif -%} - {%- include libraries.html -%} diff --git a/_layouts/post.html b/_layouts/post.html index a482ecd..33e9782 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -49,4 +49,5 @@ layout: default {%- endif -%} {%- include addl-post-fns.html -%} + {%- include libraries.html -%} diff --git a/_posts/2018-08-18-simplified-introduction-to-electronics-1.md b/_posts/2018-08-18-simplified-introduction-to-electronics-1.md index 59a0351..c15b102 100644 --- a/_posts/2018-08-18-simplified-introduction-to-electronics-1.md +++ b/_posts/2018-08-18-simplified-introduction-to-electronics-1.md @@ -2,7 +2,7 @@ layout: post title: "[Simplified!] The Shock of Knowing Electronics" alt_title: "Simplified! :: Introduction to Electronics I" -date: 2018-08-18 0:52:05 +0800 +date: 2018-08-18 00:52:05 +0800 author: foo-dogsquared categories: general tags: [programming-notes, computer-science, real-notes] @@ -407,7 +407,6 @@ Besides, [spaced repetition](https://en.wikipedia.org/wiki/Spaced_repetition) is thing down in one swoop. There will be an upcoming part two of this post, so stay tuned on that! - ## (Re)Sources: - ### Books