diff --git a/content/nixos/_index.md b/content/nixos/_index.md index d0a7118..da41ee9 100644 --- a/content/nixos/_index.md +++ b/content/nixos/_index.md @@ -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) diff --git a/content/nixos/krops.md b/content/nixos/krops.md index 75e4ced..48fe00f 100644 --- a/content/nixos/krops.md +++ b/content/nixos/krops.md @@ -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. diff --git a/content/nixos/language-server.md b/content/nixos/language-server.md index 4d63f5a..f8cc9af 100755 --- a/content/nixos/language-server.md +++ b/content/nixos/language-server.md @@ -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. diff --git a/content/nixos/nix-instantiate.md b/content/nixos/nix-instantiate.md index be11986..d0b9011 100644 --- a/content/nixos/nix-instantiate.md +++ b/content/nixos/nix-instantiate.md @@ -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 diff --git a/content/nixos/tinc.md b/content/nixos/tinc.md index 0bced57..2fcccac 100644 --- a/content/nixos/tinc.md +++ b/content/nixos/tinc.md @@ -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. diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f527821..48668a1 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,8 +1,11 @@ {{ define "main" }} - + + {{ .TableOfContents }} -
- {{ .Content }} +
+

{{ .Title }}

+
published {{ .Date | time.Format "January 2006" }}
+ {{ .Content }}
{{ end }} diff --git a/src/lessc/page/main.less b/src/lessc/page/main.less index d213442..b5107bd 100644 --- a/src/lessc/page/main.less +++ b/src/lessc/page/main.less @@ -26,6 +26,11 @@ body { line-height: @font-height; grid-area: content; + + .date { + text-align: right; + margin-right: 10px; + } } #main-navigation {