Changeset 75 in code for trunk/README.md
- Timestamp:
- Dec 4, 2023, 12:54:29 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r68 r75 11 11 * Highly extensible 12 12 * Works well for blogs and generic static websites (landing pages etc) 13 * Easy to learn 14 * Fast ( duh!)13 * Easy to learn (you literally don't need to) 14 * Fast (goes without saying) 15 15 16 16 ## Installation … … 53 53 54 54 * `$AYA` - a path to the `aya` executable 55 * `$AYA _OUTDIR` - a path to the directory with generated files56 * `$AYA _FILE` - a path to the currently processed markdown file57 * `$AYA _URL` - a URL for the currently generated page55 * `$AYA\_OUTDIR` - a path to the directory with generated files 56 * `$AYA\_FILE` - a path to the currently processed markdown file 57 * `$AYA\_URL` - a URL for the currently generated page 58 58 59 59 ## Example of RSS generation
Note:
See TracChangeset
for help on using the changeset viewer.