crakjie / landing-page-hugo

Hugo landing page theme
MIT License
74 stars 59 forks source link

How can I change the navigation and "stay in touch" text? #14

Open orschiro opened 8 years ago

orschiro commented 8 years ago

Dear @crakjie,

Thank you so much for your wonderful landing page theme!

I am new to Hugo, currently trying to use it with your theme to create a simple conference website.

I followed the documentation but failed to make the following changes.

May you help me?

Thankfully,

-Robert

screenshot-localhost 1313 2016-09-15 14-55-21

crakjie commented 8 years ago

Sadly it's not currently customizable from the markdown. We can imagine parameter this in config.tom or via content

But if you are motivate you can make a PR with theses changes.

Although about service contact can be found in the header.html and in the footer.html Stay in touch can be found in contact.html

orschiro commented 8 years ago

Thank you @crakjie!

I was able to make the changes by modifying directly the html files.

But if you are motivate you can make a PR with theses changes.

I am not sure I posses the knowledge already to do so.

Can you give me some guidance?

Thankfully,

-Robert

crakjie commented 8 years ago

About is a link to the about section services to others post and contact to the contact post. here as you can see .

You can take inspiration from this lines where .Site.Params.description reference this configuration

orschiro commented 8 years ago

Thank you!

I will see what I can do but for now my other priority is #15.

Warmly,

-Robert