Add drafts for future blog posts
- caffeine.md: an explanation of my theory that caffeine antagonizes mindfulness. - nix-and-hugo.md: a short tutorial explaining how I use Nix, the package manager and Hugo, the static site generator, to host my blog. - self-hosting.md: explain how I installed NixOS on my used Acer laptop.
This commit is contained in:
parent
7163b299f5
commit
c026f1a4c5
3 changed files with 16 additions and 0 deletions
5
blog/content/english/caffeine.md
Normal file
5
blog/content/english/caffeine.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Caffeine"
|
||||
date: 2020-03-11T22:50:40Z
|
||||
draft: true
|
||||
---
|
5
blog/content/english/nix-and-hugo.md
Normal file
5
blog/content/english/nix-and-hugo.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Deploy Hugo blog with Nix"
|
||||
date: 2020-03-11T18:42:32Z
|
||||
draft: true
|
||||
---
|
6
blog/content/english/self-hosting.md
Normal file
6
blog/content/english/self-hosting.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "Self Hosting"
|
||||
date: 2020-03-11T22:53:56Z
|
||||
draft: true
|
||||
---
|
||||
|
Loading…
Reference in a new issue