diff --git a/README.md b/README.md index 3f55bf5..a7ce785 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The website is built using the static website generator HuGo. - Load submodule with `git submodule init` and `git submodule update` - Install [HuGo](https://gohugo.io/installation/) -## Run +## Run for development ``` hugo server -w @@ -21,3 +21,9 @@ Note: You can change the base address `-b` and the bind address `--bind` if your ``` hugo server -w -b http://localhost:1313/ --bind 0.0.0.0 ``` + +## Build for production + +``` +hugo build --minify -b +``` diff --git a/config.toml b/config.toml index 8a49493..608b65b 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,5 @@ title = 'Freifunk Berlin' languageCode = 'de' -baseURL = 'https://berlin.freifunk.net/' theme = "ananke"