gemdev
A minimalist Jekyll theme for developers.
Installation
Follow the steps in this Jekyll Guide if you're beginning with Jekyll from scratch.
Create a new Jekyll project
jekyll new newProjectBuild the site and make it available on a local server
bundle exec jekyll serve --watchAdd this line to your Jekyll site's
Gemfile:gem "gemdev"And add this line to your Jekyll site's
_config.yml:theme: gemdevAnd then execute:
$ bundleOr install it yourself as:
$ gem install gemdevTo update the theme run:
$ bundle updateUsage
In _config.yml you can specify:
header_name: provide the title in headerurl: specify the site urlsocial: list your socialsproject: list your projects providing a name, url and description
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/maykongsn/gemdev. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The theme is available as open source under the terms of the MIT