fredrikloch / hugo-uno

A responsive hugo theme with awesome font's, charts and lightbox galleries
89 stars 50 forks source link

Edit Landing Page #22

Closed k1ngf15h3r closed 8 years ago

k1ngf15h3r commented 8 years ago

Really nice theme. I use it at my really new hugo blog under dev.hagels.net but I can not find any option to edit the subtitle on the landing page. I started yesterday with hugo and migrated my wordpress blog to hugo today. So I am really new to hugo but I searched for two hours now and can not find the point where I can edit this part of the coverpage.

Could you please help! =)

fredrikloch commented 8 years ago

It should be possible to change by altering the parameter "description" in the yaml config file

k1ngf15h3r commented 8 years ago

Tried this already and tried it just now again but the subtitle does not change. had restarted Hugo server after changing description but still showing the default subtitle. any other idea? Am 01.02.2016 11:50 schrieb "Fredrik" notifications@github.com:

It should be possible to change by altering the parameter "description" in the yaml config file

— Reply to this email directly or view it on GitHub https://github.com/SenjinDarashiva/hugo-uno/issues/22#issuecomment-177909216 .

tcbtcb commented 8 years ago

@benny-noh - the variable you want is in the partials/sidebar.html file. It's set to {{ Site.Params.description }} so the variable description needs to be set in the Params section of the config file. Once that is set it should be fine. Works for me at least.

k1ngf15h3r commented 8 years ago

Yes! Now it works. Thanks for the hint :) Am 01.02.2016 20:32 schrieb "Thad Brown" notifications@github.com:

@benny-noh https://github.com/benny-noh - the variable you want is in the partials/sidebar.html file. It's set to {{ Site.Params.description }} so the variable description needs to be set in the Params section of the config file. Once that is set it should be fine. Works for me at least.

— Reply to this email directly or view it on GitHub https://github.com/SenjinDarashiva/hugo-uno/issues/22#issuecomment-178143946 .

fredrikloch commented 8 years ago

Thanks @tcbtcb :) and im glad it worked out