https://github.com/hacknug/vyoleth
Poetry
https://github.com/hacknug/vyoleth
Last synced: 8 months ago
JSON representation
Poetry
- Host: GitHub
- URL: https://github.com/hacknug/vyoleth
- Owner: hacknug
- Created: 2015-02-15T17:28:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T21:44:41.000Z (over 8 years ago)
- Last Synced: 2025-03-11T00:34:21.646Z (8 months ago)
- Language: HTML
- Homepage: http://hacknug.github.io/vyoleth/
- Size: 492 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hikari
Hikari is an open-source [Jekyll](http://jekyllrb.com) 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)



[View demo](http://m3xm.github.io/hikari-for-Jekyll)
### 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`
3. Publish (I recommend [GitHub Pages](https://help.github.com/articles/using-jekyll-with-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](http://bundler.io/)
bundle install
3. Run the site with Jekyll
bundle exec jekyll serve --watch
4. Visit the site at [http://localhost:4000](http://localhost:4000)
### Author
**Mathieu Mayer-Mazzoli**
-
-
-
### Main Contributors
**Ross Allen**
-
**Julien Rousseau**
-
### License
Open source. [MIT license](http://opensource.org/licenses/MIT).