Notes about settings up this webpage

This is documentation on how to setup and run this webpage. Introduction Download Hugo. https://gohugo.io/installation/ The page will reside in support subpath which will be bundled by FastAPI. Building the page hugo serve --bind 0.0.0.0 --baseURL=http://10.10.120.191:1313/support --disableFastRender hugo build --baseURL=http://${HOST}:${PORT}/support -d ../support Features Simple: Easy to write and manage content. Fast: Hugo is optimized for speed. Flexible: Customize your site with themes and plugins. Conclusion Thank you for reading my first post. Stay tuned for more updates! ...

October 5, 2023