I have finally managed to get the basic site using a stock template up and running in GitHub.
By now you know how basic my knowledge level is in this space.
I would like to know how do I go about updating/changing the content for the site? Like I can see that the config file has sort of the routing info, but how do I change the assets, text etc…?
Site in question: http://vikramhimanshu.github.io/himanshu-page/
Someone might help if you can link your repo? Generally speaking, edit the files under /content
in your project folder.
From another thread the repo is https://github.com/vikramhimanshu/himanshu-page.
Front page content is found by modifying config.yaml
, changing the text to say what you want, and putting images/assets into the static
folder and updating the references to those files in config.yaml
.
If you want to have other pages, see @RickCogley’s post above.
1 Like