Mercurial > yakumo_izuru > aya
annotate doc.go @ 88:01ae2ad18ed1 draft
風神「嵐の日」
author | yakumo.izuru |
---|---|
date | Thu, 17 Apr 2025 14:06:12 +0000 |
parents | d8c30f64e301 |
children |
rev | line source |
---|---|
68 | 1 // Package aya is [...] |
67 | 2 |
3 // Aya is the fastest static site generator | |
4 // Requires zero configuration to get started | |
5 // Named after Aya Shameimaru from Touhou Project | |
6 | |
7 // Aya is licensed under the MIT license | |
8 // This is a hard fork of git.mills.io/prologic/zs, which in turn is a fork of zserge's zs | |
9 // This one (re)incorporates the features removed in the former from the latter | |
10 | |
76
e8eb1fdb4b03
Passed through golint only to get a load of garbage
yakumo.izuru
parents:
71
diff
changeset
|
11 // Copyright (c) 2014 Serge Zaitsev <hello@zserge.com> |
e8eb1fdb4b03
Passed through golint only to get a load of garbage
yakumo.izuru
parents:
71
diff
changeset
|
12 // Copyright (c) 2023 Izuru Yakumo <yakumo.izuru@chaotic.ninja> |
71
7819959ac6ca
feat: move the blackfriday extension settings out of the render function, improve documentation
yakumo.izuru
parents:
69
diff
changeset
|
13 |
67 | 14 // Ayaya~ |
71
7819959ac6ca
feat: move the blackfriday extension settings out of the render function, improve documentation
yakumo.izuru
parents:
69
diff
changeset
|
15 package aya |