56 lines
977 B
YAML
56 lines
977 B
YAML
baseURL: https://example.org/
|
|
languageCode: en-us
|
|
title: people & process & tech (oh my)
|
|
enableInlineShortcodes: true
|
|
|
|
module:
|
|
imports:
|
|
- path: github.com/imfing/hextra
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
|
|
frontmatter:
|
|
date:
|
|
- date
|
|
- publishdate
|
|
|
|
permalinks:
|
|
# post: "/:year/:month/:slug/"
|
|
post: "/:slug/"
|
|
menu:
|
|
main:
|
|
- name: blog
|
|
pageRef: /blog
|
|
weight: 10
|
|
- name: articles
|
|
pageRef: /articles
|
|
weight: 20
|
|
- name: research
|
|
pageRef: /research
|
|
weight: 20
|
|
- name: search
|
|
weight: 40
|
|
params:
|
|
type: search
|
|
- name: GitHub
|
|
weight: 50
|
|
url: "https://github.com/jadudm"
|
|
params:
|
|
icon: github
|
|
- name: Gitea
|
|
weight: 50
|
|
url: "https://git.jadud.com/jadudm"
|
|
params:
|
|
icon: github
|
|
|
|
sidebar:
|
|
- name: other stuff
|
|
params:
|
|
type: separator
|
|
weight: 1
|
|
- name: "sammy"
|
|
pageRef: "/sammy"
|
|
weight: 2
|