-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
59 lines (47 loc) · 1.42 KB
/
hugo.yaml
File metadata and controls
59 lines (47 loc) · 1.42 KB
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
baseURL: https://lokapal-xyz.github.io/
languageCode: en-us
title: Lokapal | Welcome
theme: ["PaperMod"]
# How many posts per page
pagination:
disableAliases: false
pagerSize: 10
path: page
params:
profileMode:
enabled: true
title: "Lokapal" # optional default will be site title
subtitle: "Choose Your Language | Elige tu idioma" # optional
imageUrl: "img/LokapalMain.png" # optional
imageTitle: "Lokapal" # optional
imageWidth: 240 # custom size
imageHeight: 240 # custom size
buttons:
- name: 🇬🇧 English
url: "https://lokapal-xyz.github.io/en/"
- name: 🇪🇸 Español
url: "https://lokapal-xyz.github.io/es/"
# defaultTheme: light
# defaultTheme: dark
defaultTheme: dark # to switch between dark or light according to browser theme
disableThemeToggle: true
# To show share buttons on posts
ShowShareButtons: true
# To show reading time on posts
ShowReadingTime: true
# To show breadcrumbs on posts
ShowBreadCrumbs: true
# To show post navigation links on posts
ShowPostNavLinks: true
# To show code copy buttons on code blocks
ShowCodeCopyButtons: true
# Enable Social-Metadata and SEO
env: production
# ICONS
assets:
favicon: "img/favicon.ico"
favicon16x16: "img/favicon-16x16.png"
favicon32x32: "img/favicon-32x32.png"
apple_touch_icon: "img/apple-touch-icon.png"
# To use short code emojis
enableEmoji: true