Hello, I’m in the process of migrating my WordPress site to Hugo. I’m feeling pretty overwhelmed with the documentation, and would like to get moving quickly but am stuck currently. Anyway, what I’ve done so far is created a new theme for my site. The source code is at https://github.com/ankush981/hugo-ankushthakur.com
The problem now is, how to add content to the About
, Contact
, etc., pages. I’ve tried to add an index.md
file to each of the directories but it doesn’t seem to be helping.
I’d really prefer a simple (if dirty) solution at this point, but am not averse to the idea of reading up a little more.
Thanks in advance!