Changeset 75 in code for trunk/README.md


Ignore:
Timestamp:
Dec 4, 2023, 12:54:29 AM (18 months ago)
Author:
Izuru Yakumo
Message:

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@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r68 r75  
    1111* Highly extensible
    1212* 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)
    1515
    1616## Installation
     
    5353
    5454* `$AYA` - a path to the `aya` executable
    55 * `$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
     55* `$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
    5858
    5959## Example of RSS generation
Note: See TracChangeset for help on using the changeset viewer.