-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (40 loc) · 1.24 KB
/
_config.yml
File metadata and controls
45 lines (40 loc) · 1.24 KB
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
title: minhhoccode111
author: Minh Dang
description: Minh Dang (aka minhhoccode111) - Software Developer
# url: https://gominhgo.dev # custom url instead of gh-pages
# setup markdown and syntax highlighting
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
highlighter: rouge
# means that each page or post's url will be based only on its title
permalink: /:title/
# future: true - jekyll will include all posts, even those with future dates
future: true
# collections allow you to group related content separately from regular posts and pages
# this defines two collections: blog and project
# each file in "_blog" and "_project" must have front matter ("---" at the top)
collections:
# each collection corresponds to a folder "_blog" and "_project"
'blog':
# jekyll generates html for these collections
output: true
'project':
output: true
# you can access these collections in templates using site.[collection_name], e.g.:
# {% for post in site.blog %}
# <a href="{{ post.url }}">{{ post.title }}</a>
# {% endfor %}
# Google Analytics
# analytics:
# tracking_id: G-XXXXXXXXXX
timezone: Asia/Ho_Chi_Minh
exclude:
- README.md
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/