mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
62efd95607
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
24 lines
374 B
YAML
24 lines
374 B
YAML
baseURL: 'https://avinal.space/'
|
|
languageCode: 'en-us'
|
|
title: "Avinal's Website"
|
|
theme: 'box-box'
|
|
|
|
menus:
|
|
main:
|
|
- name: Home
|
|
pageRef: /
|
|
weight: 10
|
|
- name: Posts
|
|
pageRef: /posts
|
|
weight: 20
|
|
|
|
disableKinds: ["taxonomy"]
|
|
|
|
taxonomies:
|
|
category: category
|
|
|
|
permalinks:
|
|
category: "/posts/category/:slug"
|
|
|
|
ignoreLogs: 'warning-goldmark-raw-html'
|