27 lines
501 B
YAML
27 lines
501 B
YAML
baseURL: https://example.org/
|
|
languageCode: en-us
|
|
title: My New Hugo Site
|
|
|
|
module:
|
|
imports:
|
|
- path: github.com/imfing/hextra
|
|
menu:
|
|
main:
|
|
- name: Blog
|
|
pageRef: /blog
|
|
weight: 10
|
|
- name: Documentation
|
|
pageRef: /docs
|
|
weight: 20
|
|
- name: About
|
|
pageRef: /about
|
|
weight: 30
|
|
- name: Search
|
|
weight: 40
|
|
params:
|
|
type: search
|
|
- name: GitHub
|
|
weight: 50
|
|
url: "https://github.com/jadudm"
|
|
params:
|
|
icon: github |