Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 475 Bytes

File metadata and controls

18 lines (11 loc) · 475 Bytes

HUGO BLOCKS

Hugo blocks is a simple hugo theme that demonstrates the possibility of building websites using modular block configuration in Hugo which enables easy site management using Decap CMS.

SETUP DEVELOPMENT ENVIRONMENT

Launch Hugo Server

hugo server

Launch TailwindCSS to watch for changes. Read more: https://tailwindcss.com/docs/installation/tailwind-cli

npx @tailwindcss/cli -i ./src/input.css -o ./static/src/output.css --watch