diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-11T22·54+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-11T22·54+0000 |
commit | c026f1a4c593741e379524649d931fa106e1c150 (patch) | |
tree | 08889c48bde417c111bbaaa5989248214613b69b /blog/content/english/nix-and-hugo.md | |
parent | 7163b299f54209c524284d9badd260b2a5c308c1 (diff) |
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.
Diffstat (limited to 'blog/content/english/nix-and-hugo.md')
-rw-r--r-- | blog/content/english/nix-and-hugo.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/blog/content/english/nix-and-hugo.md b/blog/content/english/nix-and-hugo.md new file mode 100644 index 000000000000..ff0fe70205da --- /dev/null +++ b/blog/content/english/nix-and-hugo.md @@ -0,0 +1,5 @@ +--- +title: "Deploy Hugo blog with Nix" +date: 2020-03-11T18:42:32Z +draft: true +--- |