Mercurial > yakumo_izuru > aya
comparison doc.go @ 68:4b79810863f6 draft
Ready to release 0.6.0
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Wed, 13 Sep 2023 10:49:50 +0000 |
parents | 4edfa07d5fe0 |
children | 03019bbf2e0e |
comparison
equal
deleted
inserted
replaced
67:4edfa07d5fe0 | 68:4b79810863f6 |
---|---|
1 package aya | 1 // Package aya is [...] |
2 | 2 |
3 // Aya is the fastest static site generator | 3 // Aya is the fastest static site generator |
4 // Requires zero configuration to get started | 4 // Requires zero configuration to get started |
5 // Named after Aya Shameimaru from Touhou Project | 5 // Named after Aya Shameimaru from Touhou Project |
6 | 6 |
15 // Aya is licensed under the MIT license | 15 // Aya is licensed under the MIT license |
16 // This is a hard fork of git.mills.io/prologic/zs, which in turn is a fork of zserge's zs | 16 // This is a hard fork of git.mills.io/prologic/zs, which in turn is a fork of zserge's zs |
17 // This one (re)incorporates the features removed in the former from the latter | 17 // This one (re)incorporates the features removed in the former from the latter |
18 | 18 |
19 // Ayaya~ | 19 // Ayaya~ |
20 package aya |