mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
Fix the build page error again
This commit is contained in:
parent
7b4107b6ab
commit
af5fe6c927
@ -21,6 +21,7 @@ description: >- # this means to ignore newlines until "baseurl:"
|
|||||||
engineering. Yes, one of those blogs...
|
engineering. Yes, one of those blogs...
|
||||||
baseurl: "blog" # the subpath of your site, e.g. /blog
|
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
|
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
|
codepen_username: foo-dogsquared
|
||||||
devto_username: foodogsquared
|
devto_username: foodogsquared
|
||||||
|
@ -9,5 +9,4 @@
|
|||||||
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
||||||
{%- include google-analytics.html -%}
|
{%- include google-analytics.html -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- include libraries.html -%}
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -49,4 +49,5 @@ layout: default
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{%- include addl-post-fns.html -%}
|
{%- include addl-post-fns.html -%}
|
||||||
|
{%- include libraries.html -%}
|
||||||
</article>
|
</article>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
layout: post
|
layout: post
|
||||||
title: "[Simplified!] The Shock of Knowing Electronics"
|
title: "[Simplified!] The Shock of Knowing Electronics"
|
||||||
alt_title: "Simplified! :: Introduction to Electronics I"
|
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
|
author: foo-dogsquared
|
||||||
categories: general
|
categories: general
|
||||||
tags: [programming-notes, computer-science, real-notes]
|
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.
|
thing down in one swoop.
|
||||||
|
|
||||||
There will be an upcoming part two of this post, so stay tuned on that!
|
There will be an upcoming part two of this post, so stay tuned on that!
|
||||||
<!-- So yeah, into the [second part]({% post_url 2018-08-21-simplified-introduction-to-electronics-2 %}) we go. -->
|
|
||||||
|
|
||||||
## (Re)Sources:
|
## (Re)Sources:
|
||||||
- ### Books
|
- ### Books
|
||||||
|
Loading…
Reference in New Issue
Block a user