Folder Structure
├── hugo.yaml
└── themes
└── E25DXAdd Main Menu Items
Add new
menusblock tohugo.yamlto add menu items.menus: main: - identifier: home name: Home pageRef: / weight: 1 params: icon: home - identifier: docs name: Documentation pageRef: /docs weight: 2 params: icon: menu_book - identifier: blog name: Blog pageRef: /blog weight: 3 params: icon: news - identifier: about name: About Me pageRef: /page/about weight: 4 params: icon: account_circleUpdate/ add new icons.
Folder Structure├── themes │ └── E25DX │ └── assets │ └── icons │ └── assets └── icons └── account_circle.svg- Create a new folder
assets/iconsto save new SVG files. - Currently, we use Google’s Material Symbols; Optical Size-“20px” and Style-“Material symbols”, “Rounded”
- Make sure set
height="20px" width="20px"and removefill=""on SVG to support theme colors.
- Create a new folder