-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
35 lines (33 loc) · 964 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
title = "Writing, Hacking, Bootstrapping"
baseURL = "https://datascience.trinitytakei.io"
tags = ["tech", "blogging", "writing", "marketing", "lifehacking"]
languageCode = "en-US"
config = "config.toml"
theme = "osprey"
canonifyURLS = true
[Params]
author = "Trinity Takei"
description = "Musings on Life, Remote Work, Technology, Entrepreneurship, Startups and more"
logoBig = "/images/data_science_with_trinity_takei.png"
logoSmall = "/images/tttt-small-logo.png"
favicon = "favicon.ico"
opengraphImage = "data_science_with_trinity_takei.png"
twitter = "TrinityTakei"
github = "TrinityTakei"
email = "trinity.takei@gmail.com"
highlightJS = true
copyright = false
credit = false
customCSS = true
[[menu.main]]
name = "Home"
url = "/#"
weight = 1
[[menu.main]]
name = "Blog"
url = "/#blog"
weight = 2
[[menu.main]]
name = "Contact"
url = "/#contact"
weight = 3