papillon icon indicating copy to clipboard operation
papillon copied to clipboard

A distributed blog publish system based on IPFS

Results 3 papillon issues
Sort by recently updated
recently updated
newest added

parse the post content: ```markdown # h1 ## h2 ### h3 #### h4 ##### h5 ``` into: ```go [h1,[h2,[h3,[h4,[h5]]]]] ```

todo

`papi new` command: 1. convert Chinese post title into alphabet (pinyin) title 2. filter invalid title 3. apply some config when new post

todo

`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.

todo