-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
49 lines (44 loc) · 1.22 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 = "https://www.gregboggs.com"
title = "Portland Drupal Developer"
uglyurls = false
paginate = 10
Author = "Greg Boggs"
[permalinks]
blog = "/:slug"
form = "/:slug"
page = "/:slug"
[params]
Author = "Greg Boggs"
DateForm = "Jan 2, 2006"
googleAnalytics = "UA-18809802-1"
jquery = "2.1.4"
SyntaxHighlightTheme = "solarized_dark.min.css"
#Starter theme specifics
tagline = "Portland Drupal Developer"
intro = "I make websites that <strong>succeed.</strong>"
github = "https://github.com/Greg-Boggs/"
linkedin = "https://www.linkedin.com/in/gregoryboggs"
twitter = "https://twitter.com/gregory_boggs"
[Indexes]
categories = "categories"
[[menu.top]]
name = "Blog"
url = "/blog/"
[[menu.blog]]
name = "Build Your Own House"
url = "https://www.byoh.com"
[[menu.blog]]
name = "Portland Weekend Cleaners"
url = "https://www.weekendcleanerspdx.com/"
[[menu.blog]]
name = "Scan WP"
url = "http://www.scanwp.com"
[[menu.blog]]
name = "Game Solver"
url = "https://www.gamesolver.info/"
[[menu.blog]]
name = "CSS Complexity"
url = "http://css.gregboggs.com"
[[menu.blog]]
name = "Wesnoth Gaming Ladder"
url = "http://sourceforge.net/projects/gamingladder/"