# # ChangeLog for trunk/testdata/blog in code # # Generated by Trac 1.6 # Jun 7, 2025, 1:56:09 PM Sun, 09 Apr 2023 02:39:19 GMT Izuru Yakumo [56] * trunk/.gitignore (modified) * trunk/.goreleaser.yml (deleted) * trunk/LICENSE (modified) * trunk/Makefile (modified) * trunk/README.md (modified) * trunk/aya.1 (added) * trunk/build_test.go (deleted) * trunk/cmd (added) * trunk/cmd/aya (added) * trunk/cmd/aya/main.go (added) * trunk/go.mod (modified) * trunk/main.go (deleted) * trunk/main_test.go (deleted) * trunk/testdata/blog/.test/about.html (deleted) * trunk/testdata/blog/.test/index.html (deleted) * trunk/testdata/blog/.test/posts/hello.html (deleted) * trunk/testdata/blog/.test/posts/update.html (deleted) * trunk/testdata/blog/.test/styles.css (deleted) * trunk/testdata/blog/.zs/layout.amber (deleted) * trunk/testdata/blog/about.md (deleted) * trunk/testdata/blog/index.amber (deleted) * trunk/testdata/blog/posts/hello.md (deleted) * trunk/testdata/blog/posts/update.md (deleted) * trunk/testdata/blog/styles.gcss (deleted) * trunk/testdata/empty/.empty (deleted) * trunk/testdata/page/.test/index.html (deleted) * trunk/testdata/page/index.html (deleted) * trunk/testdata/sugar/.test/index.html (deleted) * trunk/testdata/sugar/.test/styles.css (deleted) * trunk/testdata/sugar/index.amber (deleted) * trunk/testdata/sugar/styles.gcss (deleted) * trunk/tools/release.sh (deleted) * trunk/version.go (modified) * trunk/zs.1 (deleted) The fastest, period. Signed-off-by: Izuru Yakumo ... Wed, 02 Sep 2015 17:35:26 GMT zaitsev.serge [35] * trunk/testdata/blog/.test/index.html (modified) * trunk/testdata/blog/about.md (modified) * trunk/testdata/blog/posts/hello.md (modified) * trunk/testdata/blog/posts/update.md (modified) * trunk/zs.go (modified) * trunk/zs_test.go (modified) added explicit yaml separator, fixed amber compilation sequence Wed, 02 Sep 2015 17:05:09 GMT zaitsev.serge [34] * trunk/testdata/blog/.test/index.html (modified) * trunk/testdata/page/.test/index.html (modified) * trunk/testdata/page/index.html (modified) * trunk/zs.go (modified) * trunk/zs_test.go (modified) rewritten using zs templates, allowing go templates using <% %> ... Sat, 29 Aug 2015 21:44:20 GMT zaitsev.serge [22] * trunk/testdata/blog (added) * trunk/testdata/blog/.test (added) * trunk/testdata/blog/.test/about.html (added) * trunk/testdata/blog/.test/index.html (added) * trunk/testdata/blog/.test/posts (added) * trunk/testdata/blog/.test/posts/hello.html (added) * trunk/testdata/blog/.test/posts/update.html (added) * trunk/testdata/blog/.test/styles.css (added) * trunk/testdata/blog/.zs (added) * trunk/testdata/blog/.zs/layout.amber (added) * trunk/testdata/blog/about.md (added) * trunk/testdata/blog/index.amber (added) * trunk/testdata/blog/posts (added) * trunk/testdata/blog/posts/hello.md (added) * trunk/testdata/blog/posts/update.md (added) * trunk/testdata/blog/styles.gcss (added) added simple blog-like structure with amber, gcss, markdown