-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
42 lines (40 loc) · 1.07 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
title = "Bash.ID - Watch and Learn"
baseURL = "https://bashidorg.github.io/"
tags = ["blog", "tutorial"]
languageCode = "en-US"
config = "config.toml"
theme = "osprey"
canonifyURLS = true
googleAnalytics = ""
disqusShortname = ""
disableKinds = ["taxonomy", "taxonomyTerm"] # This theme does not currently use "tag" and "category" taxonomies
[Params]
tagline = "$ rm -rf *"
author = "bhrdn"
description = "Group for discussing scripting for bash, sh, zsh or any other shell in the GNU/Linux"
logoBig = "/images/bashid-logo.png"
logoSmall = "/images/bashid-logo.png"
favicon = "/images/favicon.ico"
opengraphImage = "/images/osprey.png"
github = ""
email = ""
googleTagManager = ""
highlightJS = true
copyright = true
credit = false
customCSS = true
cacheBustCSS = true
cacheBustJS = false
ajaxFormspree = false
[[menu.main]]
name = "Articles"
url = "/#articles"
weight = 1
[[menu.main]]
name = "Kulgram"
url = "/#kulgram"
weight = 2
[[menu.main]]
name = "About"
url = "/#about"
weight = 3