diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml index 59b56fc8..485b48f4 100644 --- a/exampleSite/config/_default/config.toml +++ b/exampleSite/config/_default/config.toml @@ -1,9 +1,9 @@ # -- Site Configuration -- # Refer to the theme docs for more details about each of these parameters. -# https://jpanther.github.io/congo/docs/getting-started/ +# https://nunocoracao.github.io/blowfish/docs/getting-started/ theme = "blowfish" -baseURL = "https://github.com/nunocoracao/blowfish" +baseURL = "https://nunocoracao.github.io/blowfish/" defaultContentLanguage = "en" enableRobotsTXT = true diff --git a/exampleSite/config/_default/menus.en.toml b/exampleSite/config/_default/menus.en.toml index c5f8c404..0a6abee5 100644 --- a/exampleSite/config/_default/menus.en.toml +++ b/exampleSite/config/_default/menus.en.toml @@ -15,25 +15,25 @@ pageRef = "about" weight = 10 -[[main]] - name = "Posts" - pageRef = "posts" - weight = 20 +#[[main]] +# name = "Posts" +# pageRef = "posts" +# weight = 20 -[[main]] - name = "Resume" - pageRef = "resume" - weight = 30 +#[[main]] +# name = "Resume" +# pageRef = "resume" +# weight = 30 -[[main]] - name = "Music" - pageRef = "music" - weight = 40 +#[[main]] +# name = "Music" +# pageRef = "music" +# weight = 40 -[[main]] - name = "Docs" - pageRef = "docs" - weight = 50 +#[[main]] +# name = "Docs" +# pageRef = "docs" +# weight = 50 #[[main]] # name = "Tags"