-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
77 lines (70 loc) · 2.29 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
# Site Info
title: "thtrieu"
description: "minimum"
google_verify: epFgX0s_0RM3CdjwFcsewfXzPov2g8s9ZBOLyaIUH-o # Put your Google Verification here
google_analytics: UA-XXXXXXX-X # Put your Google Analytics code
# Logos
logos:
rock: "https://i.imgur.com/f7b0EjX.gif" #
daisy: "https://i.imgur.com/ygEHnz5.gif" #
flower: "https://i.imgur.com/JX9gCsP.gif"
coffee: "https://i.imgur.com/d3GJwO1.gif"
spoon: "https://i.imgur.com/6UaSYA9.gif"
pooring: "https://i.imgur.com/0TNlsRx.gif"
smoke: "https://i.imgur.com/wUl8kal.gif"
step1: "https://i.imgur.com/LVF0HOR.gif"
step2: "https://i.imgur.com/FCePkA4.gif"
christ: "https://i.imgur.com/iqDJCdf.gif"
touch: "https://i.imgur.com/f19wdua.gif"
pure: "https://i.imgur.com/RDbvdeg.gif"
bookafe: "https://i.imgur.com/1NngOKZ.gif"
purer: "https://i.imgur.com/l1tA8nA.gif"
spike: "https://i.imgur.com/P5Ifo0E.gif" #
moss: "https://i.imgur.com/JNoDa9E.gif"
drip: "https://i.imgur.com/hbaEn2i.gif" #
surface: "https://i.imgur.com/2zsgYDR.gif"
fly: "https://i.imgur.com/tU08Pu4.gif" #
wood: "https://i.imgur.com/w6NOJp2.gif" #
# Author Info
author_name: "thtrieu"
author_email: [email protected]
author_host: ".github.io/"
# Site Settings
baseurl: "" # Base URL must end WITHOUT a slash, default: ""
permalink: /notes/:title # Post permalink
timezone: Asia/Ho_Chi_Minh # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Site Build
highlighter: rouge
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "highlight", "footnotes"]
markdown: kramdown
kramdown:
input: GFM
sass:
style: :compressed
# Other Params
include: [ "robots.txt" ]
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile" ]
gems:
- jekyll-sitemap
compress_html:
clippings: all
ingore:
envs: [ "test" ]
defaults:
-
scope:
path: ""
values:
layout: "null"
-
scope:
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"