-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
48 lines (42 loc) · 1.19 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
baseurl = "https://fgeo.netlify.com/"
title = "fgeo blog"
theme = "ghostwriter"
languageCode = "en-us"
copyright = "ForestGEO"
disqusShortname = "fgeo"
googleAnalytics = "UA-117163749-1"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
[Author]
name = "Mauro Lepore"
profile = "https://forestgeo.github.io/fgeo/"
[Taxonomies]
tag = "tags"
[Params]
intro = true
headline = "fgeo blog"
description = "A blog for those who use and build the fgeo package"
github = "https://github.com/forestgeo/fgeo.blog"
# gitlab = "https://gitlab.com/XXX"
# linkedin = "https://linkedin.com/in/XXX/"
# gplus = "https://google.com/+XXX"
twitter = "https://twitter.com/mauro_lepore"
# stackoverflow = "https://stackoverflow.com/users/XXX/YYY"
# email = "[email protected]"
opengraph = true
shareTwitter = true
shareFacebook = true
shareGooglePlus = true
shareLinkedIn = false
dateFormat = "Mon, Jan 2, 2006"
highlightJsUrl = ""
highlightJsLocalUrl = ""
[Permalinks]
post = "/:year/:month/:day/:filename/"
[[menu.main]]
name = "Blog"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/page/about/"
weight = 4