# website **Repository Path**: mirrors_nextcloud/website ## Basic Information - **Project Name**: website - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-02 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Start Run `hugo` and then serve the folder `public` on a webserver. This can be accomplished by running this command: ``` hugo server ``` and open [http://localhost:1313/](http://localhost:1313/) in the browser. # Staging environment Currently there is a staging environment set up at [https://staging.weasel.rocks](https://staging.weasel.rocks), which serves the normal Wordpress powered website. Additionally special URLs are instead served from this hugo website. Currently those are: * `/css` * `/static-assets` * [`/changelog`](https://staging.weasel.rocks/changelog/) This should be a showcase on how well it all works together during the step by step migration from Wordpress to Hugo. Once the state of the staging environment is ready for production we will move it over to the real website and monitor it.