Skip to content

jessehorne/rock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rock

An open-source static blog system written in Crystal

Installation

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

Usage

crystal run src/rock.cr

Development

coming soon...

Contributing

  1. Fork it (https://github.com/jessehorne/rock/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

An open-source static blog system written in Crystal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published