Mercurial > yakumo_izuru > aya
view doc.go @ 76:e8eb1fdb4b03 draft
Passed through golint only to get a load of garbage
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Mon, 04 Dec 2023 17:21:08 +0000 |
parents | 7819959ac6ca |
children | d8c30f64e301 |
line wrap: on
line source
// Package aya is [...] // 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 // Copyright (c) 2014 Serge Zaitsev <hello@zserge.com> // Copyright (c) 2023 Izuru Yakumo <yakumo.izuru@chaotic.ninja> // Ayaya~ package aya