Mercurial > yakumo_izuru > aya
comparison README.md @ 67:4edfa07d5fe0 draft
bfchroma turned out to be a hassle
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Thu, 07 Sep 2023 16:52:43 +0000 |
parents | 6d985efa0f7a |
children | d8727551f403 |
comparison
equal
deleted
inserted
replaced
66:787b5ee0289d | 67:4edfa07d5fe0 |
---|---|
9 * Zero configuration (no configuration file needed) | 9 * Zero configuration (no configuration file needed) |
10 * Cross-platform | 10 * Cross-platform |
11 * Highly extensible | 11 * Highly extensible |
12 * Works well for blogs and generic static websites (landing pages etc) | 12 * Works well for blogs and generic static websites (landing pages etc) |
13 * Easy to learn | 13 * Easy to learn |
14 * Code highlighting with [bfchroma](https://github.com/Depado/bfchroma) | |
15 * Fast (duh!) | 14 * Fast (duh!) |
16 | 15 |
17 ## Installation | 16 ## Installation |
18 | 17 |
19 Build it manually assuming you have Go installed: | 18 Build it manually assuming you have Go (>=1.17) installed: |
20 | 19 |
21 $ go install marisa.chaotic.ninja/aya/cmd/aya@latest | 20 $ go install marisa.chaotic.ninja/aya/cmd/aya@latest |
22 --- or --- | 21 --- or --- |
23 $ git clone https://git.chaotic.ninja/yakumo.izuru/aya | 22 $ git clone https://git.chaotic.ninja/yakumo.izuru/aya |
24 $ cd aya | 23 $ cd aya |
114 `aya watch` rebuilds your site every time you modify any file. | 113 `aya watch` rebuilds your site every time you modify any file. |
115 | 114 |
116 ## License | 115 ## License |
117 | 116 |
118 The software is distributed under the MIT license. | 117 The software is distributed under the MIT license. |
118 | |
119 --- | |
120 | |
121 Ayaya~ |