mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
added hugo website
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user