-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
74 lines (64 loc) · 1.95 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
baseURL = 'https://stephlocke.info'
title = 'Steph Locke'
# theme = "slamp"
DefaultContentLanguage = "en"
languageCode = 'en-gb'
enableEmoji = "true"
enableInlineShortcodes = "true"
enableGitInfo = "true"
[params]
author = "Steph Locke"
sitename = "Steph Locke"
description = "Steph Locke's personal website"
fonts = "https://fonts.googleapis.com/css2?family=Assistant&wght@0,400;0,700;1,400&display=swap"
logo = "icons/sl.png"
logoalt = "Steph Locke"
copyright = "Stephanie Locke"
cookieNotice = "🍪 This site does not use any cookies"
themeColor = "#009688"
social = [["Linkedin", "https://www.linkedin.com/in/stephanielocke", "linkedin"], ["Twitter", "https://twitter.com/theStephLocke", "twitter"]]
socialProfiles = ["https://twitter.com/theStephLocke","https://www.linkedin.com/in/stephanielocke"]
ampElements = [ "amp-install-serviceworker","amp-iframe","amp-youtube"]
scss = ["custom.scss"]
homepageActiveSections= ["/resume"]
homepageLatestSections= ["/blog","/presenting","/otherblogs","/press","/publications"]
showcase = 2
[params.ogp]
image = "img/NHQlogoborderless.png"
description = "Steph Locke"
[params.twitter]
card = "player"
title = "Steph Locke"
site = "@theStephLocke"
description = "Steph's personal website"
image = "img/NHQlogoborderless.png"
image_alt = "Steph Locke"
[outputs]
home = ["HTML", "RSS", "REDIRECTS", "JSON", "WEBMANIFEST"]
page = [ "HTML" ]
[mediaTypes]
[mediaTypes."application/manifest+json"]
suffixes = ["webmanifest"]
[mediaTypes."text/netlify"]
suffixes = [""]
delimiter = ""
[outputFormats.JSON]
mediaType = "application/json"
baseName = "feed"
path = "azureindex"
isPlainText = true
[outputFormats.WEBMANIFEST]
mediaType = "application/manifest+json"
baseName = "manifest"
isPlainText = true
[outputFormats.REDIRECTS]
mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
[languages]
[languages.en]
weight = 1
[module]
[[module.imports]]
path = "github.com/stephlocke/slamp"