jekyll-theme-hackcss
Dead simple CSS framework now with Jekyll.
Mobile-ready, modern, stylish, simple.
Theme modes
This theme comes in three modes, which could be configured in _config.yml
.
Installation
Clone this repo. Create your own website. Easy.
Configuration
See docs.
License
GNU PGL 3. See LICENSE for more information.
Contributing
Create or edit a page in this directory. Use the .md
extension.
When you are ready to build the site:
make build
If you want to run the site on localhost:
bundle exec jekyll serve
# http://localhost:4000
To deploy the website to our team url:
make deploy