The Empress (III)

* Change the way how versions are handled in version.go (to ease `go
  install`)
* Upgrade yaml.v2 to yaml.v3

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

git-svn-id: file:///srv/svn/repo/aya/trunk@75 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
yakumo.izuru
2023-12-04 00:54:29 +00:00
parent 5dbb5fe308
commit 78724661eb
27 changed files with 2566 additions and 1101 deletions

View File

@@ -10,8 +10,8 @@ Named after [Aya Shameimaru](https://en.touhouwiki.net/wiki/Aya_Shameimaru) from
* Cross-platform
* Highly extensible
* Works well for blogs and generic static websites (landing pages etc)
* Easy to learn
* Fast (duh!)
* Easy to learn (you literally don't need to)
* Fast (goes without saying)
## Installation
@@ -52,9 +52,9 @@ placeholder.
Every variable from the content header will be passed via environment variables like `title` becomes `$AYA_TITLE` and so on. There are some special variables:
* `$AYA` - a path to the `aya` executable
* `$AYA_OUTDIR` - a path to the directory with generated files
* `$AYA_FILE` - a path to the currently processed markdown file
* `$AYA_URL` - a URL for the currently generated page
* `$AYA\_OUTDIR` - a path to the directory with generated files
* `$AYA\_FILE` - a path to the currently processed markdown file
* `$AYA\_URL` - a URL for the currently generated page
## Example of RSS generation