forked from superuserdev/superuserdev.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
122 lines (122 loc) · 2.4 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
114
115
116
117
118
119
120
121
122
author: Chris Zuber
version: 0.1.0
timezone: America/Los_Angeles
description: My spiffy description
keywords:
- web development
- web design
- progressive web apps
- responsive design
title: SuperUserDev
lang: en
dir: ltr
theme-color: '#25B405'
markdown: kramdown
respository: "superuserdev/superuserdev.github.io"
github:
username: superuserdev
repo: superuserdev.github.io
url: "https://superuserdev.github.io"
twitter: SudoDevTeam
icons: /img/icons.svg
# gravatar: 73f08dc9b030c584e76a4c3c4e8a56c0
webmaster-verifications:
google: 0cMX_-aKH-pe1wQXGDlK833KE3-kN5V7y3eaywoCXdk
bing: B4BA0BE1916BB0AE8AFAC3ACC826DF57
robots: 'follow,index'
appicons:
- src: /img/favicon.svg
sizes: any
type: image/svg+xml
- src: /img/icon-512.png
sizes: 512x512
type: image/png
- src: /img/icon-192.png
sizes: 192x192
type: image/png
screenshots:
- src: 'https://i.imgur.com/G8LfhUO.png'
sizes: 1908x1048
type: image/png
plugins:
- jekyll-gist
- jekyll-youtube
- jekyll-admin
- jekyll-avatar
# - jekyll-mentions
# - jekyll-github-metadata
- jekyll-paginate
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-titles-from-headings
- jekyll-include-cache
# - jekyll-seo-tag
# - jemoji
# - jekyll-octicons
appicons:
- src: /img/favicon.svg
sizes: any
type: image/svg+xml
- src: /img/icon-512.png
sizes: 512x512
type: image/png
- src: /img/icon-192.png
sizes: 192x192
type: image/png
defaults:
-
scope:
path: /
values:
layout: default
-
scope:
path: /README.md
values:
layout: default
permalink: /index.html
exclude:
- "*.rb"
- "*.gemspec"
- "*.php"
- "*.sh"
- "*.csv"
- "*.sfd"
- "*.ai"
- "*.psd"
- "*.sketch"
- "*.yml"
- "*.lock"
- "*.log"
- "/css/*.md"
- "/js/*.md"
- "/img/*.md"
- "/fonts/*.md"
- "/js/*.json"
- "/css/*.json"
- "/img/*.json"
- "/js/*.html"
- Gemfile
- node_modules/
- docs
- palette.xml
- postcss.config.js
- postcss.config.json
- LICENSE
- "*.config.js"
- "/img/octicons/test"
- "/img/octicons/*.js"
- "/img/octicons/*.md"
- "/img/octicons/LICENSE"
- "/img/octicons/lib/*.css"
- "/img/octicons/lib/octicons_gem"
- "/img/octicons/lib/octicons_node"
- "/img/octicons/lib/octicons_helper"
- "/img/octicons/lib/jekyll-octicons"
- "/img/octicons/script"
- "/img/adwaita-icons/docs"
- "/img/adwaita-icons/LICENSE"
- "css/core-css/docs"
- "css/normalize/*.html"
- "js/std-js/docs"
- "js/std-js/test"