forked from alexander-heimbuch/millidocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
84 lines (77 loc) · 2.17 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
# original theme: https://github.com/alexander-heimbuch/millidocs
repository: chirimen-oh/chirimen.org
title: CHIRIMEN OPEN HARDWARE
description: >-
Web ブラウザからハードウェア制御も可能にしたプロトタイピング環境 CHIRIMEN のコミュニティサイトです
url: "https://chirimen-org.netlify.com/"
include:
- _redirects
exclude:
- Gemfile
- Gemfile.lock
- README.md
# 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
sass:
sass_dir: _sass
style: compressed
# 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
extensions:
- strikethrough
- autolink
- table
# Polyglot: Multilingual (i18n) support
# https://github.com/untra/polyglot
languages: ["ja", "en"]
default_lang: "ja"
exclude_from_localization: ["assets"]
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://chirimen-org.netlify.com
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