-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
81 lines (65 loc) · 2.37 KB
/
Copy pathconfig.toml
File metadata and controls
81 lines (65 loc) · 2.37 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
baseURL = "https://xmlpro.github.io"
languageCode = "ja-JP"
title = "XMLPro"
paginate = "10"
theme = "mainroad"
themesDir = "themes"
DefaultContentLanguage = "ja"
SectionPagesMenu = "main"
googleAnalytics = "G-QWXBQV3SFD"
enableRobotsTXT = true
hasCJKLanguage = true
[Author]
name = "XMLPro"
bio = "東京工科大学プログラミングサークルです。"
avatar = "images/icon.png"
[Params]
subtitle = "東京工科大プログラミングサークル"
description = "競技プログラミングやCTFなどを、みんなで楽しくやっています!"
copyright = "XMLPro"
opengraph = true
schema = true
twitter_cards = true
readmore = true
authorbox = true
toc = true
pager = true
mainSections = ["post", "blog", "news"]
dateformat = "2006-01-02"
mathjax = true
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path
mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config
googleFontsLink = "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700"
[Params.style.vars]
highlightColor = "#e22d30" # Override highlight color
# Override font-family sets. Secondary font-family set responsible for pre, code, kbd, and samp tags font
# Take care of different quotes OR escaping symbols in these params if necessary
fontFamilyPrimary = "'Open Sans', Helvetica, Arial, sans-serif"
fontFamilySecondary = "SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
[Params.logo]
# image = "img/placeholder.png" # Logo image. Path relative to "static"
title = "XMLPro" # Logo title, otherwise will use site title
subtitle = "東京工科大学プログラミングサークル" # Logo subtitle
[Params.sidebar]
home = "right" # Configure layout for home page
list = "left" # Configure layout for list pages
single = false # Configure layout for single pages
widgets = ["recent", "categories", "taglist", "social", "languages"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = false
[Params.widgets.social]
twitter = "xmlpro_tut"
github = "XMLPro"
email = "xmlpro.org@gmail.com"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[taxonomies]
tag = "tags"
category = "categories"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true