Last change
on this file since 79 was 77, checked in by Izuru Yakumo, 18 months ago |
Passed through golint only to get a load of garbage
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
918 bytes
|
Rev | Line | |
---|
[69] | 1 | // Package aya is [...]
|
---|
[68] | 2 |
|
---|
| 3 | // Aya is the fastest static site generator
|
---|
| 4 | // Requires zero configuration to get started
|
---|
| 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 |
|
---|
| 15 | // 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
|
---|
| 17 | // This one (re)incorporates the features removed in the former from the latter
|
---|
| 18 |
|
---|
[77] | 19 | // Copyright (c) 2014 Serge Zaitsev <hello@zserge.com>
|
---|
| 20 | // Copyright (c) 2023 Izuru Yakumo <yakumo.izuru@chaotic.ninja>
|
---|
[72] | 21 |
|
---|
[68] | 22 | // Ayaya~
|
---|
[72] | 23 | package aya
|
---|
Note:
See
TracBrowser
for help on using the repository browser.