Mercurial > yakumo_izuru > aya
comparison doc.go @ 71:7819959ac6ca draft
feat: move the blackfriday extension settings out of the render function, improve documentation
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Tue, 03 Oct 2023 02:39:08 +0000 |
parents | 03019bbf2e0e |
children | e8eb1fdb4b03 |
comparison
equal
deleted
inserted
replaced
70:00b02728b74f | 71:7819959ac6ca |
---|---|
1 package aya | |
2 // Package aya is [...] | 1 // Package aya is [...] |
3 | 2 |
4 // Aya is the fastest static site generator | 3 // Aya is the fastest static site generator |
5 // Requires zero configuration to get started | 4 // Requires zero configuration to get started |
6 // Named after Aya Shameimaru from Touhou Project | 5 // Named after Aya Shameimaru from Touhou Project |
15 | 14 |
16 // Aya is licensed under the MIT license | 15 // Aya is licensed under the MIT license |
17 // 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 |
18 // 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 |
19 | 18 |
19 // Copyright (c) 2014 Serge Zaitsev | |
20 // Copyright (c) 2023 Izuru Yakumo | |
21 | |
20 // Ayaya~ | 22 // Ayaya~ |
23 package aya |