{"id":28234581,"url":"https://github.com/zwingz/acyort-donob-plugins","last_synced_at":"2025-06-12T22:32:40.588Z","repository":{"id":34037591,"uuid":"164853478","full_name":"zWingz/acyort-donob-plugins","owner":"zWingz","description":"acyort-dononb-plugins, demo https://github.com/zWingz/my-blog-config","archived":false,"fork":false,"pushed_at":"2023-01-03T20:56:41.000Z","size":4153,"stargazers_count":1,"open_issues_count":104,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T11:50:30.998Z","etag":null,"topics":["acyort","blog"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zWingz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-09T11:50:40.000Z","updated_at":"2020-10-27T11:58:38.000Z","dependencies_parsed_at":"2023-01-15T04:15:23.749Z","dependency_job_id":null,"html_url":"https://github.com/zWingz/acyort-donob-plugins","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/zWingz/acyort-donob-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zWingz%2Facyort-donob-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zWingz%2Facyort-donob-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zWingz%2Facyort-donob-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zWingz%2Facyort-donob-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zWingz","download_url":"https://codeload.github.com/zWingz/acyort-donob-plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zWingz%2Facyort-donob-plugins/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259541651,"owners_count":22873723,"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":["acyort","blog"],"created_at":"2025-05-18T22:14:01.272Z","updated_at":"2025-06-12T22:32:40.579Z","avatar_url":"https://github.com/zWingz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# acyort-donob-plugins\n\n[![CircleCI](https://circleci.com/gh/zWingz/acyort-donob-plugins.svg?style=svg)](https://circleci.com/gh/zWingz/acyort-donob-plugins)\n[![codecov](https://codecov.io/gh/zWingz/acyort-donob-plugins/branch/master/graph/badge.svg)](https://codecov.io/gh/zWingz/acyort-donob-plugins)\n\n[DEMO](https://zwing.site)\n\n## Plugins\n\n[detail](https://zwing.site/posts/417715171.html)\n\n### acyort-plugin-fetch-issues\n\n```yaml\n# config.yml\n\n# fetch config\nrepository: # optional, used in gitalk and acyort-plugin-fetch\nauthor: # issues creator, default repo owner\ngitToken: # set github token if repo is private\nissuesPageSize: # issues per_page, default: 20\nissuesCache: # cache issues\n```\n\n### acyort-donob-renderer\n\n```yaml\ntemplate: acyort-templates-donob-plus\n\ntitle: ''\n\ntagsDir: # default tags\npostsDir: # default posts\narchivesDir: # default archives\npageSize:\n  archives: # default 10\n  posts: # default 10\n\ngitalk: # default false\n  clientID:\n  clientSecret:\n  owner: # split by repository\n  repo: # split by repository\n  # gitalk config\n\nfavicon: # favicon.ico, copy to public/favicon.ico\n```\n\n### acyort-templates-donob-plus\n\n```yaml\n# config.yml\ntemplate: acyort-templates-donob-plus\ntitle: # blog title\ndescription: # blog description\n\nbaidu: # baidu-tongji key\n```\n\n### acyort-plugin-rss\n\ngenerate from [node-rss](https://github.com/dylang/node-rss)\n\n```yaml\n# config.yml\nurl: # site url, required\nrss: # true or rssConfig, see the node-rss doc\nrssDataFrom: # plugin to provide rssData, default acyort-donob-renderer\n```\n\n### acyort-plugin-ghpages\n\nsee [gh-pages](https://github.com/tschaub/gh-pages)\n\n```yaml\nghPages:\n# gh-pages config\n\nplugins:\n  - acyort-plugin-ghpages\n```\n\n### acyort-util-md\n\nparser for `markdown`\n\n## Markdown Extensions\n\nSee [acyort-util-md](https://github.com/zWingz/acyort-donob-plugins/blob/master/packages/acyort-util-md/README.md) for more details\n\n### code\n\n- [prismjs-hightlight](https://www.gatsbyjs.org/packages/gatsby-remark-prismjs/#gatsby-remark-prismjs)\n- [Line numbering](https://www.gatsbyjs.org/packages/gatsby-remark-prismjs/#line-numbering)\n- [Line highlighting](https://www.gatsbyjs.org/packages/gatsby-remark-prismjs/#line-highlighting)\n\n### front-matter\n\n```text\n---\nkeywords:\n  - key1\n  - key2\ndescription: posts desc\nrstData1:\nrstData2:\n---\n# This is heading\nThis is content\n```\n\n### block-container\n\ninput\n\n``` text\n::: tip\nThis is content\n:::\n```\n\noutput\n\n```html\n\u003cdiv class=\"remark-container tip\"\u003e\n  \u003cp class=\"remark-container-title\"\u003eTIP\u003c/p\u003e\n  \u003cp\u003ethis is content\u003c/p\u003e\n\u003c/div\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwingz%2Facyort-donob-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzwingz%2Facyort-donob-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwingz%2Facyort-donob-plugins/lists"}