Editing Hugo site & content
From root directory:
hugo server --buildDrafts --disableFastRender
Editing Tailwind CSS
In root directory of whichever theme is being edited:
npx tailwindcss -i ./static/css/style.css -o ./static/css/style.tailwind.css --watch
Changes are picked up by the hugo server process running, but it may take a few hard refreshes for the browser to display them.
-
Creating a DigitalOcean Server with Ansible
-
Using DigitalOcean Servers as Ansible Dynamic Inventory
-
Deploying a K3s Kubernetes Cluster with Ansible
-
Deploying a Stateless HTTP Service to Kubernetes
-
Exposing a Service to the Public Internet
-
Git Config, Init, Add, and Commit
-
Packaging a Golang Application for Containerized Deployment
-
Understanding Golang Template Nesting and Hierarchy With Simple Text Templates