LECTURE 2
NOTES
-
Make a google doc, put it on docx, then proceed to somehow organize it in the blog.
-
In front matter, there is a key and a value.
Ex:branch: master (branch is the key master is the value.)
-
If key is present you MUST have a value.
-
Go to _pages to add/edit subpages.
ie:About Me
-
Special key known as site.baseurl. If you add curly brackets on it you can make a directory to a file.
-
Secrets are in _config.yml, you can add images there.
-
In config.yml, you can make show_image: true and you can now add images to posts.
to add an img to a post, do /image:{insert image link here, it should start with /images}