-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
38 lines (30 loc) · 1.02 KB
/
config.toml
File metadata and controls
38 lines (30 loc) · 1.02 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
baseURL = "https://josephsaffron.github.io/"
languageCode = "en-ca"
title = "him"
pagination.pagerSize = "5"
theme = "hyde"
[Author]
name = "Joseph Wong"
bio = "Father of two, software developer, avid reader"
[permalinks]
post = "/blog/:year-:month-:day-:title/"
[Params]
copyright = "Happyhippos"
authorbox = true
themeColor = "theme-base-08"
description = "Father of two, software developer, avid reader"
[Params.logo]
image = "logo.jpg" # Logo image. Path relative to "static"
title = "him.happyhippos" # Logo title, otherwise will use site title
subtitle = "his perspective" # Logo subtitle
[Params.sidebar]
home = "right" # Configure layout for home page
widgets = ["recent", "categories", "social"]
[Params.widgets.social]
github = "josephsaffron"
[Params.widgets.search]
cached = false # activate cache if true
url = "https://google.com/search"
[Params.widgets.search.input]
name = "sitesearch"
pre = "https://him.happyhippos.ca"