-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
59 lines (46 loc) · 1.1 KB
/
hugo.toml
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://jysandy.github.io/'
languageCode = 'en-us'
title = 'Sandilya Jandhyala'
theme = 'typo'
[taxonomies]
tag = 'tags'
[params]
# Meta description
description = "Senior Engineer and Graphics Programmer"
# Appearance settings
theme = 'auto'
colorPalette = 'default'
hideHeader = false
# Intro on main page, content is markdown
homeIntroTitle = 'Hi!'
homeIntroContent = """
I'm Sandy, a senior backend engineer turned graphics programmer.
I'm interested in game engine development, real-time rendering and functional programming.
"""
# Collection to display on home
homeCollectionTitle = 'Posts'
homeCollection = 'posts'
# Lists parameters
paginationSize = 100
listSummaries = true
listDateFormat = '2 Jan 2006'
# Breadcrumbs
breadcrumbs = true
# Social icons
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/jysandy/"
[[params.social]]
name = "github"
url = "https://github.com/jysandy"
# Main menu pages
# [[params.menu]]
# name = "home"
# url = "/"
# [[params.menu]]
# name = "about"
# url = "/about"
# Syntax highligth on code blocks
[markup]
[markup.highlight]
style = 'algol'