limonite 0.2.1

small blog generator
1
2
3
4
5
6
7
8
#[derive(Serialize, Debug)]
pub struct Post {
    title: String,
    slug: String,
    content: String,
    date: String,
    seq: u8
}