-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (49 loc) · 1.18 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
baseURL = "https://phoenixbyexample.com"
defaultContentLanguage = "en"
disqusShortname = ""
enableEmoji = true
enableRobotsTXT = true
googleAnalytics = ""
languageCode = "en-us"
pygmentsCodeFences = true
pygmentsStyle = "native"
pygmentsUseClasses = true
theme = "simplicity"
title = "Phoenix by Example"
[author]
gravatarEmail = "[email protected]"
homepageText = "Phoenix by Example"
name = "Mike Zornek"
rss = "/posts/index.xml"
[imaging]
anchor = "smart"
resampleFilter = "box"
quality = 75
[[menu.pages]]
name = "Projects"
weight = -100
identifier = "projects"
url = "/projects/"
[[menu.pages]]
name = "Photos"
weight = -90
identifier = "photos"
url = "/photos/"
[outputs]
home = ["HTML"]
page = ["HTML"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
taxonomyTerm = ["HTML"]
[params]
adsenseClient = ''
adsenseSlot = ''
description = "Providing example applications that help frame educational discussions around Elixir and the Phoenix framework."
licence = "Copyright 2021 Zorn Labs LLC"
displayPostLanguage = true
[permalinks]
posts = "/posts/:slug/"
[pygmentsOptions]
linenos = false
[markup.goldmark.renderer]
unsafe= true