blob: 9cee9162229beb209d9ed2c620af694e7a16b5d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
baseURL: "https://rtk0c.pages.dev/"
languageCode: "en-us"
title: "rtk0c's hut"
theme: "PaperMod"
outputs:
home:
# Gotta read them somehow
- HTML
# Go get a RSS client (and some quality blogs), you will not regret it
- RSS
# For fastsearch.json
- JSON
languages:
en:
languageName: "English"
weight: 1
taxonomies:
category: categories
tag: tags
series: series
menu:
main:
- name: Posts
url: /archives
weight: 5
- name: Search
url: /search
weight: 10
- name: GitHub
url: https://github.com/rtk0c
homeInfoParams:
Title: "rtk0c's hut"
Content: >
Technical findings, life stories, and projects. I hope there's at least some interesting stuff in here.
params:
env: development
description: "Some interesting stuff, hopefully"
keywords: [Blog, Portfolio]
author: rtk0c
defaultTheme: auto
disableThemeToggle: false
ShowShareButtons: false
ShowReadingTime: false
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowAllPagesInArchive: true
ShowPageNums: true
ShowToc: true
markup:
goldmark:
renderer:
unsafe: true
|