Jekyll Now is a forkable starter template for creating a Jekyll blog by Barry Clark.
This project is a clone of
barryclark/jekyll-nowfrom this commit.
In addition to the original features, this version includes some more features which I needed in multiple projects. Bootstrap is just handy.
Demo Link: https://ajitzero.github.io/jekyll-now-bs4/
-
Uses Bootstrap
4.5.0layout. -
Supports categories as a collection:
- Each category gets a
/category/:namepage with meta-data. /categorylists all categories, along with all articles under them so far.
- Each category gets a
-
Supports authors as a collection:
- Each author gets a
/authors/:namepage with social links and bio. /authorslists all authors. For now.
- Each author gets a
-
Includes
/_data, currently used for navigation links only.This one isn't a "necessary" addition but allows for much freedom in the long run. Or so I think 🙌
-
Supports Profile Pictures, which falls back to a placeholder avatar with custom initials set in the author's markdown file.
-
Plugins used:
jekyll-paginate: Pagination as/articles/:num/jekyll-mentions: Support for mentions, defaulting to Twitter.jekyll-redirect-from: Support for redirecting pages. Must-have, really.jekyll-gist: Supports for gists.
-
Basic styling options with Sass variables:
primary-light&primary-dark.accent: This is the only one I've used everywhere.
-
Layout options:
default: Includes the navigation and footer.jumbo-section: Adds a hero navigation jumbotron component from bootstrap.none: For truly independent pages.page: Standard go-to page template.standalone: Includes default setup with<main>.
-
This is by default no longer meant for user or organisation websites, like
<username/org-name>.github.io, unlike how Jekyll Now was made. However, it can be easily be made to do support that. -
For project websites, update
baseurlin_config.ymlas the repository name.e.g. If the name of the repository is assumed to be
repothen thebaseurlshould be set as/repo, while the website can be viewed on<username/org-name>.github.io/repo/. -
Removed Disqus related code.
This part can be easily restored from Jekyll Now. I don't ever use it though.
-
jekyll-avatarwas added, then removed later due to this issue. -
/articles/index.htmlis needed instead of a simpler/articles.mdsincejekyll-paginaterequires anindex.htmlfile. No support for*.md😔
As a template, I'm adding only those features which I deem necessary. For any features you may need, raise an issue and let's discuss!
Ajit Panigrahi – @AjitZero – Ping me on Twitter for any urgent queries, raise an issue for anything else.
Distributed under the MIT License. See LICENSE for more information.
