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 newProject
-
Build the site and make it available on a local server
bundle exec jekyll serve --watch
-
Add this line to your Jekyll site's Gemfile
:
gem "gemdev"
-
And add this line to your Jekyll site's _config.yml
:
theme: gemdev
-
And then execute:
$ bundle
-
Or install it yourself as:
$ gem install gemdev
-
To update the theme run:
$ bundle update
Usage
In _config.yml
you can specify:
header_name
: provide the title in header
url
: specify the site url
social
: list your socials
project
: 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