diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-09T13·27+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-09T13·27+0000 |
commit | d206a2812fc07e9ae8af016d3dc9d24a8bcf0508 (patch) | |
tree | fd5ddddb62457a5f5b5e67f68c5156dcecee7da6 /.gitignore | |
parent | 2e0ad09a0275dd11e0e8b3db1cbd04e72b9d196c (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |