{"id":13496117,"url":"https://github.com/zineland/zine","last_synced_at":"2025-05-15T10:06:41.666Z","repository":{"id":39822646,"uuid":"463489443","full_name":"zineland/zine","owner":"zineland","description":"Zine - a simple and opinionated tool to build your own magazine.","archived":false,"fork":false,"pushed_at":"2023-07-04T16:57:45.000Z","size":2342,"stargazers_count":898,"open_issues_count":20,"forks_count":39,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-14T16:57:11.668Z","etag":null,"topics":["magazine","rust","rust-lang","ssg","static-site-generator","zine"],"latest_commit_sha":null,"homepage":"https://zineland.github.io","language":"Rust","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/zineland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":["Folyd"]}},"created_at":"2022-02-25T10:23:44.000Z","updated_at":"2025-04-09T14:45:53.000Z","dependencies_parsed_at":"2024-01-14T07:20:09.197Z","dependency_job_id":null,"html_url":"https://github.com/zineland/zine","commit_stats":{"total_commits":368,"total_committers":10,"mean_commits":36.8,"dds":0.04347826086956519,"last_synced_commit":"c50a709d68e6fe7a6a453561ceab48dd9d9caa40"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zineland%2Fzine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zineland%2Fzine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zineland%2Fzine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zineland%2Fzine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zineland","download_url":"https://codeload.github.com/zineland/zine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319719,"owners_count":22051073,"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":["magazine","rust","rust-lang","ssg","static-site-generator","zine"],"created_at":"2024-07-31T19:01:42.532Z","updated_at":"2025-05-15T10:06:36.648Z","avatar_url":"https://github.com/zineland.png","language":"Rust","funding_links":["https://github.com/sponsors/Folyd"],"categories":["Rust","软件"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg align=\"center\" width=\"280\" src=\"zine.svg\"\u003e\n\u003c/p\u003e\n\n# zine\n\n[![Crates.io](https://img.shields.io/crates/v/zine.svg)](https://crates.io/crates/zine)\n![Crates.io](https://img.shields.io/crates/d/zine)\n[![license-apache](https://img.shields.io/badge/license-Apache-yellow.svg)](./LICENSE)\n[![dependency status](https://deps.rs/crate/zine/latest/status.svg)](https://deps.rs/crate/zine)\n\nZine - a simple and opinionated tool to build your own magazine.\n\nhttps://zineland.github.io\n\n- Mobile-first.\n- Intuitive and elegant magazine design.\n- Best reading experiences.\n- Theme customizable, extend friendly.\n- RSS Feed supported.\n- Open Graph Protocol supported.\n- Article topic supported.\n- I18n and l10n supported.\n- Build into a static website, hosting anywhere.\n\n## Installation\n\n`cargo install zine`\n\nor `brew install zineland/tap/zine`\n\nor `brew tap zineland/tap`, then `brew install zine`\n\n## Get Started\n\nRun `zine new your-zine-site`, you'll get following directory:\n\n```\n$ tree your-zine-site\nyour-zine-site\n├── content             # The content directory your issues located\n│   └── issue-1         # The first issue directory\n│       ├── 1-first.md  # The first markdown article in this issue\n│       └── zine.toml   # The issue Zine config file\n└── zine.toml           # The root Zine config file of this project\n\n2 directories, 3 files\n```\n\nRun `zine serve` to preview your zine site on your local computer:\n\n```\n$ cd your-zine-site\n\n$ zine serve\n\n███████╗██╗███╗   ██╗███████╗\n╚══███╔╝██║████╗  ██║██╔════╝\n  ███╔╝ ██║██╔██╗ ██║█████╗\n ███╔╝  ██║██║╚██╗██║██╔══╝\n███████╗██║██║ ╚████║███████╗\n╚══════╝╚═╝╚═╝  ╚═══╝╚══════╝\n\nlistening on http://127.0.0.1:3000\n```\n\nRun `zine build` to build your zine site into a static website:\n\n```\n$ cd your-zine-site\n\n$ zine build\nBuild success! The build directory is `build`.\n```\n\n## Some cool magazines powered by Zine\n\n- [https://zineland.github.io](https://zineland.github.io) The zine documentation is built by zine itself.\n- [https://rustmagazine.org](https://rustmagazine.org) The Rust Magazine.\n- [https://2d2d.io](https://2d2d.io)\n- [https://o11y.cn](https://o11y.cn)\n- [https://thewhitepaper.github.io](https://thewhitepaper.github.io)\n\n## Docmentations\n\n- [Getting started](https://zineland.github.io/getting-started)\n- [Customization](https://zineland.github.io/customization)\n- [Code blocks](https://zineland.github.io/code-blocks)\n- [Advanced](https://zineland.github.io/advanced)\n\n## TODO\n\n- [x] Support RSS Feed\n- [x] Support render OGP meta\n- [x] Support l10n\n- [x] Support sitemap.xml\n- [x] Support code syntax highlight\n- [x] Support table of content\n- [x] Support i18n\n- [x] `zine serve` support live reload\n- [x] Support article topic\n\n## License\n\nThis project is licensed under the [Apache-2.0 license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzineland%2Fzine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzineland%2Fzine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzineland%2Fzine/lists"}