diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 18:35:23 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 18:35:23 +0200 |
| commit | 5e3b4b6c21d33b28e60ce976479339f72d544a6c (patch) | |
| tree | 0e5a101d4944e7dd5a99606344b6a6807a9a5606 /src/blog/2022-12-30-blog-ready | |
| parent | d3f0841cfdd229ff16b8a230117737a435fc7a56 (diff) | |
| download | sebastiano.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.md | 5 |
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 | ||
| 15 | Very easy: in my | 15 | Very 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) |
| 17 | script that I run to | 17 | script 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) | ||
| 20 | function that takes care of building the index page and RSS feed for my blog. | 19 | function that takes care of building the index page and RSS feed for my blog. |
| 21 | 20 | ||
| 22 | It is enough to add the following lines inside its main loop: | 21 | It is enough to add the following lines inside its main loop: |
