Can someone help me out with setting up my hugo site?

Hi,
I really like the concept of hugo. But I have been having a hard time deploying it.

I am trying to customise the sidebar of the hyde theme.

I want to create menus in the sidebar. For eg.
How do I create pages like About, Goals etc in the sidebar. I saw a variable .Site.Menu.main
But where do I populate the value of the main array?

Can I set it somewhere
main = [‘About’, ‘Goals’]

Also in the sidebar i want to add something like share and follow as shown in
http://spf13.com/

Is this a very advanced setup? I have decent experience html css & can code websites on my own. But I am finding this kind of thing difficult.

Any help is greatly appreciated.

Thanks,
Arnab

1 Like
  1. Menus can be set up in main config or/and by putting pages into a given menu in the front matter. See http://gohugo.io/extras/menus/
  2. See https://github.com/spf13/spf13.com/blob/master/layouts/partials/social.html

We have invested a ton of time in developing excellent documentation which covers all of the questions you are asking.
You are not seeking an advanced setup, but you need to learn how to configure it to do what you want.

The docs are available at http://gohugo.io.

The menu specific docs are available in http://gohugo.io/extras/menus/