-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
99 lines (79 loc) · 1.74 KB
/
Copy pathhugo.toml
File metadata and controls
99 lines (79 loc) · 1.74 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
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
baseURL = 'https://pants721.github.io/'
languageCode = 'en-us'
title = 'nukem.dev'
theme = 'typo'
capitalizeListTitles = false
[taxonomies]
tag = 'tags'
[params]
# Meta description
description = "Realhead Central"
# Appearance settings
theme = 'dark'
# colorPalette = 'gruvebox'
hideHeader = false
hidePagination = true
# Intro on main page, content is markdown
homeIntroTitle = 'howdy!'
homeIntroContent = """
Hello! I'm Lucas (a.k.a. pants721). Welcome to my website :).
This is the main place you can find my info, as well as [my various musings](/posts).
I write software (usually in rust) with a particular interest in AI/ML.
I also love bjj, volleyball, video games, and philosophy.
\\
\\
[More about me](about)
"""
# Collection to display on home
homeCollectionTitle = 'Posts'
homeCollection = 'posts'
# Lists parameters
paginationSize = 100
listSummaries = true
listDateFormat = '1/2/2006'
# Breadcrumbs
breadcrumbs = false
[outputs]
home = ['html', 'rss']
section = ['html', 'rss']
[[params.social]]
name = "github"
url = "https://github.com/pants721"
# Main menu pages
[[params.menu]]
name = "home"
url = "/"
[[params.menu]]
name = "posts"
url = "/posts"
[[params.menu]]
name = "projects"
url = "/projects"
[[params.menu]]
name = "essays"
url = "/essays"
[[params.menu]]
name = "resume"
url = "/lucas-newcomb-resume.pdf"
[[params.menu]]
name = "contact"
url = "/contact"
# [[params.menu]]
# name = "about"
# url = "/about"
# Syntax highlight on code blocks
[markup]
[markup.highlight]
style = 'gruvbox'
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = true
# Giscus comments
[params.giscus]
enable = false
repo = "user/repo"
repoid = "repoId"
category = "General"
categoryid = "categoryId"
mapping = "pathname"
theme = "preferred_color_scheme"