-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (31 loc) · 819 Bytes
/
_config.yml
File metadata and controls
39 lines (31 loc) · 819 Bytes
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
# Permalinks
#
permalink: pretty
# Setup
title: Colorsublime
tagline: Color your Sublime Text editor trying your favorite theme online before downloading it for free
baseurl:
# Handling Reading
encoding: "utf-8"
markdown_ext: "markdown,md"
plugins:
- jekyll-paginate-v2
- jekyll-lunr-js-search
exclude: [node_modules,build,Makefile]
# Assets
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: assets/css
style: :compressed
collections:
themes:
output: true
# Pagination Settings
pagination:
enabled: true
per_page: 9
permalink: '/page/:num/'
limit: 0
github_download_base_url: https://raw.githubusercontent.com/Colorsublime/Colorsublime-Themes/master/themes/
lunr_search:
js_dir: assets/js