Mercurial > yakumo_izuru > aya
comparison doc.go @ 69:03019bbf2e0e draft
Fix a bug that I caused
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Sat, 16 Sep 2023 16:11:35 +0000 |
parents | 4b79810863f6 |
children | 7819959ac6ca |
comparison
equal
deleted
inserted
replaced
68:4b79810863f6 | 69:03019bbf2e0e |
---|---|
1 package aya | |
1 // Package aya is [...] | 2 // Package aya is [...] |
2 | 3 |
3 // Aya is the fastest static site generator | 4 // Aya is the fastest static site generator |
4 // Requires zero configuration to get started | 5 // Requires zero configuration to get started |
5 // Named after Aya Shameimaru from Touhou Project | 6 // Named after Aya Shameimaru from Touhou Project |
15 // Aya is licensed under the MIT license | 16 // 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 | 17 // 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 | 18 // This one (re)incorporates the features removed in the former from the latter |
18 | 19 |
19 // Ayaya~ | 20 // Ayaya~ |
20 package aya |