Commit Graph

7 Commits

Author SHA1 Message Date
d6835b96de Refactor into smaller modules 2019-05-14 01:11:39 +02:00
eb0ee4b31d Add generator and result page 2019-05-04 15:38:00 +02:00
1f807a14fb Use version info struct 2019-04-30 14:20:11 +02:00
fd6f58ca9c Add overview template 2019-04-29 20:38:05 +02:00
39f11c14f5 Fix css path 2019-04-26 15:48:29 +02:00
8d7f696dea Make domain name configurable
The domain name can be set using the `--domain` or `-d` flags. It
defaults to `hitsofocode.com`.

Also the CLI options are now parsed inside a lazy_static context to be
available for the templates.
2019-04-23 22:50:51 +02:00
3990ea0a12 Add templates 2019-04-23 18:19:54 +02:00