1 |
// Package aya is [...] |
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 |
|
11 |
// Copyright (c) 2014 Serge Zaitsev <hello@zserge.com> |
12 |
// Copyright (c) 2023 Izuru Yakumo <yakumo.izuru@chaotic.ninja> |
13 |
|
14 |
// Ayaya~ |
15 |
package aya |