-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
199 lines (176 loc) · 5.03 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# The Site Configuration
# Import the theme
# theme: flat-corp_jekyll_theme
# the HTML language tag › https://www.w3.org/International/questions/qa-choosing-language-tags
lang: en-US
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
timezone: Asia/Kolkata
title: Dart OS
description: >- # this means to ignore newlines until "baseurl:"
Dart OS
baseurl: "/" # the subpath of the site
url: "https://dart-os.github.io" # the base hostname & protocol for the site
# The CDN endpoint for images.
# Notice that once it is assigned, the CDN url
# will be added to all image (site avatar & posts' images) paths starting with '/'
#
# e.g. 'https://cdn.com'
img_cdn: ''
og_image: /assets/img/profile-pic.jpg
# the avatar on sidebar, support local or CORS resources
avatar: /assets/img/profilePic.png
# boolean type, the global switch for ToC in posts.
toc: true
google_analytics: "G-NC3B6J6580"
# Prefer color scheme setting.
#
# Note: Keep empty will follow the system prefer color by default,
# and there will be a toggle to switch the theme between dark and light
# on the bottom left of the sidebar.
#
# Available options:
#
# light - Use the light color scheme
# dark - Use the dark color scheme
#
theme_mode: dark # [light|dark]
social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: Dart OS
email: sys41x4@zohomail.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://www.gitlab.com/dart-os # Project Repository
- https://github.com/dart-os # change to your github homepage
- https://twitter.com/dart_os # change to your twitter homepage
# Uncomment below to add more social links
- https://www.linkedin.com/in/sys41x4
header:
pages:
- name: Home
slug: /
- name: Downloads
- name: Project
- name: About
- name: Links
- name: Donate
footer:
show_powered_by: true
contact:
- name: Email
value: sys41x4@zohomail.in
icon: "fa fa-envelope"
link: mailto:sys41x4@zohomail.in
- name: Discord
icon: "fa fa-group"
value: "Discord"
info: "Join the Discord Community at <strong>101 Bytes</strong>, or scan the joining QR code:"
infoImg: "/assets/img/qr/101-Bytes-discord-qr-code.png"
link: "https://discord.gg/8My5m9jNMG"
- name: Reddit
icon: "fa fa-reddit"
value: "Reddit"
info: "Join the Reddit Community at <strong>dart_os</strong>, or scan the joining QR code:"
infoImg: "/assets/img/qr/dart-os-reddit-qr-code.png"
link: "https://www.reddit.com/r/dart_os/"
follow:
- name: Twitter
icon: "fa fa-twitter"
link: http://twitter.com/dart_os
username: "@dart_os"
# - name: Facebook
# icon: "fa fa-facebook"
# link: http://facebook.com/sys41x4
- name: LinkedIn
icon: "fa fa-linkedin"
link: http://linkedin.com/in/sys41x4
- name: GitLab
icon: "fa fa-gitlab"
link: http://gitlab.com/dart-os
- name: GitHub
icon: "fa fa-github"
link: http://github.com/dart-os
# - name: Dribbble
# link: https://dribbble.com/YourDribbbleUsername
- name: RSS
icon: "fa fa-rss"
link: /feed.xml
defaults:
-
scope:
path: '' # An empty string here means all files in the project
type: posts
values:
layout: post
comments: true # Enable comments in posts.
toc: true # Display TOC column in posts.
# DO NOT modify the following parameter unless you are confident enough
# to update the code of all other post links in this project.
permalink: /posts/:title/
-
scope:
path: _drafts
values:
comments: false
-
scope:
path: ''
type: tabs # see `site.collections`
values:
layout: page
permalink: /:title/
dynamic_title: true # Hide title in mobile screens.
compress_html:
clippings: all
comments: all
endings: all
profile: false
blanklines: false
ignore:
envs: [development]
# Build settings
markdown: kramdown
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
css_class: highlight
# default_lang: console
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
collections:
tabs:
output: true
sort_by: order
sass:
style: :compressed
plugins:
- jekyll-feed
# Excluded items
exclude:
- .sass-cache/
- .jekyll-cache/
- feed.xml
- gemfiles/
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- '*.gem'
- '*.gemspec'
- tools
- docs
- README.md
- LICENSE
- gulpfile.js
- node_modules
- '*.json'
# Used for defeating caching
version: 1