- Create a new repo (gp-pages-simple)
- Go to settings
- Choose a theme
- Edit your
index.md
file - Commit to master branch
- Go to username.github.io/gp-pages-simple
- Create new repo (gp-pages-themed)
- Create new file (_config.yml)
- Add a theme (remote_theme: murraco/jekyll-theme-minimal-resume), commit
- Create new file (index.md), commit
- Go to settings
- Choose "master" branch as gh pages source
- Wait a minute (can check progress with icon next to repo name), then load page
- Create new repo (gp-pages-custom)
- Clone repo to computer
- Download theme repo as zip (need v3 branch: https://github.com/poole/hyde/tree/v3)
- Extract into repo
- Install prereqs (https://help.github.com/en/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll)
- Edit _config.yml file
- Edit _includes/sidebar.html to change the text
- Remove a few posts
- Edit one of the posts to have custom content
- Add
foo.md
to root directory - Add the text:
---
layout: page
title: foo
---
### Bar
- Commit changes
- Push to repo
- Settings, use master branch