forked from heiswayi/the-plain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (39 loc) · 1.17 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
# Site Info
title: "The Plain"
description: "A minimalist Jekyll theme"
author_name: "Heiswayi Nrird" # change this to your name
logo_url: https://avatars0.githubusercontent.com/u/13794983?v=4 # Get it from GitHub API: https://api.github.com/users/<username>
# Site Settings
url: https://heiswayi.github.io # main url
baseurl: /the-plain
permalink: /:title # Post permalink
timezone: Asia/Kuala_Lumpur # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
mathjax: true # enables support for mathjax - set to 'false' to disable
# Site Build
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
sass:
style: :compressed
# Other Params
include: [ "robots.txt" ]
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile", "script" ]
plugins:
- jekyll-sitemap
defaults:
-
scope:
path: ""
values:
layout: "null"
-
scope:
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"