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-pagesormain). - Click the
Add filedropdown menu and then onCreate new file. - Name the file
_posts/YYYY-MM-DD-title.md(replaceYYYY-MM-DDwith the current date andtitlewith the title of your post). - At the top of your blog post, add the following frontmatter:
---
title: "YOUR-TITLE"
date: YYYY-MM-DD
---