-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (51 loc) · 2.22 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
50
51
52
53
54
55
56
baseurl = "/"
title = "tarof.dev"
defaultContentLanguage = "ja"
languageCode = "ja-jp"
paginate = "10" # Number of posts per page
theme = "mainroad"
disqusShortname = "" # Enable Disqus comments by entering your Disqus shortname
googleAnalytics = "UA-36534252-1" # Enable Google Analytics by entering your tracking id
[Author] # Used in authorbox
name = "tarof"
bio = "Web Developer"
avatar = ""
[Params]
subtitle = "心に余裕がある時に更新されます" # Subtitle of your site. Used in site header
description = "" # Site description. Used in meta description
copyright = "tarof" # Footer copyright holder, otherwise will use site title
opengraph = true # Enable OpenGraph if true
twitter_cards = true # Enable Twitter Cards if true
readmore = false # Show "Read more" button in list if true
authorbox = true # Show authorbox at bottom of pages if true
toc = true # Enable Table of Contents
post_navigation = true # Show post navigation at bottom of pages if true
post_meta = ["date", "categories", "translations"] # Order of post meta information
mainSections = ["post"] # Specify section pages to show on home page and the "Recent articles" widget
dateformat = "2006-01-02 15:04" # Change the format of dates
mathjax = true # Enable MathJax
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path
mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config
highlightColor = "#e22d30" # Override highlight color
customCSS = [] # Include custom CSS files
customJS = [] # Include custom JS files
[Params.sidebar]
home = "right" # Configure layout for home page
list = "left" # Configure layout for list pages
single = false # Configure layout for single pages
# Enable widgets in given order
widgets = ["search", "recent", "categories", "taglist", "social", "languages"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = false # Enable counter for each tag in "Tags" widget
[Params.widgets.social]
# Enable parts of social widget
facebook = "Taro.FURUKAWA"
twitter = "_tarof"
instagram = ""
linkedin = ""
telegram = ""
github = "0tarof"
gitlab = ""
bitbucket = ""
email = ""