-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
61 lines (52 loc) · 1.18 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
baseURL: "https://kaushikbhat.com/"
title: Kaushik Bhat
paginate: 5
theme: PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
homeInfoParams:
Title: Hi there 👋🏼
Content: >
Byte-sized ramblings on engineering management, productivity and personal growth
defaultTheme: auto # to switch between dark or light according to browser theme
ShowReadingTime: true
socialIcons: # optional
- name: "twitter"
url: "https://twitter.com/kaushikb9"
- name: "linkedin"
url: "https://www.linkedin.com/in/kaushikbhat/"
- name: "github"
url: "https://github.com/kaushikb9"
outputs:
home:
- HTML
- RSS
- JSON # necessary for search
languages:
en:
languageName: "English"
weight: 1
taxonomies:
category: categories
tag: tags
series: series
menu:
main:
- name: About
url: about
weight: 5
- name: Blog
url: blog
weight: 5
- name: Ideas
url: ideas
weight: 5
- name: Search
url: search/
weight: 10