-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (47 loc) · 1.46 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
baseURL = "http://bryanbugyi.com/"
canonifyURLS = true
categories = ["vim", "commandline", "gentoo"]
config = "config.toml"
disqusShortname = "bryanbugyi"
enableEmoji = true
googleAnalytics = "UA-129349538-1"
languageCode = "en-us"
newContentEditor = "vim"
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
theme = "osprey"
title = "A Tech Blog by Bryan Bugyi"
[Params]
ajaxFormspree = true
author = "Bryan Bugyi"
cacheBustCSS = false
cacheBustJS = false
copyright = false
credit = false
customCSS = true
CV="https://github.com/bbugyi200/CV/raw/master/BryanBugyi_CV.pdf"
description = "A blog focused on providing technical tips and tutorials on all things related to automation. In particular, the vim editor and the Unix commandline are covered often."
email = "[email protected]"
facebook = ""
favicon = "favicon.ico"
github = "bbugyi200"
googleTagManager = ""
highlightJS = true
linkedin = "bryan-bugyi-a3650763"
logoBig = "/images/BB-256.svg"
logoSmall = "/images/BB-64.svg"
opengraphImage = "/images/BB-128.svg"
tagline = """"A primary cause of complexity is that software vendors uncritically adopt almost any feature that users want."- Niklaus Wirth"""
twitter = "bryan_bugyi"
[[menu.main]]
name = "About"
url = "/#about"
weight = 1
[[menu.main]]
name = "Blog"
url = "/#blog"
weight = 2
[[menu.main]]
name = "Contact"
url = "/#contact"
weight = 3