Changeset 84 in code for trunk/doc.go
- Timestamp:
- Mar 26, 2024, 2:18:06 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc.go
r77 r84 4 4 // Requires zero configuration to get started 5 5 // Named after Aya Shameimaru from Touhou Project 6 7 // Current subcommands available:8 // build -- Generate the site, result can be found at .pub9 // build [file] -- Only generate the argument passed to standard output10 // serve -- Spawn an HTTP server in localhost port 8000, serving the .pub directory11 // var [file] -- Query variables from a markdown file12 // version -- Print version and exit13 // watch -- (Re)generate site while looking for changes14 6 15 7 // Aya is licensed under the MIT license
Note:
See TracChangeset
for help on using the changeset viewer.