From d206a2812fc07e9ae8af016d3dc9d24a8bcf0508 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 9 Mar 2020 13:27:35 +0000 Subject: Prefer hugo for blog.wpcarro.dev Instead of creating my own static website generator, I'm trying Hugo. Huge is a newer alternative to Jekyll. So far, I like what I see. - Ignoring /blog/public since this is where `huge -D` generates the static assets. - Using a TailwindCSS theme. - Creating a dumby post about Emacs to test deployments. - Deleting all Common Lisp and Nix code that powered my previous, half-baked blog. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b14944eda176..2536625dff4b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ __pycache__ node_modules/ /configs/.config/fish/config.fish /configs/.config/fish/fish_variables +/blog/public/ -- cgit 1.4.1