Skip to content

Commit

Permalink
Make BaseURL param
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Nov 19, 2023
1 parent b3d3782 commit 38eea61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <DOMAIN>
```
1 change: 0 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
title = 'Freifunk Berlin'
languageCode = 'de'
baseURL = 'https://berlin.freifunk.net/'

theme = "ananke"

Expand Down

0 comments on commit 38eea61

Please sign in to comment.