jack
A simple, dark, and modern Jekyll theme
Features
- Backed by Webpack, ES6, and PostCSS for compiling assets
- Dark theme
- Simple design suitable for quick blogging
- Mobile first and responsive layout
- Nice build system
Demo
You can see it here.
Installation
- Install
ruby and yarn
- Run
bundle install and yarn to install all the dependencies
- To run the server, type
bundle exec rake serve and open localhost:4000 in a browser
- Add/Edit your config in
_config.yml
- To build the blog, type
bundle exec rake build
- You can safely remove
docs/ folder since it's only for demonstration
License
See LICENSE.