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:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user