Mercurial > yakumo_izuru > aya
comparison doc.go @ 83:d8c30f64e301 draft
何をしていたか忘れてしまった
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Tue, 26 Mar 2024 02:18:06 +0000 |
parents | e8eb1fdb4b03 |
children |
comparison
equal
deleted
inserted
replaced
82:1b27391363d1 | 83:d8c30f64e301 |
---|---|
1 // Package aya is [...] | 1 // Package aya is [...] |
2 | 2 |
3 // Aya is the fastest static site generator | 3 // Aya is the fastest static site generator |
4 // Requires zero configuration to get started | 4 // Requires zero configuration to get started |
5 // Named after Aya Shameimaru from Touhou Project | 5 // Named after Aya Shameimaru from Touhou Project |
6 | |
7 // Current subcommands available: | |
8 // build -- Generate the site, result can be found at .pub | |
9 // build [file] -- Only generate the argument passed to standard output | |
10 // serve -- Spawn an HTTP server in localhost port 8000, serving the .pub directory | |
11 // var [file] -- Query variables from a markdown file | |
12 // version -- Print version and exit | |
13 // watch -- (Re)generate site while looking for changes | |
14 | 6 |
15 // Aya is licensed under the MIT license | 7 // Aya is licensed under the MIT license |
16 // This is a hard fork of git.mills.io/prologic/zs, which in turn is a fork of zserge's zs | 8 // This is a hard fork of git.mills.io/prologic/zs, which in turn is a fork of zserge's zs |
17 // This one (re)incorporates the features removed in the former from the latter | 9 // This one (re)incorporates the features removed in the former from the latter |
18 | 10 |