Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdo/jekyll-snippets
Library of commonly used snippets for Jekyll sites.
https://github.com/mdo/jekyll-snippets
Last synced: 6 days ago
JSON representation
Library of commonly used snippets for Jekyll sites.
- Host: GitHub
- URL: https://github.com/mdo/jekyll-snippets
- Owner: mdo
- License: mit
- Created: 2015-01-09T09:46:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T22:19:00.000Z (about 9 years ago)
- Last Synced: 2024-10-12T19:25:18.081Z (about 1 month ago)
- Homepage:
- Size: 235 KB
- Stars: 552
- Watchers: 23
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jekyll snippets
I'm a big fan of Jekyll. I've built [my blog](http://markdotto.com) on it, as well as [Bootstrap's documentation](http://getbootstrap.com) and a [family of themes](http://getpoole.com). This repository serves as a library of commonly used Jekyll snippets.
## Contents
### Posts
- [List of posts](posts-list.html) for archive or condensed index pages.
- [List of posts by year](posts-archive-by-year.html) for archive pages.
- [Series of full posts](posts-full.html) with titles, links, and post body content.
- [Related posts](posts-related.html) based on time.
- [List of posts in a category](posts-in-category.html).
- [Paginated posts](posts-pagination.html) with ``s, ``s, classes, and more.
- [Link to next post](posts-next-post.html).
- [Reading time](posts-reading-time.html)### Pages
- [Navigation with active class](pages-nav.html) for linking pages with the `layout: page`.
### Layout
- [Page title with site title fallback](layout-page-title.html)
- [Page additional styles](layout-page-style.html) for style exceptions in individual pages.### Data
- [List of items](data-list.html) from a particular `.yml` file in the `_data` directory.
### Time
- [Current year](time-current-year.html) for things like copyright.
- [Current date](time-month-day-year.html) as full month, day, and year.### Feeds
- [Basic Atom feed generator](atom.xml)
## Contributing
Have a suggestion or bug fix? Open a pull request or issue. I'd be happy to have more snippets here. Update the list above and include the snippet with a clear file name and the simplest HTML possible.
## License
Licensed under [MIT](LICENSE).