🔥 Remove baseURL from exampleSite config

pull/2/head
James Panther 2021-08-25 16:07:20 +10:00
parent 97e4008329
commit d47a9e615e
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,6 @@
# https://jpanther.github.io/congo/docs/
# --------------------------------------------------------------------------
baseURL = "https://jpanther.github.io/congo/"
theme = "congo"
languageCode = "en-AU"
defaultContentLanguage = "en"
@ -51,10 +50,10 @@ relativeURLs = true
name = "Samples"
pageRef = "samples"
weight = 20
# [[menu.main]]
# name = "Users"
# pageRef = "users"
# weight = 30
[[menu.main]]
name = "Users"
pageRef = "users"
weight = 30
[[menu.main]]
name = "GitHub"
url = "https://github.com/jpanther/congo"