-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
48 lines (42 loc) · 1.48 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://h-sao.com/"
languageCode = "ja-jp"
title = "Effectiveさお"
# Define how many pages appear per site
paginate = 10
# Enable comments powered by Disqus by entering your disqus shortname
disqusShortname = "harukasao"
theme = "minimalist"
# pygmentsUseClasses = true
pygmentsCodefences = true
PygmentsOptions = "linenos=table"
[author]
name = "遥佐保/Sao Haruka"
[params]
site_author = "遥佐保/Sao Haruka"
site_description = "The awesome blog of Sao Haruka."
location = "Japan"
# All paths are relative to the baseurl. Put your files
# somewhere in the static folder.
avatar = "pic/saoharuka128.png"
header_background = "pic/SiteTop.jpg"
header_title = "Effectiveさお"
copyright = "Copyright © Sao Haruka<br> Powered by [Hugo](http://gohugo.io)."
# Enable gogle analytics by entering your tracking code
google_analytics = "UA-66721712-1"
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# create automatically.
twitter = "hr_sao"
facebook = ""
linkedin = ""
behance = ""
dribbble = ""
instagram = ""
github = "h-sao"
gplus = ""
[permalinks]
# Optional. Change the permalink format for the 'post' content type.
# The format shown here is the same one Jekyll/Octopress uses by default.
# post = "/blog/:year/:month/:day/:title/"
post = "/blog/:year/:month/:day/:filename/"