forked from nutomic/joinpeertube
Change default baseurl + add readme.md
This commit is contained in:
parent
3903ee4fb8
commit
24fe8773bd
2 changed files with 12 additions and 1 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Homepage of [joinpeertube.org](https://joinpeertube.org) based on [Hugo](https://gohugo.io/) and the [Hugo Bootstrap Premium](https://themes.gohugo.io/hugo-bootstrap-premium/) theme.
|
||||||
|
|
||||||
|
- texts are in the `content` folder.
|
||||||
|
- navbar content is defined in `config.toml`
|
||||||
|
- CSS are in `themes/hugo-bootstrap-premium/static/css/style.css`
|
||||||
|
- images are in `static`
|
||||||
|
|
||||||
|
To see your changes in action, run :
|
||||||
|
|
||||||
|
hugo server -D -b "http://localhost:1313/"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# hostname (and path) to the root eg. https://appernetic.github.io/
|
# hostname (and path) to the root eg. https://appernetic.github.io/
|
||||||
baseurl = "https://joinpeertube.framalab.org/"
|
baseurl = "https://joinpeertube.org/"
|
||||||
|
|
||||||
# Remark if you want to disable multilingual support.
|
# Remark if you want to disable multilingual support.
|
||||||
DefaultContentLanguage = "fr"
|
DefaultContentLanguage = "fr"
|
||||||
|
|
Loading…
Reference in a new issue