Skip to content

twingl/blog

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published