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.
This commit is contained in:
parent
2e0ad09a02
commit
d206a2812f
9 changed files with 46 additions and 104 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -32,3 +32,4 @@ __pycache__
|
|||
node_modules/
|
||||
/configs/.config/fish/config.fish
|
||||
/configs/.config/fish/fish_variables
|
||||
/blog/public/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue