Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 2.32 KB

README.md

File metadata and controls

69 lines (37 loc) · 2.32 KB

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