-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
113 lines (105 loc) · 2.57 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
full_rebuild: true
incremental: true
source: "."
destination: "./jekyllbuild"
name: Material Theme UI Documentation
description: |
The Material Theme plugin is a plugin for JetBrains IDEs (IntelliJ, PhpStorm, WebStorm, Android Studio, etc...) which completely redesigns
the UI with a beautiful and configurable Material Design UI.
This is the plugin's documentation page which presents and explains the different features provided by the plugin.
author: "Elior Boukhobza (Mallowigi)"
url: https://www.material-theme.com
baseurl: ""
permalink: /blog/:title/
paginate: 6
paginate_path: /page/:num
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-toc
- jemoji
infinite_scroll: false
twitter: mallowigi
twitter2: crmag
tag_dir: /tag
category_dir: /category
author_dir: /author
author_title_prefix: 'Posted by '
media_folder: /img
img_folder: /img
author_default_avatar: /profile-pic.jpeg
github: https://github.com/mallowigi/material-theme-issues
download: https://plugins.jetbrains.com/plugin/8006-material-theme-ui
version: 9.2.0
year: 2015-2024
social_image_path: /img/brand/logo.png
social_logo_path: /img/brand/logo.png
encoding: utf-8
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "material-sidebar-left"
type: "standard"
homedisplay: "featimg"
- scope:
path: ""
type: "pages"
values:
layout: "material-sidebar-left"
author: "mallowigi"
markdown: kramdown
kramdown:
syntax_highlighter: rouge
parse_block_html: true
relative_permalinks: false
exclude:
- .git
- .gradle
- .idea
- config
- build
- js
- node_modules
- sass
- static
- vue
- .babelrc
- .editorconfig
- .eslintignore
- .eslintrc.js
- .gitignore
- .jekyll-metadata
- .postcssrc.js
- .travis.yml
- _algolia_api_key
- browser-sync.js
- Gemfile
- Gemfile.lock
- gruntfile.js
- LICENCE
- package.json
- package-lock.json
- webpack.config.js
- yarn.lock
sass:
style: compressed
collections:
features:
permalink: /:collection/:title
output: true
cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: ""
css_hash: ""
js: ""
js_hash: ""
jquery: "https://code.jquery.com/jquery-3.2.1.min.js"
jquery_hash: "sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f"
materialize: "https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.js"
materialize_hash: "sha384-C5yXM3HiWa6a8kI2Jd4LuuwmOGAVgJw0YSmuRXN+PLT5Jln26ddUnPQxkInM/w2x"
algolia:
application_id: 77GG697EBY
index_name: localhost
extensions_to_index: [ 'md' ]