An open-source static blog system written in Crystal
- Install Crystal
- Pull Repository
cd rock/
shards install
- Create '.env'
BLOG_TITLE=Your blog name
BLOG_URL=http://localhost:3000/
BLOG_TEMPLATE=default
BLOG_BRAND=Blog Brand
BLOG_NAV=About,Portfolio,Hire,Contact
MEDIUM_URL=https://medium.com/@jessehorne
LINKEDIN_URL=https://linkedin.com/in/jesseleehorne
GITHUB_URL=https://github.com/jessehorne
crystal run src/rock.cr
coming soon...
- Fork it (https://github.com/jessehorne/rock/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Jesse Horne - creator, maintainer