aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2022-08-14-website
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-08-14-website
parentd3f0841cfdd229ff16b8a230117737a435fc7a56 (diff)
downloadsebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.tar.gz
sebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.zip
Switch from stagit to cgit
Diffstat (limited to 'src/blog/2022-08-14-website')
-rw-r--r--src/blog/2022-08-14-website/website.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/blog/2022-08-14-website/website.md b/src/blog/2022-08-14-website/website.md
index 8019c60..f76c5f2 100644
--- a/src/blog/2022-08-14-website/website.md
+++ b/src/blog/2022-08-14-website/website.md
@@ -23,7 +23,7 @@ files, writing a script that adds a header and a footer to the output of
23[lowdown](https://kristaps.bsd.lv/lowdown/), and using 23[lowdown](https://kristaps.bsd.lv/lowdown/), and using
24[rsync](https://en.wikipedia.org/wiki/Rsync) to deploy the files to my server. 24[rsync](https://en.wikipedia.org/wiki/Rsync) to deploy the files to my server.
25All of this is available on 25All of this is available on
26[my git page](https://git.tronto.net/sebastiano.tronto.net/), but I won't 26[my git page](https://git.tronto.net/sebastiano.tronto.net), but I won't
27explain every detail of these build scripts here. In particular, my script 27explain every detail of these build scripts here. In particular, my script
28also builds a [gemini](https://sebastiano.tronto.net/blog/2022-06-04-gemini/) 28also builds a [gemini](https://sebastiano.tronto.net/blog/2022-06-04-gemini/)
29version of my website, which I won't discuss here. 29version of my website, which I won't discuss here.
@@ -88,9 +88,9 @@ Without this trick the correct URL would have been
88`sebastiano.tronto.net/git.html` or something, which I don't like. 88`sebastiano.tronto.net/git.html` or something, which I don't like.
89 89
90The main working directory also contains the 90The main working directory also contains the
91[`top.html`](https://git.tronto.net/sebastiano.tronto.net/file/top%2Ehtml%2Ehtml) 91[`top.html`](https://git.tronto.net/sebastiano.tronto.net/tree/top.html)
92and 92and
93[`bottom.html`](https://git.tronto.net/sebastiano.tronto.net/file/bottom%2Ehtml%2Ehtml) 93[`bottom.html`](https://git.tronto.net/sebastiano.tronto.net/tree/bottom.html)
94files. These files are not uploaded directly to my server - they are not 94files. These files are not uploaded directly to my server - they are not
95even well-formed html files! - but they are used to build all other 95even well-formed html files! - but they are used to build all other
96html pages. 96html pages.

Generated with cgit - Back to sebastiano.tronto.net