forked from ipfs-inactive/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
36 lines (32 loc) · 1.05 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
baseURL = "https://blog.ipfs.io"
relativeURLs = true
googleAnalytics = "UA-52930282-2"
ignoreFiles = [ "\\.js\\.tmp*"]
DefaultContentLanguage = "en"
languageCode = "en-us"
hasCJKLanguage = true
enableMissingTranslationPlaceholders = false
summaryLength = 20
paginate = 9
[params]
domain = "blog.ipfs.io"
name = "IPFS Blog"
title = "IPFS Blog"
description = "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open."
author = "Protocol Labs"
github = "https://github.com/ipfs/blog"
social = [ { title = "Twitter", link = "https://twitter.com/IPFS" },
{ title = "Facebook", link = "https://www.facebook.com/sharer/sharer.php?u=https://ipfs.io" },
{ title = "YouTube", link = "https://www.youtube.com/channel/UCdjsUXJ3QawK4O5L1kqqsew" } ]
[outputs]
home = ["HTML", "RSS", "JSON"]
[languages]
[languages.en]
languageName = "English"
languageCode = "en"
weight = 0
[languages.zh-cn]
languageName = "中文(中国)"
contentDir = "content-i18n/zh-cn"
languageCode = "zh-cn"
weight = 10