joeroe / risotto

A minimalist, responsive hugo theme inspired by terminal ricing aesthetics.
https://risotto.joeroe.io
MIT License
437 stars 114 forks source link

how to add new pages/content #61

Closed ManishAradwad closed 1 year ago

ManishAradwad commented 1 year ago

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?

I'm running the server using hugo server -D

joeroe commented 1 year ago

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.