tongong.net

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

commit b8cc84b8a5bb8c4683e38bc7232f6017f8d45a94
parent bc08aa6ea9fd9f53017074a2d13bbda947a91b36
Author: tongong <tongong@gmx.net>
Date:   Mon, 19 Dec 2022 16:13:01 +0100

new main and writing page

Diffstat:
Mcontent/index.html | 7+++++--
Dcontent/writing/example-article/index.html | 3---
Mcontent/writing/index.html | 5+++--
3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/content/index.html b/content/index.html @@ -1,2 +1,5 @@ -<p>Welcome! Unfortunately there is not much here at the moment. However I plan -to add more content.</p> +<p> + Welcome! I'm not quite sure what to put on this page yet. In the meantime + you can check out <a href="/writing/zoom-interference">Interference effects + on image zoom</a>. +</p> diff --git a/content/writing/example-article/index.html b/content/writing/example-article/index.html @@ -1,3 +0,0 @@ -<h1>example article</h1> -<p class="page-intro">This serves as an example.</p> -<p>test text blah blah.</p> diff --git a/content/writing/index.html b/content/writing/index.html @@ -1,5 +1,6 @@ <h1>writing</h1> -<p>I sometimes like to write.</p> <ul> - <li><a href="/writing/example-article">an example article</a></li> + <li><a href="/writing/zoom-interference"> + Interference effects on image zoom + </a></li> </ul>