OSDN Git Service

Regular updates
[twpd/master.git] / _config.yml
1 # Jekyll configuration
2
3 whitelist:
4   - jekyll-redirect-from
5   - jekyll-github-metadata
6
7 plugins:
8   - jekyll-redirect-from
9   - jekyll-github-metadata
10
11 exclude:
12   - Makefile
13   - README.md
14   - CONTRIBUTING.md
15   - Gemfile
16   - Gemfile.lock
17   - CNAME
18   - vendor
19   - package.json
20   - .babelrc
21   - yarn.lock
22   - package-lock.json
23   - webpack.config.js
24   - node_modules
25   - Dockerfile
26   - docker_compose.yml
27
28 # Markdown
29
30 highlighter: false
31 markdown: kramdown
32 kramdown:
33   input: GFM
34   hard_wrap: false
35   parse_block_html: true
36   syntax_highlighter_opts:
37     disable: true
38
39 # Defaults
40
41 defaults:
42   - scope:
43       path: ""
44       type: pages
45     values:
46       layout: "default"
47       og_type: article
48       type: article
49       category: "Others"
50       excerpt_separator: "<!--more-->"
51       prism_languages: []
52
53 # Site info
54
55 url: https://devhints.io
56 title: Devhints.io cheatsheets
57
58 # GitHub metadata
59 # https://help.github.com/articles/repository-metadata-on-github-pages/
60
61 repository: rstacruz/cheatsheets