mirror of
https://github.com/BluemediaDev/dn42-home.git
synced 2025-07-02 12:02:42 +02:00
Initial commit
This commit is contained in:
commit
f61fad0099
12 changed files with 273 additions and 0 deletions
80
config.yaml
Normal file
80
config.yaml
Normal file
|
@ -0,0 +1,80 @@
|
|||
baseURL: https://dn42.bluemedia.dev
|
||||
languageCode: en-us
|
||||
title: bluemedia.dn42
|
||||
theme: vanilla-bootstrap-hugo-theme
|
||||
|
||||
taxonomies:
|
||||
tag: tags
|
||||
|
||||
permalinks:
|
||||
post: /:filename/
|
||||
|
||||
# See https://feathericons.com/
|
||||
# The value of pre is the icon name
|
||||
menu:
|
||||
nav:
|
||||
- name: Home
|
||||
pre: home
|
||||
url: /
|
||||
weight: 1
|
||||
- name: Peering
|
||||
pre: minimize-2
|
||||
url: /peering/
|
||||
weight: 2
|
||||
- name: IPAM
|
||||
pre: book-open
|
||||
url: /ipam/
|
||||
weight: 3
|
||||
- name: Looking Glass
|
||||
pre: aperture
|
||||
url: /lg/
|
||||
weight: 4
|
||||
- name: Changelog
|
||||
pre: zap
|
||||
url: /changelog/
|
||||
weight: 5
|
||||
hidden:
|
||||
- name: Tags
|
||||
url: /tags/
|
||||
weight: 1
|
||||
|
||||
params:
|
||||
includeBootstrapJs: false
|
||||
showActiveNav: true
|
||||
containerMaxWidth: 750px
|
||||
dateFormat: Jan 2, 2006
|
||||
homeText: Welcome to the Vanilla theme demo. Have a look around. Maybe even eat some ice cream.
|
||||
footerText: Built with [Hugo](https://gohugo.io/) & [Vanilla](https://github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme)
|
||||
hideFooter: false
|
||||
katex: true
|
||||
|
||||
markup:
|
||||
defaultMarkdownHandler: goldmark
|
||||
goldmark:
|
||||
extensions:
|
||||
definitionList: true
|
||||
footnote: true
|
||||
linkify: true
|
||||
strikethrough: true
|
||||
table: true
|
||||
taskList: true
|
||||
typographer: true
|
||||
parser:
|
||||
attribute: true
|
||||
autoHeadingID: true
|
||||
renderer:
|
||||
hardWraps: false
|
||||
unsafe: true
|
||||
xHTML: false
|
||||
highlight:
|
||||
codeFences: true
|
||||
hl_Lines: ""
|
||||
lineNoStart: 1
|
||||
lineNos: false
|
||||
lineNumbersInTable: true
|
||||
noClasses: true
|
||||
style: monokai
|
||||
tabWidth: 4
|
||||
tableOfContents:
|
||||
endLevel: 6
|
||||
startLevel: 2
|
Loading…
Add table
Add a link
Reference in a new issue