Fink is a light-weight web publishing solution.
At the moment the following content elements are supported:
- Posts
- Pages for static content
- Galleries
$ git clone git@github.com:dozed/fink.git
$ cd fink
$ vi src/main/resources/c3p0.properties
$ bin/sbt.sh
> container:start
The sample application is running on: http://localhost:8080/
The admin panel is reachable under: http://localhost:8080/admin
You can load some sample data by running:
$ bin/sample-data.sh
- Web micro-framework Scalatra
- Database abstraction Slick
- JSON data interchange format using json4s
- Admin UI AngularJS
- Jade template using Scalate
- The theme for the demo is: Foghorn.
This handy tool helps converting HTML to Jade syntax.