-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (37 loc) · 707 Bytes
/
_config.yml
File metadata and controls
44 lines (37 loc) · 707 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
40
41
42
43
44
title: mc095
description: Series of Blogs of my linux learning
baseurl: "" # Keep empty for local development
url: "https://mc095.github.io"
paginate: 6
paginate_path: "/page:num/"
plugins:
- jekyll-paginate
markdown: kramdown
highlighter: rouge
# Sort posts by date in ascending order (oldest first)
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .git
keep_files:
- .git
- .svn
- assets
# Disable caching
sass:
style: expanded
sourcemap: development
# Enable file watching
force_polling: true
# Development settings
development:
baseurl: ""
url: "http://localhost:4000"