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