An attempt to build a new website (obsolete)
Перейти к файлу
Morris Jobke 150a2cfffc
Add staging environment info
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-10 15:53:00 +02:00
archetypes Initial version for changelog 2019-04-03 18:18:57 +01:00
content/changelog Cleanup the first version of the layout 2019-04-09 15:37:01 +02:00
layouts/changelog Cleanup the first version of the layout 2019-04-09 15:37:01 +02:00
public Initial version for changelog 2019-04-03 18:18:57 +01:00
static Add main nav menu 2019-04-09 15:06:24 +02:00
.gitignore Initial version for changelog 2019-04-03 18:18:57 +01:00
README.md Add staging environment info 2019-04-10 15:53:00 +02:00
config.toml Initial version for changelog 2019-04-03 18:18:57 +01:00

README.md

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/ in the browser.

Staging environment

Currently there is a staging environment set up at https://staging.weasel.rocks, which serves the normal Wordpress powered website. Additionally special URLs are instead served from this hugo website. Currently those are:

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.