Hello. I am just starting and using the casper two theme. I can alter text when viewing everything locally via localhost:1313, however the theme is not rendering, as in there is a white page without formatting. There is a broken image link (the hugo logo image doesn’t even appear) and text on the left, but no theme is showing. The contents of the config file are below:
baseurl = "/"
theme = "casper-two"
languageCode = "en-US"
disqusShortname = ""
paginate = 6
#SectionPagesMenu = "main"
[params]
title = "Zachary Brounstein"
subtitle = "Welcome!"
cover = "img/blog-cover.jpg"
description = "My personal website"
metaDescription = ""
googleAnalytics = ""
customCSS = []
RSSLink = ""
#twitterName = "faketryghost"
#fbName = "fakeghost"
#githubName = "eueung"
logo = "zrb_skull.jpg"
orgName = "ZRB"
orgWebsite = "https://www.telematika.org"
orgDescription = "Here is a description placeholder for your org"
author = "ZRB"
authorAvatar = "hugo-logo.png"
authorLocation = "Los Alamos, NM"
authorWebsite = "https://zacharybrounstein.com"
authorDescription = "Scientist"
pageNotFoundTitle = "404 - Page not found"
#casper or caspertwo
singleViewStyle = "casper"
[permalinks]
post = "/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 200
[[menu.main]]
name = "Paintings"
url = "/tags/golang/"
weight = 100
[[menu.main]]
name = "Music"
url = "/categories/music/"
weight = 99
[[menu.main]]
name = "Google"
url = ""
weight = 95
Thank you for your help.