-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
98 lines (93 loc) · 3.09 KB
/
_config.yml
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# see: https://github.com/pages-themes/cayman
theme: jekyll-theme-cayman
repository: chirimen-oh/chirimen.org
title: '<a href="/" style="color: white">CHIRIMEN OPEN HARDWARE</a>'
description: >-
<!-- ブラウザからハードを制御する CHIRIMEN のコミュニティサイトです<br> -->
対応ボード別ページ : <a href="/raspi/" style="color: white">Raspberry Pi</a>
/ <a href="/pizero/" style="color: white">Pi Zero</a>
/ <a href="/microbit/" style="color: white">micro:bit</a>
/ <a href="/ty51822r3/" style="color: white">TY51822r3</a><br>
<a href="/about" style="color: white">CHIRIMEN について</a>
/ <a href="/partslist" style="color: white">対応デバイスリスト</a>
/ <a href="/reference" style="color: white">資料集</a>
/ <a href="https://docs.google.com/forms/d/e/1FAIpQLScyfyFZbe7uZbQQzSQq78tRqtRKWXvmDRR_dO39wtzYIQFV5g/viewform" style="color: white">Slack に参加</a>
show_downloads: false
# google_analytics:
include:
# build artifacts generated by mdbook
- _pages
# https://developers.cloudflare.com/pages/configuration/redirects/
- _redirects
# configs for GitHub Pages defult plugins
# https://help.github.com/en/articles/configuring-jekyll-plugins
# https://github.com/benbalter/jekyll-readme-index
readme_index:
remove_originals: true
# Use CommonMarkGhPages for Markdown parser (after v172)
# https://github.com/github/jekyll-commonmark-ghpages
# https://github.com/github/pages-gem/releases/tag/v172
markdown: CommonMarkGhPages
commonmark:
options:
- FOOTNOTES
- TABLE_PREFER_STYLE_ATTRIBUTES
- UNSAFE
extensions:
- strikethrough
- autolink
- table
# Use Kramdown for Markdown parser (obsolete)
# https://help.github.com/articles/configuring-jekyll/
# markdown: kramdown
# kramdown:
# input: GFM
# hard_wrap: false
# math_engine: mathjax
# syntax_highlighter: rouge
# gfm_quirks: paragraph_end
# Polyglot: Multilingual (i18n) support
# https://github.com/untra/polyglot
languages: ["ja", "en"]
default_lang: "ja"
exclude_from_localization: ["assets", "raspi/examples"]
parallel_localization: true
# Jekyll Cloudinary Liquid tag plug-in
# https://nhoizey.github.io/jekyll-cloudinary/
# https://cloudinary.com/blog/how_i_used_cloudinary_to_solve_responsive_image_needs_in_my_jekyll_website_and_shared_the_magic_in_a_plugin
cloudinary:
cloud_name: chirimen
# only_prod: true
verbose: false
origin_url: https://tutorial.chirimen.org
presets:
default:
min_width: 400
max_width: 2000
fallback_max_width: 1000
steps: 9
sizes: "(min-width: 72rem) 60rem, 90vw"
full:
min_width: 400
max_width: 2000
fallback_max_width: 1000
steps: 9
sizes: "(min-width: 72rem) 72rem, 100vw"
attributes:
class: full
half:
min_width: 200
max_width: 1000
fallback_max_width: 600
steps: 5
sizes: "(min-width: 36rem) 30rem, 50vw"
attributes:
class: half
small:
min_width: 200
max_width: 800
fallback_max_width: 400
steps: 4
sizes: "(min-width: 36rem) 20rem, 30vw"
attributes:
class: small