papillon
papillon copied to clipboard
A distributed blog publish system based on IPFS
parse the post content: ```markdown # h1 ## h2 ### h3 #### h4 ##### h5 ``` into: ```go [h1,[h2,[h3,[h4,[h5]]]]] ```
`papi new` command: 1. convert Chinese post title into alphabet (pinyin) title 2. filter invalid title 3. apply some config when new post
`init` command: 1. should support download the default theme files from IPFS network automatically 2. should support generate the file tree struct (such as source/public), and `config.toml` etc.