-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
66 lines (55 loc) · 1.48 KB
/
Copy pathconfig.toml
File metadata and controls
66 lines (55 loc) · 1.48 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
baseURL = "https://techplexlabs.com/"
languageCode = "en-us"
title = "Techplex Labs"
theme = "hyde-hyde"
[taxonomies]
category = "categories"
tag = "tags"
## Main Menu
[[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/"
## Site Settings
[params]
author = "Blake"
# title = "Title"
description = "Lets make something!"
logoimage = "/img/TPL Logo.svg"
dateformat = "Jan 2, 2006"
# sidebar, copyright & license
#logoimage = "/img/hugo.png"
copyright = "Blake"
# since = 2019
license = "CC BY-SA 4.0"
licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
# showBuiltWith = true
# https://highlightjs.org
highlightjs = false
highlightjsstyle = "monokai-sublime"
# 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"
[params.social]
github = "TechplexEngineer"
# twitter = "TechplexEng"
linkedin = "blakebourque"
[markup.highlight]
lineNos = true
lineNumbersInTable = true
noClasses = false