Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adueck/cayman-blog
A Jekyll blog template made for simple, readable snippets of your brain drippings.
https://github.com/adueck/cayman-blog
Last synced: 2 months ago
JSON representation
A Jekyll blog template made for simple, readable snippets of your brain drippings.
- Host: GitHub
- URL: https://github.com/adueck/cayman-blog
- Owner: adueck
- License: mit
- Created: 2016-01-27T21:10:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T20:48:13.000Z (about 1 year ago)
- Last Synced: 2023-11-08T06:06:58.240Z (about 1 year ago)
- Language: CSS
- Size: 205 KB
- Stars: 18
- Watchers: 2
- Forks: 64
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A [Jekyll](https://jekyllrb.com/) blog template made for simple, readable snippets of your brain drippings.
[DEMO](http://adueck.github.io/cayman-blog/)
To get this going follow these simple steps:
1. Fork, clone, or download the repository
2. Edit_config.yml
3. If you want, swap `img/cover.jpg` for your own header image
3. Fill up the `_posts` folder with whatever you want to say
4. runjekyll build
and thenjekyll serve
note: This will require the `jekyll-paginate` gem `$ gem install jekyll-paginate`You can easily host your blog for free on [GitHub Pages](https://pages.github.com/)
I made this Jekyll theme by adapting and modifying the [Cayman Theme](https://github.com/jasonlong/cayman-theme) by [Jason Lang](https://github.com/jasonlong), which is licensed under a [Creative Commons Attribution 4.0 International license](http://creativecommons.org/licenses/by/4.0/).