-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
47 lines (39 loc) · 989 Bytes
/
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
baseURL = "http://robbiesri.github.io"
languageCode = "en-us"
title = "Render Chef"
theme = "erblog"
footnoteReturnLinkContents = "^"
[params]
author = "Rob Srinivasiah"
description = "LFG"
portrait = "site_content/mom_rob.JPG"
google_search = true
bio = """
<p> This is a graphics programming and cooking blog. </p>
<p> The most classicest of combos. </p>
"""
[taxonomies]
cooking-style = "cooking-styles"
graphics-areas = "graphics-areas"
misc-topic = "misc-topics"
[[menu.icon]]
name = "github"
url = "https://github.com/robbiesri/"
weight = 1
[[menu.icon]]
name = "twitter"
url = "https://twitter.com/RobbieSri"
weight = 1
[[menu.icon]]
name = "envelope-square"
url = "mailto:[email protected]"
weight = 1
[[menu.icon]]
name = "instagram"
url = "https://www.instagram.com/dj_robbies/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10