diff README.md @ 74:d8727551f403 draft

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>
author yakumo.izuru
date Mon, 04 Dec 2023 00:54:29 +0000
parents 4edfa07d5fe0
children 7b122b71fcfa
line wrap: on
line diff
--- a/README.md	Tue Nov 21 11:44:14 2023 +0000
+++ b/README.md	Mon Dec 04 00:54:29 2023 +0000
@@ -10,8 +10,8 @@
 * 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 @@
 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