/blog

Primary LanguageHTMLMIT LicenseMIT

GitHub Pages Project

This repository hosts a GitHub Pages project for https://fearnworks.github.io/blog/

About

This project uses GitHub Pages to create a site or blog directly from the GitHub repositories.

How to Create a Blog Post

  1. Switch to the appropriate branch (e.g., gh-pages or main).
  2. Click the Add file dropdown menu and then on Create new file.
  3. Name the file _posts/YYYY-MM-DD-title.md (replace YYYY-MM-DD with the current date and title with the title of your post).
  4. At the top of your blog post, add the following frontmatter:
---
title: "YOUR-TITLE"
date: YYYY-MM-DD
---