macroblog.rs @ 77281bfab6d35556f121b95980dc6dccd0243842

doc: Add deprecated notice
 1diff --git a/README.md b/README.md
 2index 2a9d334be198dd7701555aba08efc1b1f009dec1..9587eeacfdb1eee10dfc7620f4bde25708064671 100644
 3--- a/README.md
 4+++ b/README.md
 5@@ -1,3 +1,8 @@
 6+# Note
 7+
 8+This is no longer under maintenance, since its goal has been achieved but I
 9+still use hugo[^1] as it is simpler and easier to write and deploy.
10+
11 # A single binary blog
12 
13 After reading [this
14@@ -18,3 +23,5 @@ * the whole blog should be a single binary
15 * keep everything in one request
16 * try to keep it under 50kB and a hard set at 100kB before any kind of
17 compression or minification.
18+
19+[^1]: https://gohugo.io/