Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsanz/gh-pages-minima-starter
A minimal example for running Github Pages with the minima theme.
https://github.com/jsanz/gh-pages-minima-starter
jekyll template
Last synced: 6 days ago
JSON representation
A minimal example for running Github Pages with the minima theme.
- Host: GitHub
- URL: https://github.com/jsanz/gh-pages-minima-starter
- Owner: jsanz
- License: mit
- Created: 2020-03-22T22:14:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:46:14.000Z (3 months ago)
- Last Synced: 2025-01-11T01:06:04.422Z (13 days ago)
- Topics: jekyll, template
- Language: HTML
- Homepage: https://jsanz.github.io/gh-pages-minima-starter/
- Size: 1.9 MB
- Stars: 128
- Watchers: 4
- Forks: 106
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-pages-minima-starter
This is a template and some instructions for running Github Pages with the [`minima` theme][minima]. This repo has what I consider the minimum pieces for a personal blog using [Jekyll][jk] and [Github Pages][gh-site]:
* 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][minima] documentation for further details and customization and the [official docs][gh] 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][dev] or the source code here.
Do you have questions? feel free to [open an issue](https://github.com/jsanz/gh-pages-minima-starter/issues/new/choose) or [contact me](https://jorgesanz.net/contact).
Enjoy!!
[gh-site]: https://pages.github.com/
[jk]: https://jekyllrb.com/
[minima]: https://github.com/jekyll/minima/tree/2.5-stable
[gh]: https://help.github.com/en/github/working-with-github-pages
[gh-settings]: https://help.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site
[dev]: https://jsanz.github.io/gh-pages-minima-starter/2020/04/17/local-env.html