-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
48 lines (40 loc) · 1.08 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
#baseURL = 'https://effie.io/'
languageCode = 'en'
theme = "JuiceBar"
title = "Effie's Blog"
[params]
author = "Effie Barak"
description = "Where I blog technical stuff and share my talks"
authorImage = "/images/author.jpeg"
paginate = 5
Title = "Effie's Blog"
content = "Hi, I'm Effie, an Android Expert and GDE, welcome to my blog!"
imageUrl = "/images/avatar.jpg"
# To add a new social icon (More social icons can be found in JuiceBar\layouts\partials\svg.html.)
[[params.social]]
name = "Github"
url = "https://github.com/coding-chick"
[[params.social]]
name = "speakerdeck"
url = "https://speakerdeck.com/codingchick"
[[params.social]]
name = "twitter"
url = "https://twitter.com/codingchick"
[[params.social]]
name = "mastodon"
url = "https://androiddev.social/@effie"
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[taxonomies]
category = "categories"
# To add a new navigation link
[[menu.main]]
name = "About"
url = "/about"
[[menu.main]]
name = "Posts"
url = "/post"
# Used for outputting the documentation (required).
[outputs]
home = ["HTML", "RSS", "JSON"]