# contrast **Repository Path**: mirrors_skx926/contrast ## Basic Information - **Project Name**: contrast - **Description**: Lightweight Jekyll Theme - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Contrast ======== [Demo](http://niklasbuschmann.github.io/contrast) ![screenshot](https://cloud.githubusercontent.com/assets/4943215/5601369/f7d36d6c-92fa-11e4-85e3-752c270a91d3.png) ## Features - mobile first - syntax highlighting - [disqus](https://disqus.com/) / [isso](http://posativ.org/isso/) integration - customizable - valid HTML5 Please note: Create a *master*-branch if you want to use this theme with *.github.io. ## Getting Started If you're completely new to Jekyll, I recommend checking out the documentation at or there's a tutorial by [Smashing Magazine](http://www.smashingmagazine.com/2014/08/01/build-blog-jekyll-github-pages/). ### Installing Jekyll If you don't have Jekyll already installed, you will need to go ahead and do that. ``` $ gem install jekyll ``` #### Verify your Jekyll version It's important to also check your version of Jekyll since this project uses Native Sass which is [only supported by 2.0+](http://jekyllrb.com/news/2014/05/06/jekyll-turns-2-0-0/). ``` $ jekyll -v # This should be jekyll 2.0.0 or later ``` ### Fork, then clone Fork the repo, and then clone it so you've got the code locally. ### Modify the _config.yml The `_config.yml` located in the root of the Pixyll directory contains all of the configuration details for the Jekyll site. ### Jekyll Serve Then, start the Jekyll Server. I always like to give the `--watch` option so it updates the generated HTML when I make changes. ``` $ jekyll serve --watch ``` Now you can navigate to `localhost:4000` in your browser to see the site. ### Using Github Pages You can host your Jekyll site for free with Github Pages. [Click here](https://pages.github.com/) for more information. ## License This project is licensed under the terms of the MIT license. ## Thanks to the following: * [Jekyll](http://jekyllrb.com) * [Github Pages](https://pages.github.com/) * [Richard Leland: pygment](https://github.com/richleland/pygments-css) * [mrdoob: three.js](https://github.com/mrdoob/three.js/) * [Font Awesome](http://fortawesome.github.io/Font-Awesome/) * [Paul D. Hunt: Source Sans Pro](https://plus.google.com/108888178732927400671/about) * [Victor Gaultney: Gentium Basic](https://profiles.google.com/victorgaultneytype/about) * [John Otander: Pixyll](https://github.com/johnotander/pixyll/)