I'm new to hugo in general so I don't really have much idea about how to edit the theme to add new content. I tried creating a new markdown file in content folder after installing the theme and setting it up in hugo.toml, but the new markdown file content doesn't show up on the website server running locally. Can someone point me to proper documentation?
Hi @ManishAradwad. What you're asking about is not really specific to this theme, but how to use hugo in general. I'd suggest starting with the hugo docs.
I'm new to hugo in general so I don't really have much idea about how to edit the theme to add new content. I tried creating a new markdown file in
content
folder after installing the theme and setting it up inhugo.toml
, but the new markdown file content doesn't show up on the website server running locally. Can someone point me to proper documentation?I'm running the server using
hugo server -D