LinuxBoot Website
Requirements
Install Hugo. Run hugo -h
for help.
Editing
Run Hugo:
hugo server
Hugo will output its address. Open it in your web browser.
Edit the pages in content/
. Hugo refreshes automatically on save.
Deployment
Build for static web hosting, output ends up in public/
:
hugo