720 B
720 B
website
https://showerloop.cc new site for https://showerloop.org [planned]
Local Development
To test this site locally:
- Make sure you have Hugo installed on your system
- Clone this repository
- Run the development server using the script:
./run-hugo-server.sh
Or run Hugo directly:
hugo server -D --disableFastRender
- Open your browser and go to http://localhost:1313/ to view the site
- The site will automatically reload when you make changes to the content or templates
Notes
- The
-D
flag enables draft content to be visible in the development environment --disableFastRender
ensures full rebuilds for more reliable preview