-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (36 loc) · 966 Bytes
/
_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
################################################################
# This is the PRODUCTION config file.
#
# Run this command when ready to deploy/upload to your server:
# `jekyll build`
#
# This file is *NOT* rebuilt automatically.
# If you change this file, please restart the server process
###############################################################
# Serving
baseurl: "/jekyll-starter" # is your site served from subdirectory?
url: "https://luclemo.github.io" # the hostname & protocol for your site
# Outputting
permalink: /blog/:title/
# Build settings
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
markdown: kramdown
sass:
style: compressed
highlighter: rouge
autoprefixer:
browsers:
- last 2 versions
# Inlcudes & excludes
include: ["_pages"] # custom directory to organize pages
exclude:
- Gemfile
- Gemfile.lock
- README.md
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Plugins
plugins:
- jekyll-autoprefixer