Changeset 81 in code


Ignore:
Timestamp:
Dec 12, 2023, 2:16:01 PM (18 months ago)
Author:
Izuru Yakumo
Message:

Update README

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r80 r81  
    5555placeholder.
    5656
    57 Every variable from the content header will be passed via environment variables like `title` becomes `$AYA\_TITLE` and so on.
     57Every variable from the content header will be passed via environment variables like `title` becomes `$AYA_TITLE` and so on.
    5858There are some special variables:
    5959
    6060* `$AYA` - a path to the `aya` executable
    61 * `$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
     61* `$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
    6464
    6565## Example of RSS generation
     
    118118## License
    119119
    120 The software is distributed under the MIT license.
     120The software is distributed under the MIT/X11 license.
    121121
    122122---
Note: See TracChangeset for help on using the changeset viewer.