-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
42 lines (31 loc) · 858 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
baseurl = "https://phillipwoolley.netlify.com/"
languageCode = "en-US"
title = "Phillip Woolley"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
theme = "hugo-sustain"
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
avatar = "headshot.png"
author = "Phillip Woolley"
description = "A website with my Computational Biology Projects and Blogs!"
# Custom assets can be linked with their paths relative to static/
custom_css = []
custom_js = []
[params.social]
Github = "prwoolley"
Email = "prwoolley@utexas.edu"
## Main Menu
[[menu.main]]
name = "blog"
weight = 100
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "projects"
identifier = "projects"
weight = 200
url = "/projects/"