diff --git a/hugo.toml b/hugo.toml index 5898c92..b8d6a34 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,11 +1,15 @@ -baseURL = 'https://www.rottenwheel.com/' +baseURL = 'https://blog.rottenwheel.com/' languageCode = 'en-us' title = 'rottenwheel' theme = 'hugo-rottenwheel' -disableKinds = [ 'taxonomy' ] +disableKinds = ['taxonomy'] enableRobotsTXT = true [menu] - [[menu.main]] - url = "/posts/" - name = "blog" +[[menu.main]] +url = "/" +name = "blog" + +[[menu.main]] +url = "https://rottenwheel.com" +name = "about"