forked from UCCNetsoc/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
71 lines (56 loc) · 1.54 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
baseurl = "https://blog.netsoc.co/"
theme = "hugo-casper-two"
languageCode = "en-US"
disqusShortname = ""
paginate = 10
#SectionPagesMenu = "main"
title = "Netsoc Dev Blog"
subtitle = "UCC Networking and Technology Society"
copyright = "© 2018 UCC Networking Society. All rights reserved. Theme is Casper, Website Created by Michael Forde"
[params]
cover = "img/background.jpg"
description = "UCC Netsoc Dev Blog"
metaDescription = "UCC Netsoc Dev Blog"
googleAnalytics = ""
customCSS = ["css/main.css"]
RSSLink = ""
hjsStyle = "default"
twitterName = "uccnetsoc"
fbName = "NetsocUCC"
githubName = "UCCNetworkingSociety"
logo = "img/netsoc.png"
orgName = "UCC Netsoc"
orgWebsite = "https://www.netsoc.co/"
orgDescription = "Here is a description placeholder for your org"
author = "Netsoc"
authorAvatar = "img/netsoc_black.jpg"
authorLocation = "Cork, IE"
authorWebsite = "https://www.netsoc.co/"
authorDescription = "UCC Networking and Technology Society"
pageNotFoundTitle = "404 - Page not found"
#casper or caspertwo
singleViewStyle = "casper"
[blackfriday]
hrefTargetBlank = true
[permalinks]
post = "/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 200
[[menu.main]]
name = "Tutorials"
url = "/tags/tutorials/"
weight = 100
[[menu.main]]
name = "Dev Projects"
url = "/tags/dev/"
weight = 99
[[menu.main]]
name = "Wiki"
url = "http://wiki.netsoc.co"
weight = 95
[[menu.main]]
name = "Archive"
url = "/tags/archive/"
weight = 70