mirror of https://github.com/jpanther/congo.git
🔥 Remove baseURL from exampleSite config
parent
97e4008329
commit
d47a9e615e
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue