Welcome to the demo
Let's dive into an example
You can download this theme from github, and see it live as a demo site or a real one.
The content you see so far in the homepage is:
- Site logo/name: site config file (
hugo.toml) - Site top menu: site config file (
hugo.toml), look for the[[languages.en.menus.header]]section - This paragraph:
i18n/en.yaml(for English)
sections array in the hugo.toml file: sections = [ "showcase", "about", "education", "experience", "client-and-work", "testimonial", "contact", "newsletter", ]The content of each section is defined in the
data/homepage.yml file (ie: links to social sites, mail, ...).If you scroll this page you will see some hints on where the content comes from - all the way to the footer menu. These links come from the site config file (
hugo.toml), look for the [[languages.en.menus.footer]] section.