2023-08-12 16:45:00 +01:00
|
|
|
# Configuration
|
|
|
|
baseURL: "https://example.com/"
|
|
|
|
title: "Hextra"
|
|
|
|
|
|
|
|
enableRobotsTXT: true
|
|
|
|
enableGitInfo: true
|
2023-08-23 01:00:36 +01:00
|
|
|
# enableEmoji: false
|
2023-08-12 16:45:00 +01:00
|
|
|
# hasCJKLanguage: true
|
|
|
|
|
|
|
|
outputs:
|
|
|
|
home: [HTML]
|
|
|
|
page: [HTML]
|
|
|
|
section: [HTML, RSS]
|
|
|
|
|
|
|
|
defaultContentLanguage: en
|
|
|
|
languages:
|
|
|
|
en:
|
|
|
|
languageName: English
|
|
|
|
weight: 1
|
|
|
|
title: Hextra
|
|
|
|
ja:
|
|
|
|
languageName: 日本語
|
|
|
|
weight: 2
|
|
|
|
title: "Hextra テーマ"
|
2023-08-31 04:21:31 +08:00
|
|
|
zh-cn:
|
|
|
|
languageName: 简体中文
|
|
|
|
weight: 3
|
|
|
|
title: Hextra
|
2023-08-12 16:45:00 +01:00
|
|
|
|
|
|
|
module:
|
|
|
|
hugoVersion:
|
|
|
|
extended: true
|
|
|
|
min: "0.111.0"
|
|
|
|
|
|
|
|
workspace: hugo.work
|
|
|
|
imports:
|
|
|
|
path: github.com/imfing/hextra
|
|
|
|
|
|
|
|
markup:
|
|
|
|
goldmark:
|
|
|
|
renderer:
|
|
|
|
unsafe: true
|
|
|
|
highlight:
|
|
|
|
noClasses: false
|
|
|
|
|
2023-08-18 00:16:49 +01:00
|
|
|
enableInlineShortcodes: true
|
|
|
|
|
2023-08-12 16:45:00 +01:00
|
|
|
menu:
|
|
|
|
main:
|
2023-08-21 01:00:52 +01:00
|
|
|
- identifier: documentation
|
|
|
|
name: Documentation
|
2023-08-12 16:45:00 +01:00
|
|
|
pageRef: /docs
|
|
|
|
weight: 1
|
2023-08-21 01:00:52 +01:00
|
|
|
- identifier: blog
|
|
|
|
name: Blog
|
2023-08-12 16:45:00 +01:00
|
|
|
pageRef: /blog
|
|
|
|
weight: 2
|
2023-08-21 01:00:52 +01:00
|
|
|
- identifier: about
|
|
|
|
name: About
|
2023-08-12 16:45:00 +01:00
|
|
|
pageRef: /about
|
|
|
|
weight: 3
|
|
|
|
- name: Search
|
|
|
|
weight: 4
|
|
|
|
params:
|
|
|
|
type: search
|
|
|
|
- name: GitHub
|
|
|
|
weight: 5
|
|
|
|
url: "https://github.com/imfing/hextra"
|
|
|
|
params:
|
|
|
|
icon: github
|
|
|
|
|
|
|
|
sidebar:
|
2023-08-27 23:44:43 +01:00
|
|
|
- identifier: more
|
|
|
|
name: More
|
2023-08-12 16:45:00 +01:00
|
|
|
params:
|
|
|
|
type: separator
|
|
|
|
weight: 1
|
2023-08-27 23:44:43 +01:00
|
|
|
- identifier: about
|
|
|
|
name: "About"
|
2023-08-17 23:54:17 +01:00
|
|
|
pageRef: "/about"
|
|
|
|
weight: 2
|
2023-08-27 23:44:43 +01:00
|
|
|
- identifier: hugoDocs
|
|
|
|
name: "Hugo Docs ↗"
|
2023-08-12 16:45:00 +01:00
|
|
|
url: "https://gohugo.io/documentation/"
|
2023-08-17 23:54:17 +01:00
|
|
|
weight: 3
|
2023-08-12 16:45:00 +01:00
|
|
|
|
|
|
|
params:
|
2023-08-27 23:44:43 +01:00
|
|
|
description: Modern, responsive, batteries-included Hugo theme for creating beautiful static websites.
|
|
|
|
|
2023-08-20 20:34:01 +01:00
|
|
|
navbar:
|
|
|
|
displayTitle: true
|
|
|
|
displayLogo: true
|
|
|
|
logo:
|
|
|
|
path: images/logo.svg
|
|
|
|
dark: images/logo-dark.svg
|
|
|
|
# link: /
|
|
|
|
# width: 40
|
|
|
|
# height: 20
|
|
|
|
|
2023-08-14 21:56:26 +01:00
|
|
|
footer:
|
|
|
|
displayCopyright: true
|
|
|
|
displayPoweredBy: true
|
|
|
|
|
2023-08-12 16:45:00 +01:00
|
|
|
displayUpdatedDate: true
|
|
|
|
dateFormat: "January 2, 2006"
|
2023-08-12 19:53:14 +01:00
|
|
|
|
|
|
|
search:
|
2023-08-23 01:00:36 +01:00
|
|
|
enable: true
|
2023-08-12 22:48:41 +01:00
|
|
|
|
2023-08-12 19:53:14 +01:00
|
|
|
editURL:
|
2023-08-23 01:00:36 +01:00
|
|
|
enable: true
|
2023-08-20 20:34:01 +01:00
|
|
|
base: "https://github.com/imfing/hextra/edit/main/exampleSite/content"
|