This repository hosts a GitHub Pages project for https://fearnworks.github.io/blog/
This project uses GitHub Pages to create a site or blog directly from the GitHub repositories.
- Switch to the appropriate branch (e.g.,
gh-pages
ormain
). - Click the
Add file
dropdown menu and then onCreate new file
. - Name the file
_posts/YYYY-MM-DD-title.md
(replaceYYYY-MM-DD
with the current date andtitle
with the title of your post). - At the top of your blog post, add the following frontmatter:
---
title: "YOUR-TITLE"
date: YYYY-MM-DD
---