diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-08-19 19:29:04 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-08-19 19:29:04 +0200 |
| commit | 35b57b07f63804ecf07b5c471a656a646b9d460a (patch) | |
| tree | 761d970dfb629afa440c1654c16e60e52db02665 /src | |
| parent | 3a2940a9648a4a6e3b47b5a55643f357fc7e6790 (diff) | |
| download | sebastiano.tronto.net-35b57b07f63804ecf07b5c471a656a646b9d460a.tar.gz sebastiano.tronto.net-35b57b07f63804ecf07b5c471a656a646b9d460a.zip | |
New blog index; improved build script
Diffstat (limited to 'src')
| -rw-r--r-- | src/blog/blog.md | 35 | ||||
| -rw-r--r-- | src/blog/feed.xml | 188 |
2 files changed, 0 insertions, 223 deletions
diff --git a/src/blog/blog.md b/src/blog/blog.md deleted file mode 100644 index 6c21cd5..0000000 --- a/src/blog/blog.md +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | # Blog | ||
| 2 | |||
| 3 | [RSS Feed](feed.xml) | ||
| 4 | |||
| 5 | |||
| 6 | ## 2023 | ||
| 7 | |||
| 8 | * 2023-07-11 [My minimalistic RSS feed setup](2023-07-11-feed) | ||
| 9 | * 2023-06-16 [UNIX text filters, part 0 of 3: regular expressions](2023-06-16-regex) | ||
| 10 | * 2023-05-05 [I had to debug C code on a smartphone](2023-05-05-debug-smartphone) | ||
| 11 | * 2023-04-10 [The big rewrite](2023-04-10-the-big-rewrite) | ||
| 12 | * 2023-03-30 [The man page reading club: dc(1)](2023-03-30-dc) | ||
| 13 | * 2023-03-06 [Resizing my website's pictures with ImageMagick and find(1)](2023-03-06-resize-pictures) | ||
| 14 | * 2023-02-25 [Job control: one shell is all you need](2023-02-25-job-control) | ||
| 15 | * 2023-01-28 [The year of the Windows desktop](2023-01-28-windows-desktop) | ||
| 16 | * 2023-01-11 [Aaron Swartz](2023-01-11-aaron-swartz) | ||
| 17 | |||
| 18 | ## 2022 | ||
| 19 | |||
| 20 | * 2022-12-30 [Getting my blog ready for 2023](2022-12-30-blog-ready) | ||
| 21 | * 2022-12-24 [The man page reading club: ed(1)](2022-12-24-ed) | ||
| 22 | * 2022-11-23 [Self-hosted git pages with stagit (featuring ed, the standard editor)](2022-11-23-git-host) | ||
| 23 | * 2022-10-19 [Keeping my email sorted (the hard way)](2022-10-19-email-setup) | ||
| 24 | * 2022-10-01 [The man page reading club: tetris(6)](2022-10-01-tetris) | ||
| 25 | * 2022-09-20 [The man page reading club: sh(1) - part 2: commands and builtins](2022-09-20-sh-2) | ||
| 26 | * 2022-09-13 [The man page reading club: sh(1) - part 1: shell grammar](2022-09-13-sh-1) | ||
| 27 | * 2022-09-10 [Long live netbooks!](2022-09-10-netbooks) | ||
| 28 | * 2022-09-05 [Pipe man into col -b to get rid of \^H](2022-09-05-man-col) | ||
| 29 | * 2022-08-14 [How I update my website](2022-08-14-website) | ||
| 30 | * 2022-07-07 [The man page reading club: shutdown(8)](2022-07-07-shutdown) | ||
| 31 | * 2022-06-12 [The UNIX shell as an IDE: look stuff up with sed](2022-06-12-shell-ide-sed) | ||
| 32 | * 2022-06-08 [The man page reading club: more(1)](2022-06-08-more) | ||
| 33 | * 2022-06-04 [The gemini protocol](2022-06-04-gemini) | ||
| 34 | * 2022-05-29 [The man page reading club: man(1)](2022-05-29-man) | ||
| 35 | * 2022-05-21 [Blogs](2022-05-21-blogs) | ||
diff --git a/src/blog/feed.xml b/src/blog/feed.xml deleted file mode 100644 index 9c39603..0000000 --- a/src/blog/feed.xml +++ /dev/null | |||
| @@ -1,188 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" ?> | ||
| 2 | <rss version="2.0"> | ||
| 3 | |||
| 4 | <channel> | ||
| 5 | <title>Sebastiano Tronto's blog</title> | ||
| 6 | <link>https://sebastiano.tronto.net/blog</link> | ||
| 7 | <description> | ||
| 8 | Thoughts about software, computers and whatever I feel like sharing | ||
| 9 | </description> | ||
| 10 | |||
| 11 | <item> | ||
| 12 | <title>My minimalistic RSS feed setup</title> | ||
| 13 | <link>https://sebastiano.tronto.net/blog/2023-07-11-feed</link> | ||
| 14 | <description>My minimalistic RSS feed setup</description> | ||
| 15 | <pubDate>2023-07-11</pubDate> | ||
| 16 | </item> | ||
| 17 | |||
| 18 | <item> | ||
| 19 | <title>UNIX text filters, part 0 of 3: regular expressions</title> | ||
| 20 | <link>https://sebastiano.tronto.net/blog/2023-06-16-regex</link> | ||
| 21 | <description>UNIX text filters, part 0 of 3: regular expressions</description> | ||
| 22 | <pubDate>2023-06-16</pubDate> | ||
| 23 | </item> | ||
| 24 | |||
| 25 | <item> | ||
| 26 | <title>I had to debug C code on a smartphone</title> | ||
| 27 | <link>https://sebastiano.tronto.net/blog/2023-05-05-debug-smartphone</link> | ||
| 28 | <description>I had to debug C code on a smartphone</description> | ||
| 29 | <pubDate>2023-05-05</pubDate> | ||
| 30 | </item> | ||
| 31 | |||
| 32 | <item> | ||
| 33 | <title>The big rewrite</title> | ||
| 34 | <link>https://sebastiano.tronto.net/blog/2023-04-10-the-big-rewrite</link> | ||
| 35 | <description>The big rewrite</description> | ||
| 36 | <pubDate>2023-04-10</pubDate> | ||
| 37 | </item> | ||
| 38 | |||
| 39 | <item> | ||
| 40 | <title>The man page reading club: dc(1)</title> | ||
| 41 | <link>https://sebastiano.tronto.net/blog/2023-03-30-dc</link> | ||
| 42 | <description>The man page reading club: dc(1)</description> | ||
| 43 | <pubDate>2023-03-30</pubDate> | ||
| 44 | </item> | ||
| 45 | |||
| 46 | <item> | ||
| 47 | <title>Resizing my website's pictures with ImageMagick and find(1)</title> | ||
| 48 | <link>https://sebastiano.tronto.net/blog/2023-03-06-resize-pictures</link> | ||
| 49 | <description>Resizing my website's pictures with ImageMagick and find(1)</description> | ||
| 50 | <pubDate>2023-03-06</pubDate> | ||
| 51 | </item> | ||
| 52 | |||
| 53 | <item> | ||
| 54 | <title>Job control: one shell is all you need</title> | ||
| 55 | <link>https://sebastiano.tronto.net/blog/2023-02-25-job-control</link> | ||
| 56 | <description>Job control: one shell is all you need</description> | ||
| 57 | <pubDate>2023-02-25</pubDate> | ||
| 58 | </item> | ||
| 59 | |||
| 60 | <item> | ||
| 61 | <title>The year of the Windows desktop</title> | ||
| 62 | <link>https://sebastiano.tronto.net/blog/2023-01-28-windows-desktop</link> | ||
| 63 | <description>The year of the Windows desktop</description> | ||
| 64 | <pubDate>2023-01-28</pubDate> | ||
| 65 | </item> | ||
| 66 | |||
| 67 | <item> | ||
| 68 | <title>Aaron Swartz</title> | ||
| 69 | <link>https://sebastiano.tronto.net/blog/2023-01-11-aaron-swartz</link> | ||
| 70 | <description>Aaron Swartz</description> | ||
| 71 | <pubDate>2023-01-11</pubDate> | ||
| 72 | </item> | ||
| 73 | |||
| 74 | <item> | ||
| 75 | <title>Getting my blog ready for 2023</title> | ||
| 76 | <link>https://sebastiano.tronto.net/blog/2022-12-30-blog-ready</link> | ||
| 77 | <description>Getting my blog ready for 2023</description> | ||
| 78 | <pubDate>2022-12-30</pubDate> | ||
| 79 | </item> | ||
| 80 | |||
| 81 | <item> | ||
| 82 | <title>The man page reading club: ed(1)</title> | ||
| 83 | <link>https://sebastiano.tronto.net/blog/2022-12-24-ed</link> | ||
| 84 | <description>The man page reading club: ed(1)</description> | ||
| 85 | <pubDate>2022-12-24</pubDate> | ||
| 86 | </item> | ||
| 87 | |||
| 88 | <item> | ||
| 89 | <title>Self-hosted git pages with stagit (featuring ed, the standard editor)</title> | ||
| 90 | <link>https://sebastiano.tronto.net/blog/2022-11-23-git-host</link> | ||
| 91 | <description>Self-hosted git pages with stagit (featuring ed, the standard editor)</description> | ||
| 92 | <pubDate>2022-11-23</pubDate> | ||
| 93 | </item> | ||
| 94 | |||
| 95 | <item> | ||
| 96 | <title>Keeping my email sorted (the hard way)</title> | ||
| 97 | <link>https://sebastiano.tronto.net/blog/2022-10-19-email-setup</link> | ||
| 98 | <description>Keeping my email sorted (the hard way)</description> | ||
| 99 | <pubDate>2022-10-19</pubDate> | ||
| 100 | </item> | ||
| 101 | |||
| 102 | <item> | ||
| 103 | <title>The man page reading club: tetris(6)</title> | ||
| 104 | <link>https://sebastiano.tronto.net/blog/2022-10-01-tetris</link> | ||
| 105 | <description>The man page reading club: tetris(6)</description> | ||
| 106 | <pubDate>2022-10-01</pubDate> | ||
| 107 | </item> | ||
| 108 | |||
| 109 | <item> | ||
| 110 | <title>The man page reading club: sh(1) - part 2: commands and builtins</title> | ||
| 111 | <link>https://sebastiano.tronto.net/blog/2022-09-20-sh-2</link> | ||
| 112 | <description>The man page reading club: sh(1) - part 2: commands and builtins</description> | ||
| 113 | <pubDate>2022-09-20</pubDate> | ||
| 114 | </item> | ||
| 115 | |||
| 116 | <item> | ||
| 117 | <title>The man page reading club: sh(1) - part 1: shell grammar</title> | ||
| 118 | <link>https://sebastiano.tronto.net/blog/2022-09-13-sh-1</link> | ||
| 119 | <description>The man page reading club: sh(1) - part 1: shell grammar</description> | ||
| 120 | <pubDate>2022-09-13</pubDate> | ||
| 121 | </item> | ||
| 122 | |||
| 123 | <item> | ||
| 124 | <title>Long live netbooks!</title> | ||
| 125 | <link>https://sebastiano.tronto.net/blog/2022-09-10-netbooks</link> | ||
| 126 | <description>Long live netbooks!</description> | ||
| 127 | <pubDate>2022-09-10</pubDate> | ||
| 128 | </item> | ||
| 129 | |||
| 130 | <item> | ||
| 131 | <title>Pipe man into col -b to get rid of \^H</title> | ||
| 132 | <link>https://sebastiano.tronto.net/blog/2022-09-05-man-col</link> | ||
| 133 | <description>Pipe man into col -b to get rid of \^H</description> | ||
| 134 | <pubDate>2022-09-05</pubDate> | ||
| 135 | </item> | ||
| 136 | |||
| 137 | <item> | ||
| 138 | <title>How I update my website</title> | ||
| 139 | <link>https://sebastiano.tronto.net/blog/2022-08-14-website</link> | ||
| 140 | <description>How I update my website</description> | ||
| 141 | <pubDate>2022-08-14</pubDate> | ||
| 142 | </item> | ||
| 143 | |||
| 144 | <item> | ||
| 145 | <title>The man page reading club: shutdown(8)</title> | ||
| 146 | <link>https://sebastiano.tronto.net/blog/2022-07-07-shutdown</link> | ||
| 147 | <description>The man page reading club: shutdown(8)</description> | ||
| 148 | <pubDate>2022-07-07</pubDate> | ||
| 149 | </item> | ||
| 150 | |||
| 151 | <item> | ||
| 152 | <title>The UNIX shell as an IDE: look stuff up with sed</title> | ||
| 153 | <link>https://sebastiano.tronto.net/blog/2022-06-12-shell-ide-sed</link> | ||
| 154 | <description>The UNIX shell as an IDE: look stuff up with sed</description> | ||
| 155 | <pubDate>2022-06-12</pubDate> | ||
| 156 | </item> | ||
| 157 | |||
| 158 | <item> | ||
| 159 | <title>The man page reading club: more(1)</title> | ||
| 160 | <link>https://sebastiano.tronto.net/blog/2022-06-08-more</link> | ||
| 161 | <description>The man page reading club: more(1)</description> | ||
| 162 | <pubDate>2022-06-08</pubDate> | ||
| 163 | </item> | ||
| 164 | |||
| 165 | <item> | ||
| 166 | <title>The gemini protocol</title> | ||
| 167 | <link>https://sebastiano.tronto.net/blog/2022-06-04-gemini</link> | ||
| 168 | <description>The gemini protocol</description> | ||
| 169 | <pubDate>2022-06-04</pubDate> | ||
| 170 | </item> | ||
| 171 | |||
| 172 | <item> | ||
| 173 | <title>The man page reading club: man(1)</title> | ||
| 174 | <link>https://sebastiano.tronto.net/blog/2022-05-29-man</link> | ||
| 175 | <description>The man page reading club: man(1)</description> | ||
| 176 | <pubDate>2022-05-29</pubDate> | ||
| 177 | </item> | ||
| 178 | |||
| 179 | <item> | ||
| 180 | <title>Blogs</title> | ||
| 181 | <link>https://sebastiano.tronto.net/blog/2022-05-21-blogs</link> | ||
| 182 | <description>Blogs</description> | ||
| 183 | <pubDate>2022-05-21</pubDate> | ||
| 184 | </item> | ||
| 185 | |||
| 186 | |||
| 187 | </channel> | ||
| 188 | </rss> | ||
