Change default baseurl + add readme.md

This commit is contained in:
JosephK 2018-03-01 12:31:23 +01:00
parent 3903ee4fb8
commit 24fe8773bd
2 changed files with 12 additions and 1 deletions

11
README.md Normal file
View 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/"

View file

@ -1,5 +1,5 @@
# 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.
DefaultContentLanguage = "fr"