mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
775ed4cb2a
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
61 lines
1.1 KiB
YAML
61 lines
1.1 KiB
YAML
baseURL: 'https://avinal.space/'
|
|
languageCode: en-us
|
|
title: Fedoraemon
|
|
menus:
|
|
main:
|
|
- name: Home
|
|
pageRef: /
|
|
weight: 10
|
|
- name: Posts
|
|
pageRef: /posts
|
|
weight: 20
|
|
- name: Tags
|
|
pageRef: /tags
|
|
weight: 30
|
|
module:
|
|
hugoVersion:
|
|
extended: false
|
|
min: 0.116.0
|
|
|
|
params:
|
|
showWordCount: true
|
|
showReadingTime: true
|
|
toc: true
|
|
numberedSubtitles: true
|
|
navs:
|
|
- name: Home
|
|
link: https://avinal.space
|
|
- name: About
|
|
link: https://avinal.space/pages/about-me
|
|
- name: Blog
|
|
link: https://avinal.space/posts
|
|
- name: Projects
|
|
link: https://avinal.space/pages/projects
|
|
- name: GitHub
|
|
link: https://github.com/avinal
|
|
|
|
disableKinds: ["home", "taxonomy"]
|
|
|
|
taxonomies:
|
|
category: category
|
|
tag: tags
|
|
|
|
permalinks:
|
|
tags: "/posts/tags/:slug"
|
|
category: "/posts/category/:slug"
|
|
|
|
markup:
|
|
highlight:
|
|
anchorLineNos: false
|
|
# codeFences: true
|
|
guessSyntax: false
|
|
lineNoStart: 1
|
|
# lineNos: true
|
|
# lineNumbersInTable: true
|
|
noClasses: true
|
|
noHl: false
|
|
style: base16-snazzy
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|