Last change
on this file since 70 was 70, checked in by Izuru Yakumo, 21 months ago |
Fix a bug that I caused
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
798 bytes
|
Rev | Line | |
---|
[70] | 1 | package aya
|
---|
[69] | 2 | // Package aya is [...]
|
---|
[68] | 3 |
|
---|
| 4 | // Aya is the fastest static site generator
|
---|
| 5 | // Requires zero configuration to get started
|
---|
| 6 | // Named after Aya Shameimaru from Touhou Project
|
---|
| 7 |
|
---|
| 8 | // Current subcommands available:
|
---|
| 9 | // build -- Generate the site, result can be found at .pub
|
---|
| 10 | // build [file] -- Only generate the argument passed to standard output
|
---|
| 11 | // serve -- Spawn an HTTP server in localhost port 8000, serving the .pub directory
|
---|
| 12 | // var [file] -- Query variables from a markdown file
|
---|
| 13 | // version -- Print version and exit
|
---|
| 14 | // watch -- (Re)generate site while looking for changes
|
---|
| 15 |
|
---|
| 16 | // Aya is licensed under the MIT license
|
---|
| 17 | // This is a hard fork of git.mills.io/prologic/zs, which in turn is a fork of zserge's zs
|
---|
| 18 | // This one (re)incorporates the features removed in the former from the latter
|
---|
| 19 |
|
---|
| 20 | // Ayaya~
|
---|
Note:
See
TracBrowser
for help on using the repository browser.