Changeset 81 in code
- Timestamp:
- Dec 12, 2023, 2:16:01 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r80 r81 55 55 placeholder. 56 56 57 Every variable from the content header will be passed via environment variables like `title` becomes `$AYA \_TITLE` and so on.57 Every variable from the content header will be passed via environment variables like `title` becomes `$AYA_TITLE` and so on. 58 58 There are some special variables: 59 59 60 60 * `$AYA` - a path to the `aya` executable 61 * `$AYA \_OUTDIR` - a path to the directory with generated files62 * `$AYA \_FILE` - a path to the currently processed markdown file63 * `$AYA \_URL` - a URL for the currently generated page61 * `$AYA_OUTDIR` - a path to the directory with generated files 62 * `$AYA_FILE` - a path to the currently processed markdown file 63 * `$AYA_URL` - a URL for the currently generated page 64 64 65 65 ## Example of RSS generation … … 118 118 ## License 119 119 120 The software is distributed under the MIT license.120 The software is distributed under the MIT/X11 license. 121 121 122 122 ---
Note:
See TracChangeset
for help on using the changeset viewer.