annotate doc.go @ 69:03019bbf2e0e draft

Fix a bug that I caused Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Sat, 16 Sep 2023 16:11:35 +0000
parents 4b79810863f6
children 7819959ac6ca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
69
03019bbf2e0e Fix a bug that I caused
yakumo.izuru
parents: 68
diff changeset
1 package aya
68
4b79810863f6 Ready to release 0.6.0
yakumo.izuru
parents: 67
diff changeset
2 // Package aya is [...]
67
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
3
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
4 // Aya is the fastest static site generator
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
5 // Requires zero configuration to get started
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
6 // Named after Aya Shameimaru from Touhou Project
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
7
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
8 // Current subcommands available:
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
9 // build -- Generate the site, result can be found at .pub
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
10 // build [file] -- Only generate the argument passed to standard output
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
11 // serve -- Spawn an HTTP server in localhost port 8000, serving the .pub directory
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
12 // var [file] -- Query variables from a markdown file
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
13 // version -- Print version and exit
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
14 // watch -- (Re)generate site while looking for changes
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
15
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
16 // Aya is licensed under the MIT license
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
17 // This is a hard fork of git.mills.io/prologic/zs, which in turn is a fork of zserge's zs
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
18 // This one (re)incorporates the features removed in the former from the latter
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
19
4edfa07d5fe0 bfchroma turned out to be a hassle
yakumo.izuru
parents:
diff changeset
20 // Ayaya~