This commit is contained in:
Matt Jadud
2025-09-14 17:29:21 -04:00
parent 595e453567
commit 7e64954bcb
9 changed files with 306 additions and 0 deletions

27
jadudcom/hugo.yaml Normal file
View File

@@ -0,0 +1,27 @@
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