Each Page of the website has a .md
file. The content for the page can be edited within the front-matter of the markdown file.
You will find the navigation within the config.yml
file. Each navigation item needs a link and text. 'active' state is automatically added for the current page.
nav:
- text: Our Products
link: /products/
- text: Enterprise Solutions
link: /enterprise-solutions/
- text: Projects
link: /projects/
- text: Contact
link: /contact/
You will find the footer content within the config.yml
file.