-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
112 lines (98 loc) · 2.35 KB
/
hugo.yaml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Basics
title: "Appu's blog"
baseURL: 'https://blog.appu.ltd/'
pagination.pagerSize: 10
languageCode: 'en-us'
theme:
- "PaperMod"
# - "plausible-hugo"
# Build settings
enableRobotsTXT: true
buildDrafts: true
buildFuture: false
buildExpired: false
menu:
main:
- name: Search
url: search/
weight: 1
- name: Archive
url: archives
weight: 2
- name: Categories
url: categories/
weight: 3
- name: Tags
url: tags/
weight: 4
- identifier: web
name: Main website
url: https://appu.ltd/
weight: 5
module:
imports:
- path: "github.com/adityatelange/hugo-PaperMod"
# - path: "github.com/divinerites/plausible-hugo"
outputs:
home:
- HTML
- RSS
- JSON
params:
# General
author: "Appuchia"
cover:
linkFullImages: true # to set the image hyperlink to the highest quality available
defaultTheme: auto # to switch between dark or light according to browser theme
title: "Appu's blog"
description: Where I post about various topics.
draft: # Add mark to draft posts
DateFormat: "2006-01-02"
# Home page
homeInfoParams:
Title: My writing space
Content: Where I post about various topics.
socialIcons:
- name: "Github"
url: "https://github.com/appuchias"
- name: "Gitlab"
url: "https://gitlab.com/appuchia"
- name: "Links"
url: "https://links.appu.ltd"
- name: "RSS"
url: "/index.xml"
# Display toggles
ShowBreadCrumbs: true # Show post nesting
ShowCodeCopyButtons: true # Show code copy (Not working?)
ShowPostNavLinks: true # Show post suggestions
ShowReadingTime: true # Show post reading time
ShowShareButtons: false # Show social share buttons
ShareButtons: # Customize share buttons
- twitter
- whatsapp
- telegram
# ToC
showtoc: true
tocopen: false
# Page title
label:
text: "Appu's blog"
icon: /apple-touch-icon.png
iconHeight: 35
# Search
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
# Plausible
plausible:
enable: true
domain: "blog.appu.ltd"
selfhosted_domain: "plausible.appu.ltd"
outbound_link: true
gitstar: false
debug: false