diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e6049a --- /dev/null +++ b/README.md @@ -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/" + diff --git a/config.toml b/config.toml index 98d9331..e7a3323 100644 --- a/config.toml +++ b/config.toml @@ -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"