Revert "removed text explanation from archive page"
This reverts commit c985bac1bf
.
This commit is contained in:
parent
c985bac1bf
commit
62078d2cd5
|
@ -6,6 +6,7 @@
|
||||||
<main>
|
<main>
|
||||||
<nav class="tagList">
|
<nav class="tagList">
|
||||||
<h2>Tags</h2>
|
<h2>Tags</h2>
|
||||||
|
<p>These can refer to both articles and development notes. Well, technically they could refer to short stories too, but I have not yet felt the need to include Docker or Kubernetes in my fiction. Fiction writing should be a safe space, after all.</p>
|
||||||
<ul>
|
<ul>
|
||||||
{{- range .Tags -}}
|
{{- range .Tags -}}
|
||||||
<li><a href="{{ .Link }}">#{{ .Name }}</a></li>
|
<li><a href="{{ .Link }}">#{{ .Name }}</a></li>
|
||||||
|
@ -14,6 +15,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
<nav>
|
<nav>
|
||||||
<h2>Articles</h2>
|
<h2>Articles</h2>
|
||||||
|
<p>Tutorials, essays, thoughts... or just ramblings from someone who thinks too much about computers and minimalism.</p>
|
||||||
<ul>
|
<ul>
|
||||||
{{- range .ArticleYears -}}
|
{{- range .ArticleYears -}}
|
||||||
<li><a href="{{ .Link }}">{{ .Name }}</a></li>
|
<li><a href="{{ .Link }}">{{ .Name }}</a></li>
|
||||||
|
@ -22,6 +24,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
<nav>
|
<nav>
|
||||||
<h2>Development Notes</h2>
|
<h2>Development Notes</h2>
|
||||||
|
<p>Programming and other computer related tricks, links and snippets that I'd like to have quick access to. Basically, whenever I Google and all the top links are purple, indicating that I have searched the same thing before, I turn it into a note.</p>
|
||||||
<ul>
|
<ul>
|
||||||
{{- range .NoteYears -}}
|
{{- range .NoteYears -}}
|
||||||
<li><a href="{{ .Link }}">{{ .Name }}</a></li>
|
<li><a href="{{ .Link }}">{{ .Name }}</a></li>
|
||||||
|
@ -30,6 +33,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
<nav>
|
<nav>
|
||||||
<h2>Short Stories 🇳🇱</h2>
|
<h2>Short Stories 🇳🇱</h2>
|
||||||
|
<p>Over the course of years, I wrote a lot of short stories in a format that I called <em>Vrij Korte Verhalen</em>, VKV's for short, which could be translated as Rather Short Stories. Most of them are between 500 and 1000 words and all of them in Dutch.</p>
|
||||||
<ul>
|
<ul>
|
||||||
{{- range .StoryYears -}}
|
{{- range .StoryYears -}}
|
||||||
<li><a href="{{ .Link }}">{{ .Name}}</a></li>
|
<li><a href="{{ .Link }}">{{ .Name}}</a></li>
|
||||||
|
|
Loading…
Reference in New Issue