From 24fe8773bde1d8470da2265b386c90505cd4af20 Mon Sep 17 00:00:00 2001 From: JosephK Date: Thu, 1 Mar 2018 12:31:23 +0100 Subject: [PATCH] Change default baseurl + add readme.md --- README.md | 11 +++++++++++ config.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 README.md 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"