-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
52 lines (49 loc) · 1.35 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
50
51
52
baseurl = "https://juliobguedes.github.io/portfolio-vis/"
theme = "cocoa-eh"
builddrafts = true
canonifyurls = true
contentdir = "content"
languageCode = "en-US"
layoutdir = "layouts"
publishdir = "docs"
author = "Alexis Tacnet"
title = "d3.js Portfolio"
disqusshortname = ""
pluralizelisttitles = false
[permalinks]
blog = "blog/:slug/"
[params]
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
description = "Visualizations developped by Júlio Barreto"
copyright = "Copyright © 2017-2018 Júlio Barreto"
copyrightUrl = ""
logofile = "https://cdn.dribbble.com/users/22018/screenshots/2456036/d3.png"
faviconfile = "https://cdn.dribbble.com/users/22018/screenshots/2456036/d3.png"
highlightjs = true
progressively = true
share = true
latestpostcount = 5
github = "juliobguedes"
email = "[email protected]"
linkedin = "juliobguedes"
twitter = "juliobguedes"
facebook = "juliobgc"
social_banner = "img/banner.png"
usesmallsummarycard = true
posts_navigation = true
# issoHost = "comments.domain.tld:1234"
# githubRepo = "githubUsername/repositoryName/tree/master"
small_banner_logo = false
[params.colors]
identifier = "#527fc1f"
identifier_dark = "#1a3152"
trivial = "#6a7a8b"
foreground = "#181d2a"
background = "#f9f9f9"
background_dark = "#282a36"
code = "#87a5d2"
type = "#97d28b"
special = "#ffcb8d"
value = "#96c2d7"
statement = "#ff8e91"