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-08-14-website | |
| 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-08-14-website')
| -rw-r--r-- | src/blog/2022-08-14-website/website.md | 6 |
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. |
| 25 | All of this is available on | 25 | All 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 |
| 27 | explain every detail of these build scripts here. In particular, my script | 27 | explain every detail of these build scripts here. In particular, my script |
| 28 | also builds a [gemini](https://sebastiano.tronto.net/blog/2022-06-04-gemini/) | 28 | also builds a [gemini](https://sebastiano.tronto.net/blog/2022-06-04-gemini/) |
| 29 | version of my website, which I won't discuss here. | 29 | version 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 | ||
| 90 | The main working directory also contains the | 90 | The 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) |
| 92 | and | 92 | and |
| 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) |
| 94 | files. These files are not uploaded directly to my server - they are not | 94 | files. These files are not uploaded directly to my server - they are not |
| 95 | even well-formed html files! - but they are used to build all other | 95 | even well-formed html files! - but they are used to build all other |
| 96 | html pages. | 96 | html pages. |
