-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml.bak
80 lines (62 loc) · 1.42 KB
/
hugo.toml.bak
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
title = "Sam O-C"
baseURL = "https://www.samoc.uk"
languageCode = "en-GB"
theme = "github.com/kdevo/osprey-delight/v5"
tags = [ "personal", "homepage", "portfolio" ]
disableKinds = [ "taxonomy" ]
enableEmoji = true
pygmentsUseClasses = true
enableRobotsTXT = true
[module]
path = "github.com/kdevo/osprey-delight/v5"
[Params]
description = "Website of Samuel Orman-Chan"
theme = "dedark"
mdTagline = """
# I am:
# Sam Orman-Chan{cursor}"""
enforceSinglePage = false
copyright = true
credit = true
[Params.author]
name = "Samuel Orman-Chan"
[[Params.Social]]
icon = "fab fa-bluesky"
icon_pack = "fa-brands"
name = "bluesky"
link = "https://bsky.app/profile/samoc.gay"
[[Params.Social]]
type = "fab linkedin"
url = "https://www.linkedin.com/in/samuel-orman-chan/"
[[Params.Social]]
type = "fab github"
url = "https://github.com/SJO-C/"
[Params.Feat]
useStructuredData = true
# structuredDataGitHubUser = "SJO-C"
useTermynal = true
googleTagManager = ""
notifyOnNewThemeVersion = false
[Params.Image.Logo]
resize = "600x"
[Params.Image.Gallery]
resize = "600x"
[Params.Image.Background]
resize = "1920x"
resizeLQIP = "256x"
# background = "background.jpg"
[[Menu.Main]]
name = "About"
identifier = "about"
url = "/#about"
weight = 1
[[Menu.Main]]
name = "Work"
identifier = "gallery"
url = "/#work"
weight = 2
[[Menu.Main]]
name = "Contact"
identifier = "contact-me"
url = "/#contact"
weight = 3