-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
64 lines (60 loc) · 1.45 KB
/
config.yaml
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
baseURL: 'https://yumem.io/'
languageCode: 'ja-jp'
defaultContentLanguage: 'ja'
copyright: 'Yuki Sasaki'
title: 'yumem.io'
theme: "ananke"
SectionPagesMenu: "main"
Paginate: 2
# Disable categories and tags
taxonomies:
series: series
languages:
ja:
Paginate: 15
menu:
main:
- identifier: series
name: "連載"
url: /series/
weight: 0
markup:
goldmark:
renderer:
unsafe: true
highlight:
codeFences: true
guessSyntax: false
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: false
style: monokai # looks like this has no effect, only imported CSS matters
tabWidth: 4
params:
text_color: "black"
text_secondary_color: "gray"
author: "yumemio"
favicon: ""
site_logo: ""
license_page_url: "/about"
description: "AIとGIS技術の習得を目指す人々のためのブログ。初心者から上級者まで、わかりやすいチュートリアルと最新の情報を提供します。"
recent_posts_number: 3
custom_css:
- css/custom.css
- css/syntax-monokai.css
body_classes: "sans-serif bg-white"
background_color_class: "bg-navy"
hasCJKLanguage: True
ananke_socials:
- name: github
url: https://github.com/yumemio
- name: stackoverflow
url: https://stackoverflow.com/users/13301046/yumemio
- name: facebook
label: Facebook
follow: false
- name: twitter
label: Twitter
follow: false