gh-pages-minima-starter

gh-pages-minima-starter

A minimal example for running Github Pages with the minima theme.

gh-pages-minima-starter

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 set it up locally, create content, use Github interface, etc. feel free to visit this website post or the source code here.

Do you have questions? feel free to open an issue or contact me.

Enjoy!!