Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Zine - a simple and opinionated tool to build your own magazine.

License

NotificationsYou must be signed in to change notification settings

zineland/zine

Repository files navigation

zine

Crates.ioCrates.iolicense-apachedependency status

Zine - a simple and opinionated tool to build your own magazine.

https://zineland.github.io

  • Mobile-first.
  • Intuitive and elegant magazine design.
  • Best reading experiences.
  • Theme customizable, extend friendly.
  • RSS Feed supported.
  • Open Graph Protocol supported.
  • Article topic supported.
  • I18n and l10n supported.
  • Build into a static website, hosting anywhere.

Installation

cargo install zine

orbrew install zineland/tap/zine

orbrew tap zineland/tap, thenbrew install zine

Get Started

Runzine new your-zine-site, you'll get following directory:

$ tree your-zine-siteyour-zine-site├── content             # The content directory your issues located│   └── issue-1         # The first issue directory│       ├── 1-first.md  # The first markdown article in this issue│       └── zine.toml   # The issue Zine config file└── zine.toml           # The root Zine config file of this project2 directories, 3 files

Runzine serve to preview your zine site on your local computer:

$ cd your-zine-site$ zine serve███████╗██╗███╗   ██╗███████╗╚══███╔╝██║████╗  ██║██╔════╝  ███╔╝ ██║██╔██╗ ██║█████╗ ███╔╝  ██║██║╚██╗██║██╔══╝███████╗██║██║ ╚████║███████╗╚══════╝╚═╝╚═╝  ╚═══╝╚══════╝listening on http://127.0.0.1:3000

Runzine build to build your zine site into a static website:

$ cd your-zine-site$ zine buildBuild success! The build directory is `build`.

Some cool magazines powered by Zine

Docmentations

TODO

  • Support RSS Feed
  • Support render OGP meta
  • Support l10n
  • Support sitemap.xml
  • Support code syntax highlight
  • Support table of content
  • Support i18n
  • zine serve support live reload
  • Support article topic

License

This project is licensed under theApache-2.0 license.


[8]ページ先頭

©2009-2025 Movatter.jp