sick 0.0.0

a static site generator
sick
====

- keep the same theme as liam.rs (css)
- frontmatter parsing

routes:
  - /
  - /posts
  - /posts/{id}
  - /tags/
  - /tags/{tag}

config:
  - links
  - bio
  - donate
  - profile image
  - header

cli:
  top-level command:
     - sick
  options:
    - config_path
  subcommands
    - serve
    - generate
    - publish?