The static website is hosted on Netlify under the free plan.
-
Start the tailwind JIT engine using:
npx tailwindcss -i ./themes/hugo-persona/assets/css/main.css -o ./themes/hugo-persona/assets/css/styles.css --watch -
Start the hugo server using:
hugo server -D -
Write the site content. Happy development!