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   - .babelrc
13   - .cache
14   - CNAME
15   - CONTRIBUTING.md
16   - cssnano.config.js
17   - docker_compose.yml
18   - Dockerfile
19   - Gemfile
20   - Gemfile.lock
21   - Makefile
22   - node_modules
23   - package.json
24   - package-lock.json
25   - postcss.config.js
26   - README.md
27   - vendor
28   - webpack.config.js
29   - yarn-error.log
30   - yarn.lock
31
32 # Markdown
33
34 highlighter: false
35 markdown: kramdown
36 kramdown:
37   input: GFM
38   hard_wrap: false
39   parse_block_html: true
40   syntax_highlighter_opts:
41     disable: true
42
43 # Defaults
44
45 defaults:
46   - scope:
47       path: ""
48       type: pages
49     values:
50       layout: "default"
51       og_type: article
52       type: article
53       category: "Others"
54       excerpt_separator: "<!--more-->"
55       prism_languages: []
56
57 # Site info
58
59 url: https://devhints.io
60 title: Devhints.io cheatsheets
61
62 # GitHub metadata
63 # https://help.github.com/articles/repository-metadata-on-github-pages/
64
65 repository: rstacruz/cheatsheets