dnlzrgz / hugo-terrassa-theme

Terrassa is a simple, fast and responsive theme for Hugo with a strong focus on accessibility.
https://terrassa.netlify.com/
MIT License
66 stars 77 forks source link

Alignment of sections #19

Closed Shelmith-Kariuki closed 5 years ago

Shelmith-Kariuki commented 5 years ago

Screen Shot 2019-07-30 at 21 13 03 Hi. I am building my website using this theme. I want the sections at the top to appear as:

Home About . Blog Contact

instead of

Home Blog . About . Contact

Which file should I alter?

dnlzrgz commented 5 years ago

Hi!

You should be able to order those items using the weight property in the front matter of your respective files.

You can see an example here and here.

Shelmith-Kariuki commented 5 years ago

Thanks Daniel,

Yeah, the weight works. Another question...is there a way I can change the theme colour from yellow to something else like blue?

Best,

Shelmith

On Wed, Jul 31, 2019, 18:11 Daniel notifications@github.com wrote:

Hi!

You should be able to order those items using the weight property in the front matter of your respective files.

You can see an example here https://raw.githubusercontent.com/danielkvist/hugo-terrassa-theme/master/exampleSite/content/_index.md and here https://raw.githubusercontent.com/danielkvist/hugo-terrassa-theme/master/exampleSite/content/about.md .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danielkvist/hugo-terrassa-theme/issues/19?email_source=notifications&email_token=AI5W7GFPXQINYRIBP65E53TQCGTQ5A5CNFSM4IH67DX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3HSL4A#issuecomment-516892144, or mute the thread https://github.com/notifications/unsubscribe-auth/AI5W7GAKBFJTNE63XHR6OUDQCGTQ5ANCNFSM4IH67DXQ .

dnlzrgz commented 5 years ago

If you have knowledge of CSS you can create a file called custom.css inside the folder "css" in "assets" and modify the element directly with your own styles. And at the moment that's the only option for cases like this..

I know it's not an easy option and I'm sorry for the inconvenience.

Shelmith-Kariuki commented 5 years ago

Thanks Daniel

I will work with the yellow then. Still looks good.

On Wed, Jul 31, 2019, 21:58 Daniel notifications@github.com wrote:

If you have knowledge of CSS you can create a file called custom.css inside the folder "css" in "assets" and modify the element directly with your own styles. And at the moment that's the only option for cases like this..

I know it's not an easy option and I'm sorry for the inconvenience.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danielkvist/hugo-terrassa-theme/issues/19?email_source=notifications&email_token=AI5W7GA7J33L2QHBIVB2GPDQCHODPA5CNFSM4IH67DX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3IHHBY#issuecomment-516977543, or mute the thread https://github.com/notifications/unsubscribe-auth/AI5W7GDQLCNAGG2ZEGKD2W3QCHODPANCNFSM4IH67DXQ .