aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2022-12-30-blog-ready
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-08-30 18:35:23 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-08-30 18:35:23 +0200
commit5e3b4b6c21d33b28e60ce976479339f72d544a6c (patch)
tree0e5a101d4944e7dd5a99606344b6a6807a9a5606 /src/blog/2022-12-30-blog-ready
parentd3f0841cfdd229ff16b8a230117737a435fc7a56 (diff)
downloadsebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.tar.gz
sebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.zip
Switch from stagit to cgit
Diffstat (limited to 'src/blog/2022-12-30-blog-ready')
-rw-r--r--src/blog/2022-12-30-blog-ready/blog-ready.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/blog/2022-12-30-blog-ready/blog-ready.md b/src/blog/2022-12-30-blog-ready/blog-ready.md
index 144e5e2..a6f0ff0 100644
--- a/src/blog/2022-12-30-blog-ready/blog-ready.md
+++ b/src/blog/2022-12-30-blog-ready/blog-ready.md
@@ -13,10 +13,9 @@ messy at some point! It would be nice to divide these posts by year...
13## Adding year sections to my blog index 13## Adding year sections to my blog index
14 14
15Very easy: in my 15Very easy: in my
16[build.sh](https://git.tronto.net/sebastiano.tronto.net/file/build.sh.html) 16[build.sh](https://git.tronto.net/sebastiano.tronto.net/tree/build.sh)
17script that I run to 17script that I run to
18[build my website](../2022-08-14-website), there is a 18[build my website](../2022-08-14-website), there is a `makeblog()`
19[`makeblog()`](https://git.tronto.net/sebastiano.tronto.net/file/build.sh.html#l52)
20function that takes care of building the index page and RSS feed for my blog. 19function that takes care of building the index page and RSS feed for my blog.
21 20
22It is enough to add the following lines inside its main loop: 21It is enough to add the following lines inside its main loop:

Generated with cgit - Back to sebastiano.tronto.net