diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-31 18:26:13 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-31 18:26:13 +0200 |
commit | 77281bfab6d35556f121b95980dc6dccd0243842 (patch) | |
tree | 314889c1974c9d62250af17982648a36a2c62cce | |
parent | 6a31a30b98f7febe9ac0db74211ef074aefc7ad3 (diff) | |
download | macroblog.rs-77281bfab6d35556f121b95980dc6dccd0243842.tar.gz macroblog.rs-77281bfab6d35556f121b95980dc6dccd0243842.tar.bz2 macroblog.rs-77281bfab6d35556f121b95980dc6dccd0243842.zip |
doc: Add deprecated noticemaster
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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/ |