The source code for my personal website.
- Install Ruby, Bundler, and Git.
- Clone the repository:
git clone https://github.com/SgtSwagrid/SgtSwagrid.github.io
- From the project directory, run
setup
(first time) thenrun
. - Open localhost:4000 in your browser.
- Create a new file in _posts.
- Name it according to
YYYY-MM-DD-title-of-post.md
. - Add the following preamble:
--- layout: post title: "Title" date: YYYY-MM-DD HH:MM:SS -0000 categories: category1 category2 author: Author's name excerpt: "A brief description" ---
- Write the content in Markdown.
- Commit and push.
This site is automatically deployed from the main
branch.
- Jekyll for static site generation.
- GitHub Pages for hosting.