-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
73 lines (62 loc) · 1.73 KB
/
config.toml
File metadata and controls
73 lines (62 loc) · 1.73 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
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
## Basic Configuration
baseurl = "https://fishbowler.net/"
languageCode = "en"
title = "fishbowler.net"
theme = "hyde-hyde"
## Hugo Built-in Features
# disqusShortname = "your-disqus-shortname"
googleAnalytics = "UA-142196820-1"
# enableRobotsTXT = true
# summarylength = 30
paginate = 10
## Site Settings
[params]
layoutReverse = true
author = "Dan Caseley"
title = "Dan Caseley"
description = "thoughts on testing and technology"
authorimage = "//0.gravatar.com/avatar/eccece11cfbd7f27a196e21e70c68b2d?s=180"
dateformat = "Jan 2, 2006"
# sidebar, copyright & license
copyright = "Dan Caseley"
license = "CC BY-SA 4.0"
licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
showBuiltWith = false
# https://highlightjs.org
highlightjs = true
highlightjsstyle = "github"
# please choose either GraphComment or Disqus or Utterances
#GraphCommentId = "..."
#UtterancesRepo = "..." # https://utteranc.es/
#UtterancesIssueTerm = "..." # pathname, url, title, og:title
#UtterancesTheme = "..." # github-light or github-dark
# Table of contents
#toc = none, "hugo", or "tocbot"
## Social Accounts
[params.social]
stackoverflow = "399007"
twitter = "fishbowler"
github = "fishbowler"
linkedin = "dan-caseley-8a20215"
gravatar = "dan@caseley.me.uk"
## Main Menu
[[menu.main]]
name = "Home"
weight = 100
identifier = "home"
url = "/"
[[menu.main]]
name = "Posts"
weight = 100
identifier = "posts"
url = "/posts/"
#[[menu.main]]
# name = "Portfolio"
# identifier = "portfolio"
# weight = 200
# url = "/portfolio/"
[[menu.main]]
name = "About"
identifier = "about"
weight = 300
url = "/about/"