Template website


Configuration
- Edit
_config.yml with your details.
- Edit
CNAME if you have your own domain.
- Edit
src/index.md, src/js/main.js, and src/_sass/* for all styles.
- When your done, push files to github.
- In github, after the action completes, go to your repository,
settings -> pages and set Source to Deploy from a branch. Then under it, set Branch to gh-pages and the folder to / (root). Then click save.
Screenshot of github pages configuration:

Commands:
- Test:
jekyll serve
- Build:
jekyll build
- Deploy: Push to github and actions will automatically upload to branch
gh-pages
License
Released under MIT by @MrurBo.