Git Product home page Git Product logo

Comments (4)

JugglerX avatar JugglerX commented on June 16, 2024

Yeah it looks like services is hardcoded. You will need to edit the index.html.

Ideally this would be upgraded so the services button text and the number of services shown is controlled by either the config.toml or the _index.md frontmatter.

from hugo-hero-theme.

nik-maheshwari avatar nik-maheshwari commented on June 16, 2024

Thanks for the suggestion to edit index.html. It doesn't solve the problem though. Say, my site is running, and I change index.html in an editor and remove 4 Services from the homepage. I reload the site from the browser and I can see the changes. Now I go back to RStudio and make some changes in other parts of the site. The site is rendered again and changes I made to index.html are lost.

The services part should be controlled in config.toml as you said. Maybe something like this?
https://www.zerostatic.io/docs/hugo-advance-pro/pages/homepage/

show_services_section = true
services_section_heading = "Our Services"
services_count = 3 # number of service items to display
show_view_all_services_button = false
services_button_text = "View All Services"
services_button_link = "services"

from hugo-hero-theme.

JugglerX avatar JugglerX commented on June 16, 2024

You need to edit the index.html inside of layouts/index.html - this is the source file. Which will output the site to public/index.html. If you edit public/index.html directly anytime you build it will delete those changes.

I'll see what I can do about adding limits in the config.toml but It probably wont happen anytime soon unless someone does a PR for it.

from hugo-hero-theme.

nik-maheshwari avatar nik-maheshwari commented on June 16, 2024

Great, that works for me now. :)

from hugo-hero-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.