Skip to content

francoposa/francoposa.io

Repository files navigation

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.

Content Preview