-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
78 lines (67 loc) · 2.99 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
78
baseurl = "https://le-bananafish.github.io/" # Your domain name. Must end with "/"
languageCode = "en-NZ"
title = "bananafish"
theme = "sam"
googleAnalytics = "G-RFETXCY0Q9" # Tracking code, eg. "UA-111111111-1"
titleCaseStyle = "none" # fixes https://github.com/gohugoio/hugo/issues/12115
# build options
buildDrafts = false # builds drafts
enableEmoji = true # enables the use of emoji codes
publishDir = "sebastianlau"
[markup]
[markup.goldmark] # markdown
[markup.goldmark.renderer]
unsafe = true # allows HTML tags in markdown
[markup.highlight] # code highlighting
codeFences = true
lineNos = true
style = "nord" # https://pygments.org/styles/
[params]
dateform = "Mon Jan 02, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 NZST" #unused
favicon = "/sam.ico"
homepage = "home" # What to call the home page link
#Gallery
galleryFolder = "images/" # Where you've put your images, after "/content/gallery/"
# maxWidth = "400x" # unused
# maxHeight = "x400" # unused
maxSize = "600x400"
keepAspectRatio = true
clickablePhotos = true # Allow links to the full size images
footerText = "© 2018 Sebastian Lau.<br>Built on <a href='https://gohugo.io'>Hugo</a> using <a href='https://github.com/victoriadrake/hugo-theme-sam'>Sam theme</a>."
#Fonts
fontFamily = "Didact Gothic"
# fontWeightDefault = "100" (unused)
# fontWeights = "100;300" # Separate font weights with ; (unused)
codeFamily = "Sometype Mono"
#Sections
# showTagsInLists = false
displayHeader = true # displays post data (date, tags, word count) in <header> if true, in <main> if false
displayBottomMenu = false # displays bottom menu in <footer> if true, in <main> if false (unused)
# Metadata
description = "Thoughts, ideas and boredom." # Max 160 characters show in search results
twitterCard = "summary_large_image" # Card value “summary”, “summary_large_image”, “app”, or “player”
primaryImage = "/tn.png" # Image that shows on Twitter cards and OpenGraph links
RelativeURLs=true
CanonifyURLs=true
[[params.mainMenu]]
link = "/posts"
text = "thoughts"
# [[params.mainMenu]]
# link = "/gallery"
# text = "gallery"
# [[params.mainMenu]]
# link = "/tags/stories"
# text = "stories"
# [[params.mainMenu]]
# link = "/tags/archive"
# text = "archive"
[[params.mainMenu]]
link = "/extras"
text = "extras"
[[params.mainMenu]]
link = "/about"
text = "who is this random?"
# [[params.mainMenu]]
# link = "/links"
# text = "links"