Skip to content
Snippets Groups Projects
Jeremy Soller's avatar
Jeremy Soller authored
Fix hyperlinks

See merge request redox-os/website!359
1baa1e2c
Forked from redox-os / website
174 commits behind the upstream repository.

website

To build this site, you must install Hugo and run the hugo.sh file.

To preview the site, run ./hugo.sh serve and then open http://localhost:1313

./hugo.sh is a script that enables content written for the English language webpage (in the content/ directory) to be visible in pages of other languages.
But this results in a quirk where hugo does not watch for changes in the content/ directory when you use ./hugo.sh serve command.
So, you can use the hugo serve command instead, which makes sure that content/ directory is also watched (just for when you're writing the pages).