Hello everyone,
Im trying to build a new personal website using hugo and a theme I really liked. After creating a few test draft pages and changing a few things on the site to how I wanted it, I felt I was ready to try and put it up on my server to at least test out. But when I called hugo -D
my website came out looking like so.
Now I know its got to be something that ive messed up somewhere, but im having trouble figureing it out.
baseURL = "http://www.toddmcintire.com/"
title = "Todd McIntire"
paginate = 5
theme = "PaperMod"
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
googleAnalytics = ""
[minify]
disableXML = true
minifyOutput = true
[params]
env = "production"
title = "Todd McIntire"
description = "Todd McIntire's personal website"
keywords = [ "Blog", "Portfolio", "PaperMod" ]
author = "Todd McIntire"
images = [ "<link or path of image for opengraph, twitter-cards>" ]
DateFormat = "02 Jan 2006"
defaultTheme = "auto"
disableThemeToggle = false
ShowReadingTime = true
ShowShareButtons = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
disableSpecial1stPost = false
disableScrollToTop = false
comments = true
hidemeta = false
hideSummary = false
showtoc = false
tocopen = false
[params.assets]
favicon = "/media/favicon.ico"
favicon16x16 = "/media/favicon-16x16.png"
favicon32x32 = "/media/favicon-32x32.png"
apple_touch_icon = "/media/apple-touch-icon.png"
safari_pinned_tab = "/media/safari-pinned-tab.svg"
[params.label]
text = "Home"
icon = "/media/favicon.png"
iconHeight = 35
[params.profileMode]
enabled = false
title = "Todd McIntire"
subtitle = "Software Engineer"
imageUrl = "/media/android-chrome-256x256.png"
imageWidth = 120
imageHeight = 120
imageTitle = "my image"
[[params.profileMode.buttons]]
name = "Posts"
url = "posts"
[[params.profileMode.buttons]]
name = "Projects"
url = "projects"
[[params.profileMode.buttons]]
name = "Tags"
url = "tags"
[params.homeInfoParams]
Title = "Todd McIntire"
Content = "software engineer"
[[params.socialIcons]]
name = "email"
url = "mailto:mail@toddmcintire.com"
[[params.socialIcons]]
name = "linkedin"
url = "https://linkedin.com/in/toddmcintire"
[[params.socialIcons]]
name = "github"
url = "https://github.com/toddmcintire"
[params.analytics.google]
SiteVerificationTag = ""
[params.analytics.bing]
SiteVerificationTag = ""
[params.analytics.yandex]
SiteVerificationTag = ""
[params.cover]
hidden = true
hiddenInList = true
hiddenInSingle = true
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1_000
threshold = 0.4
minMatchCharLength = 0
keys = [ "title", "permalink", "summary", "content" ]
[[menu.main]]
identifier = "posts"
name = "posts"
url = "/posts/"
weight = 10
[[menu.main]]
identifier = "projects"
name = "projects"
url = "/projects/"
weight = 20
[[menu.main]]
identifier = "tags"
name = "tags"
url = "/tags/"
weight = 30
[[menu.main]]
identifier = "resume"
name = "resume"
url = "/resume/resume.pdf"
weight = 40