khata 0.0.1

Static blogging tool, Shonku reimplemented.
Documentation
1
2
3
4
5
6
7
8
extern crate chrono;
extern crate khata;

use khata::utils::*;

fn main() {
    create_new_post();
}