-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (49 loc) · 1.52 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
#baseurl: ""
#url: ""
#paginate_path: "/blog/page:num/"
#paginate: 9
#gems: [jekyll-paginate]
#plugins:
# - jekyll-feed
# - jekyll-paginate
#address1: "90 Fairground Rd, FL 3290, United States"
#phone_number: "+65 - 3002 56 56 376"
copyright_text: "© 2024. All Rights Reserved"
# Welcome to Miles Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
baseurl: "/Sienna" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
favicon: "/assets/img/favicon.png"
permalink: /blog/:title
post_dirs: false
highlighter: rouge
# library used for syntax highlighting
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
plugins:
- jekyll-feed
- jekyll-paginate
gems:
- jekyll-paginate
paginate_path: "/blog/page:num/"
paginate: 4
collections:
portfolio:
output: true
career:
output: true
permalink: /career/:path/
# Disqus Comments
disqus:
enable: false # disque is enabled. Set as false to disable it
# Leave shortname blank to disable comments site-wide.
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
shortname: dexfolio