tongong.net

personal website
git clone https://tongong.net/git/tongong.net.git
Log | Files | Refs

commit bc08aa6ea9fd9f53017074a2d13bbda947a91b36
parent bafffb7b2c06d2675e3effe5dc530e68ae6eb4c8
Author: tongong <tongong@gmx.net>
Date:   Mon, 19 Dec 2022 16:03:04 +0100

added reading section

Diffstat:
Acontent/reading/index.html | 11+++++++++++
Mtemplate/index.html | 1+
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/content/reading/index.html b/content/reading/index.html @@ -0,0 +1,11 @@ +<h1>reading</h1> +<p>Here are some websites and blogs I enjoy reading:</p> +<ul> + <li><a href="https://mitxela.com/">mitxela.com</a> and the + <a href="https://www.youtube.com/@mitxela">youtube channel</a> + </li> + <li><a href="https://drewdevault.com/">Drew DeVault's blog</a></li> + <li><a href="https://ciechanow.ski/archives/">Bartosz Ciechanowski's blog</a></li> + <li><a href="https://100r.co/">100r.co</a> and + <a href="https://wiki.xxiivv.com/">wiki.xxiivv.com</a></li> +</ul> diff --git a/template/index.html b/template/index.html @@ -11,6 +11,7 @@ <p class="page-header"> <a href="/">tongong.net</a> - <a href="/writing/">writing</a> - + <a href="/reading/">reading</a> - <a href="/projects/">projects</a> - <a href="/git/">git</a> - <a href="/about/">about</a>