aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-03-31 18:26:13 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-03-31 18:26:13 +0200
commit77281bfab6d35556f121b95980dc6dccd0243842 (patch)
tree314889c1974c9d62250af17982648a36a2c62cce
parent6a31a30b98f7febe9ac0db74211ef074aefc7ad3 (diff)
downloadmacroblog.rs-77281bfab6d35556f121b95980dc6dccd0243842.tar.gz
macroblog.rs-77281bfab6d35556f121b95980dc6dccd0243842.tar.bz2
macroblog.rs-77281bfab6d35556f121b95980dc6dccd0243842.zip
doc: Add deprecated noticemaster
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2a9d334..9587eea 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+# Note
+
+This is no longer under maintenance, since its goal has been achieved but I
+still use hugo[^1] as it is simpler and easier to write and deploy.
+
# A single binary blog
After reading [this
@@ -18,3 +23,5 @@ To achieve that I'll be using the following:
* keep everything in one request
* try to keep it under 50kB and a hard set at 100kB before any kind of
compression or minification.
+
+[^1]: https://gohugo.io/