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:
William Carroll 2020-03-11 22:54:50 +00:00
parent 7163b299f5
commit c026f1a4c5
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
title: "Caffeine"
date: 2020-03-11T22:50:40Z
draft: true
---

View file

@ -0,0 +1,5 @@
---
title: "Deploy Hugo blog with Nix"
date: 2020-03-11T18:42:32Z
draft: true
---

View file

@ -0,0 +1,6 @@
---
title: "Self Hosting"
date: 2020-03-11T22:53:56Z
draft: true
---