Site
This commit is contained in:
27
jadudcom/hugo.yaml
Normal file
27
jadudcom/hugo.yaml
Normal 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
|
||||
Reference in New Issue
Block a user