mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
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
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user