zerostaticthemes/hugo-hero-theme

changing "services"

dncohen opened this issue · 6 comments

Hi, the example site looks nice. Thanks for sharing this theme.

I'm interested in changing "services", everywhere that it appears, to be "features" instead. Ideally on all pages and in URLs. Any advice how I would go about this?

Roughly you should be able to just rename all the services folders to features.

rename /content/services -> /content/features
rename /layouts/services -> /layouts/features

Update the menu link in the config.toml

Update any headings that are hardcoded in the index.html and the services templates
Update the /content/services/_index.md frontmatter

Add to the list...

/archetypes/services.md -> /archetypes/features.md

not sure that list is complete, but seems like I can fix the broken bits as I find them.

Thanks again.

Oh I forgot to ask, the same question about color. If I want the theme to be something other than blue, do you have a sense of what I need to change?

Thanks for a great theme JugglerX. I'd also be interested in some guidance on how to change the theme color. I had a quick look in various files but couldn't see where the blue color is being set.

You will need to edit the scss files.

You can edit the primary color variable in https://github.com/JugglerX/hugo-hero-theme/blob/master/assets/scss/_bootstrap-variables.scss

that will change most highlights and buttons and link text to whatever color you prefer.

Is there a way to make those changes of color and so forth, without changing the code in the theme folder? I can create a branch and keep in synch with master but maybe there's a way to make those changes outside the theme folder?