add timestamp

master
Ingolf Wagner 2021-08-24 19:11:56 +02:00
parent 7d086736df
commit 7881820b43
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
7 changed files with 13 additions and 13 deletions

View File

@ -3,7 +3,6 @@ title: "Ingolf Wagner - Tech Articles"
date: 2021-07-24T21:43:24+02:00
---
# Articles
Hey here are some articles about technical issues.
Most of them are about
[NixOS](https://nixos.org)

View File

@ -16,8 +16,6 @@ summary: >
---
# krops
[NixOps](https://nixos.org/nixops/)
the official DevOps tool of
[NixOS ](https://nixos.org) is nice, but it has some flaws.

View File

@ -7,11 +7,11 @@ summary: >
How to setup your projects using lsp, emacs (or your favorite editor), direnv and nix-shell.
---
## Setup
In this article we are discussing a concrete setup with concrete tools and a concrete language.
But the solutions described here, are intended to help you with your set up.
## Setup
Here are the Tools used.
* [Spacemacs](http://spacemacs.org/) : my editor or choice.

View File

@ -12,7 +12,6 @@ summary: >
Luckily all these tools can be configured via JSON, and Nix can easily create JSON.
---
# nix-instantiate
I like NixOS and the way modules work.
I miss them when I do tasks in other languages

View File

@ -14,12 +14,8 @@ summary: >
for example forwarding to sub-networks and network wise activation and deactivation.
I designed it to work nicely with
NixOps.
---
# tinc
In this article I will describe how to use my
[NixOS](https://nixos.org/)
tinc-module.

View File

@ -1,8 +1,11 @@
{{ define "main" }}
{{ .TableOfContents }}
<div class="content">
{{ .Content }}
<div class="content">
<h1>{{ .Title }}</h1>
<div class="date">published {{ .Date | time.Format "January 2006" }}</div>
{{ .Content }}
</div>
{{ end }}

View File

@ -26,6 +26,11 @@ body {
line-height: @font-height;
grid-area: content;
.date {
text-align: right;
margin-right: 10px;
}
}
#main-navigation {