{"id":19862849,"url":"https://github.com/picidaejs/picidaejs","last_synced_at":"2025-05-02T04:30:54.025Z","repository":{"id":57323801,"uuid":"104825072","full_name":"picidaejs/picidaejs","owner":"picidaejs","description":"🐦Picidae is a document generator which has gentle experience. ","archived":false,"fork":false,"pushed_at":"2018-12-20T06:13:43.000Z","size":3416,"stargazers_count":26,"open_issues_count":7,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-22T14:41:20.167Z","etag":null,"topics":["blog","document","generator","hexo","picidae","pluggable","ssr","static-site-generator"],"latest_commit_sha":null,"homepage":"https://picidaejs.github.io/picidaejs/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/picidaejs.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","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-09-26T02:20:11.000Z","updated_at":"2024-11-05T19:26:06.000Z","dependencies_parsed_at":"2022-09-09T08:10:22.332Z","dependency_job_id":null,"html_url":"https://github.com/picidaejs/picidaejs","commit_stats":null,"previous_names":["picidaejs/picidae"],"tags_count":121,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picidaejs%2Fpicidaejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picidaejs%2Fpicidaejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picidaejs%2Fpicidaejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picidaejs%2Fpicidaejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picidaejs","download_url":"https://codeload.github.com/picidaejs/picidaejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251986738,"owners_count":21675950,"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":["blog","document","generator","hexo","picidae","pluggable","ssr","static-site-generator"],"created_at":"2024-11-12T15:12:51.905Z","updated_at":"2025-05-02T04:30:52.860Z","avatar_url":"https://github.com/picidaejs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Picidae\n\n![](./logo/picidae-2x.png)\n\n\u003c!--[![build status](https://img.shields.io/travis/picidaejs/picidae/master.svg?style=flat-square)](https://travis-ci.org/picidaejs/picidae)--\u003e\n\u003c!--[![Test coverage](https://img.shields.io/codecov/c/github/picidaejs/picidae.svg?style=flat-square)](https://codecov.io/github/picidaejs/picidae?branch=master)--\u003e\n[![NPM version](https://img.shields.io/npm/v/picidae.svg?style=flat-square)](https://www.npmjs.com/package/picidae)\n[![NPM Downloads](https://img.shields.io/npm/dm/picidae.svg?style=flat-square\u0026maxAge=43200)](https://www.npmjs.com/package/picidae)\n\nPicidae is a document generator which has gentle experience. :dash:  \nAs shown below\n\n![](https://i.loli.net/2017/11/07/5a01c6630dc5f.jpg)\n\n[Picidae Video](https://picidaejs.github.io/picidaejs/public)\n\n## Why?\nThere are a lot of document generator now, why I choose Picidae?\n\n|             | Picidae | Hexo | GitBook   |\n| ----------- | ------- | ---- | --------  |\n| SPA         | ✅      | ❌   | ❌(pjpx) |\n| Transformer | ✅      | ❌   | ❌       |\n\nWhy I consider VuePress had supportted transformer partially?   \nVuePress has markdown transformer by [markdown-it](https://github.com/markdown-it/markdown-it).\nHowever, Picidae has more than it which includes **browser transformer**. the browser transformer could do lots of magic, eg. [react-render](https://github.com/picidaejs/picidae-transformer-react-render)\n\n## Where use it\n- [Myself own Blog](https://imcuttle.github.io/)\n- [Baidu EUX](https://be-fe.github.io/picidae-theme-eux-blog/)\n- [Picidae Document](https://picidaejs.github.io/picidaejs/)\n\n## Starter\n\n````bash\nnpm install picidae -g\n\npicidae init [blog]\ncd [blog]\n# install Globally\npicidae use picidae-theme-grass\n# or install Locally\nnpm install picidae picidae-theme-grass --save\n\npicidae start\nopen http://localhost:8989\n# build the site for deploy\npicidae build\n\n# install Globally\npicidae use picidae-commander-gh-pages\n# or install Locally\nnpm install picidae-commander-gh-pages --save\n\n# ```\n# // append the configuration.\n# commanders: [\n#   'gh-pages?repo=git@github.com:[username]/[username].github.io.git\u0026branch=master\u0026remote=origin'\n# ]\n# ```\npicidae gh-pages # deploy the static assets to the github\n````\n\n## Theme\n\nWe can write customized Theme using React.  \n[Default Theme](./theme)\n\n## Commander\n\nWe can write customized Commander using `commander`.  \n[Commander: New](commanders/gh-pages)\n\n## Transformer\n\nWe can write customized Transformer which is divided into NodeTransformer \u0026 BrowserTransformer  \nAs shown below\n\n** mdast -\u003e remark transformer -\u003e markdown -\u003e markdown transfromer -\u003e markdown -\u003e html -\u003e html transformer -\u003e html -\u003e browser transformer (converter) -\u003e html-to-react **\n\n- [picidae-transformer-style-loader](https://github.com/picidaejs/picidae-transformer-style-loader)  \n- [picidae-transformer-react-render](https://github.com/picidaejs/picidae-transformer-react-render)  \n- [picidae-transformer-file-syntax](https://github.com/picidaejs/picidae-transformer-file-syntax)  \n- ...\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicidaejs%2Fpicidaejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicidaejs%2Fpicidaejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicidaejs%2Fpicidaejs/lists"}