bfchroma turned out to be a hassle

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/aya/trunk@68 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
yakumo.izuru
2023-09-07 16:52:43 +00:00
parent 49698b201a
commit 2a03c69ff9
330 changed files with 39 additions and 58578 deletions

19
doc.go Normal file
View File

@@ -0,0 +1,19 @@
package aya
// Aya is the fastest static site generator
// Requires zero configuration to get started
// Named after Aya Shameimaru from Touhou Project
// Current subcommands available:
// build -- Generate the site, result can be found at .pub
// build [file] -- Only generate the argument passed to standard output
// serve -- Spawn an HTTP server in localhost port 8000, serving the .pub directory
// var [file] -- Query variables from a markdown file
// version -- Print version and exit
// watch -- (Re)generate site while looking for changes
// Aya is licensed under the MIT license
// This is a hard fork of git.mills.io/prologic/zs, which in turn is a fork of zserge's zs
// This one (re)incorporates the features removed in the former from the latter
// Ayaya~