This is a template and some instructions for running Github Pages with the minima
theme. This repo has what I consider the minimum pieces for a personal blog using Jekyll and Github Pages:
- Frontpage that includes your last blog posts:
_pages/frontpage.md
- Archive for all your posts:
_pages/archive.md
- About page:
_pages/about.md
- Minimum 404 page:
_pages/404.md
- Minimum metadata in the
_config.yml
- Example CSS change inside
assets/main.scss
- Custom footer template
_includes/footer.html
Check out the excellent minima
theme documentation for further details and customization and the official docs for more details on how Github Pages work.
For more details on how to create content, use Github interface, etc. feel free to browse the website or the source code here.
Do you have questions? feel free to open an issue or reach me from my contact form.
Enjoy!!