mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +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...
|
||||
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
|
||||
|
@ -9,5 +9,4 @@
|
||||
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
||||
{%- include google-analytics.html -%}
|
||||
{%- endif -%}
|
||||
{%- include libraries.html -%}
|
||||
</head>
|
||||
|
@ -49,4 +49,5 @@ layout: default
|
||||
{%- endif -%}
|
||||
|
||||
{%- include addl-post-fns.html -%}
|
||||
{%- include libraries.html -%}
|
||||
</article>
|
||||
|
@ -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!
|
||||
<!-- So yeah, into the [second part]({% post_url 2018-08-21-simplified-introduction-to-electronics-2 %}) we go. -->
|
||||
|
||||
## (Re)Sources:
|
||||
- ### Books
|
||||
|
Loading…
Reference in New Issue
Block a user