-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
77 lines (60 loc) · 1.63 KB
/
config.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
title = "celeste.works"
baseUrl = "https://celeste.works"
disableKinds = ["taxonomy", "taxonomyTerm"]
copyright = "Celeste Horgan"
enableGitInfo = true
[markup.highlight]
style = "paraiso-dark"
[params]
description = "Celeste Horgan is a writer, speaker and leader. <br/> She solves documentation problems at scale, and advocates for inclusivity across the industry."
font_awesome_version = "5.12.0"
repositoryUrl = "https://github.com/celestehorgan/portfolio"
contentDir = "/content/"
# Metadata mostly used in document's head
#
keywords = ""
images = [""]
[params.logos]
# navbar = "cncf-color.png"
[[params.social]]
name = "Twitter"
color = "#9D9D9D"
url = "https://twitter.com/celeste_horgan"
icon = "fab fa-twitter"
[[params.social]]
name = "GitHub"
color = "#9D9D9D"
url = "https://github.com/celestehorgan/"
icon = "fab fa-github"
[[params.social]]
name = "LinkedIn"
color = "#9D9D9D"
url = "https://www.linkedin.com/in/celeste-horgan-b65b5a1a/"
icon = "fab fa-linkedin"
[[params.social]]
name = "Email"
color = "#9D9D9D"
url = "mailto:hello@celeste.works"
icon = "fas fa-envelope"
[[params.fonts]]
name = "Fira Sans"
sizes = [300, 400, 600, 700]
type = "sans_serif"
[[params.fonts]]
name = "Fira Mono"
sizes = [300, 400, 600, 700]
type = "monospace"
[[params.fonts]]
name = "Fire Sans"
sizes = [100, 200, 300, 400, 500, 600, 700]
type = "heading_font"
# [[menu.main]]
# name = "Home"
# url = "/"
# weight = 1
[twitter]
card = "Celeste Horgan"
site = "{{ .Permalink }}"
title = "{{ .Title }}"
description = "{{ if .IsHome }}{{ .Site.Params.description }}{{ else }}{{ .Summary | plainify }}{{ end }}"
image = "/img/celeste-2021.png"