gynter.github.io - Homepage of Günter Kits
-
Description
-
License
-
Building on *nix
-
Support
-
Contributing
-
Author
-
Description
gynter.github.io provides a simple responsive Jekyll template using Bootstrap, jQuery and Font Awesome. It also contains the content of my homepage http://kyber.kits.ee.
It is based on a work "Simplex" created by Thomas Park hello@thomaspark.co and "Bootstrap 3 Affix Sidebar" created by Carol Skelly at Bootply.com.
The Jekyll configuration is defined and documented in _config.yml
.
Thanks to Michael Lanyon for tags alphabetizing code.
- License
This software is licensed as described in the file LICENSE.markdown
,
which You should have received as part of this distribution. The terms
are also available at
https://github.com/gynter/gynter.github.io/blob/source/LICENSE.markdown.
- Building on *nix
Building dependencies:
Easiest way is to get those from the official website or via package repository.
Install Bundler using RubyGems as root:
sudo gem install bundler
Install Jekyll and related gems using Bundler:
bundle install --path vendor/bundle
Note: it's not recommended to install packages with Bundler as root!
Build the code:
bundle exec jekyll build
- Support
Issue tracker can be found at https://github.com/gynter/gynter.github.io/issues.
- Contributing
- Files containing HTML syntax must have
.html
extension; - Use
.markdown
extension for markdown files only; - Use only imperative mood in commit messages:
- Bad: "Fixing issue A";
- Good: "Fix issue A";
- Bad: "Added feature B";
- Good: "Add feature B".
- Write code as much as possible according to the rules described in PEP 8 - Style Guide for Python Code. Try to use same style for all programming languages.
- Authors
- Günter Kits (gynter@kits.ee)