emhart / website

Source for my personal website powered by octopress and jekyll, emhart.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hikari

Hikari is an open-source Jekyll theme perfect for dev-savvy bloggers who wants to get started with Jekyll in a very minimal way.

  • SCSS!
  • Responsive
  • Lightweight (no JS library has been abused here)

preview

preview

preview

View demo

How to install

  1. Clone this repo
  2. Customize _config.yml and replace all dummy posts by yours
  3. Change your profile picture in ~/assets/img/avatar.jpg
  4. Publish (I recommend GitHub Pages, it's free)

Development

  • master for development and pull requests.
  • gh-pages for the demo page; don't bother.

Running locally

  1. Clone this repo

  2. Install required dependencies with Bundler

     bundle install
    
  3. Run the site with Jekyll

     bundle exec jekyll serve --watch
    
  4. Visit the site at http://localhost:4000

Author

Mathieu Mayer-Mazzoli

Main Contributors

Ross Allen

Julien Rousseau

License

Open source. MIT license.

About

Source for my personal website powered by octopress and jekyll, emhart.info


Languages

Language:CSS 52.9%Language:JavaScript 22.6%Language:HTML 21.4%Language:Ruby 3.0%Language:Shell 0.1%