diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2022-05-27 17:41:24 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2022-05-27 17:52:13 +0200 |
commit | 8e3ebb113d8b0b0ab34eebb97c3a8a3ac38a92f8 (patch) | |
tree | 0312d19a0fed6344de65a3a206cc083f66cec9b8 /template/index.html | |
parent | 5490f1fd18fcc445f0c48a1ed830678e0f69ac0f (diff) |
generate article list automatically
Diffstat (limited to 'template/index.html')
-rw-r--r-- | template/index.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/template/index.html b/template/index.html deleted file mode 100644 index ebc3182..0000000 --- a/template/index.html +++ /dev/null @@ -1,12 +0,0 @@ -<header> - <p>Hello and welcome, my name is Vincent and you've landed on the small space where I ramble mainly about IT and occasionally other topics. You can check my articles below, my <a href="//git.vdouillet.fr" title="git.vdouillet.fr">git repos</a> or the <a href="/about.html" title="about">about</a> page.</p> -</header> -<ul style="list-style-type:none;padding-left:0"> - <li><a href="which-gpu-for-a-1999-pc.html" title="Which GPU for a 1999 PC?">05-16-2022 Which GPU for a 1999 PC?</a></li> - <li><a href="/remote-desktop-vnc-openbsd.html" title="Remote X11 desktop with x11vnc on OpenBSD">04-08-2022 Remote X11 desktop with x11vnc on OpenBSD</a></li> - <li><a href="/advent-of-code-2021.html" title="Advent of Code 2021">01-05-2022 Advent of Code 2021</a></li> - <li><a href="/lightweight-mail-client.html" title="On the status of lightweight GUI mail clients">11-03-2021 On the status of lightweight GUI mail clients</a></li> - <li><a href="/browsing-gems.html" title="Browsing gems">10-11-2021 Browsing gems</a></li> - <li><a href="/raspberry-pi-white-noise-machine.html" title="Raspberry Pi white noise machine">09-29-2021 Raspberry Pi white noise machine</a></li> - <li><a href="/openbsd-simple-git-server.html" title="Simple git server on OpenBSD">09-11-2021 Simple git server on OpenBSD</a></li> -</ul> |