mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
a196ac4391
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
46 lines
867 B
YAML
46 lines
867 B
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"
|