-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
25 lines (21 loc) · 1.04 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
baseURL = "https://blog.sin-tanaka.com/"
languageCode = "ja"
title = "sin-tanaka.com"
googleAnalytics = "UA-52059413-2" # Optional
disqusShortname = "tanasinn"
[params]
description = ""
dateformat = "Jan 2, 2006" # Optional
# Fonts settings.
googlefonts = "https://fonts.googleapis.com/css?family=Lobster|Lato:400,700" # Optional, Include google fonts.
fontfamily = "Lato,YuGothic,'Hiragino Kaku Gothic Pro',Meiryo,sans-serif" # Optional, Override body font family.
logofontfamily = "Lobster, cursive" # Optional, Override logo font.
[params.author]
thumbnail = "images/author.jpg"
name = "sin-tanaka"
description = "<p>長野市の会社員です。主に技術のことを書きます。<a href='https://blog.sin-tanaka.com/about/'>このブログについて</a></p><p>I work in Nagano, write about tech, programing and my product.</p>"
facebook = "https://www.facebook.com/the.sin.tanaka"
twitter = "https://twitter.com/_sin_tanaka"
github = "https://github.com/sin-tanaka"
[outputs]
page = [ "HTML", "AMP" ] # if you want AMP enable.