stog 0.2.0

STOG is a static blog generator implemented in rust
Documentation
1
2
3
4
5
base_url = "{{ config.base_url }}"
site_name = "{{ config.site_name }}"
site_author = "{{config.site_author}}"
site_description = "{{ config.site_description }}"
post_headers = {{ config.post_headers }}