1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30
Files
avinal.github.io/hugo.yaml
T
avinal 62efd95607 feat: use new theme for the website
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
2025-01-01 23:39:45 +05:30

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'