{"id":15153014,"url":"https://github.com/gogank/papillon","last_synced_at":"2025-09-30T11:30:27.141Z","repository":{"id":57611581,"uuid":"107742300","full_name":"gogank/papillon","owner":"gogank","description":"A distributed blog publish system based on IPFS","archived":false,"fork":false,"pushed_at":"2017-10-23T07:02:48.000Z","size":5830,"stargazers_count":24,"open_issues_count":3,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-14T12:00:28.916Z","etag":null,"topics":["distributed","ipfs","ipfs-protocol","static-blog"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gogank.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-21T01:36:49.000Z","updated_at":"2024-05-30T10:52:08.000Z","dependencies_parsed_at":"2022-09-03T08:52:17.627Z","dependency_job_id":null,"html_url":"https://github.com/gogank/papillon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gogank%2Fpapillon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gogank%2Fpapillon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gogank%2Fpapillon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gogank%2Fpapillon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gogank","download_url":"https://codeload.github.com/gogank/papillon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234728025,"owners_count":18877707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distributed","ipfs","ipfs-protocol","static-blog"],"created_at":"2024-09-26T17:00:15.265Z","updated_at":"2025-09-30T11:30:21.005Z","avatar_url":"https://github.com/gogank.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Papillon\n[![Go Report Card](https://goreportcard.com/badge/github.com/gogank/papillon?ver=0.1)](https://goreportcard.com/report/github.com/gogank/papillon)\n[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/gogank/papillon)\n[![GitHub stars](https://img.shields.io/github/stars/gogank/papillon.svg?style=social\u0026label=Stars)]()\n\nA distributed static blog publish tool on IPFS\n\n\n## Prepare \n[install ipfs](https://ipfs.io/docs/install/)\n\n### start up ipfs node\n**Note: alpha version need a local IPFS node**\n\n```bash\n# first run ipfs\nipfs init\n\n# start ipfs daemon\nipfs daemon\n\n```\n\n## Alpha Test\n\n**Note: Alpha version please use those command**\n\n```bash\ngo get -u github.com/gogank/papillon\n\ncd $GOPATH/src/github.com/gogank/papillon \n\nmake\n\ncd $GOPATH/src/github.com/gogank/papillon/build/blog\n\n# generate new post\n./papi new mypost\n\n# edit it\nvim $GOPATH/src/github.com/gogank/papillon/build/blog/source/posts/mypost.md\n\n# generate whole website\n./papi gen \n\n# publish IPFS, and get your blog URL \n./papi pub\n```\n\n\n## install Papillon\nNote: beta version command\n\n```bash\ngo get -u github.com/gogank/papillon\ncd $GOPATH/src/github.com/gogank/papillon \u0026\u0026 go build -o $GOPATH/bin/papi\n```\n\n## init (todo)\n\n```bash\ncd blog_dir\npapi init \n```\n\n## new post\n```bash\npapi new my_post_name \n```\n\n## genreate blog files\n\n```bash\npapi gen\n```\n\n## publish your blog onto IPFS\n```bash\npapi pub \n```\n\n\n\u003e This is a project for [Go Hack 2017](http://gohack2017.golangfoundation.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgogank%2Fpapillon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgogank%2Fpapillon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgogank%2Fpapillon/lists"}