-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·85 lines (70 loc) · 1.87 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
78
79
80
81
82
83
84
85
##############
# CONVERSION #
##############
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
hard_wrap: false
math_engine: katex
plugins:
- jekyll-seo-tag
- jekyll-gist
- jekyll-feed
- jekyll-admin
- jekyll-relative-links # https://github.blog/2016-12-05-relative-links-for-github-pages/
- jemoji
jekyll-mentions:
base_url: https://github.com
##############
## SITE ##
##############
# main text of home
name: robert lin
bio: i write code
# if it's an external image, update below for true
# better with square images
external-image: false
picture: assets/images/profile.jpg
url: https://bobheadxi.dev
# To enable google analytics, supply your token below
analytics-google: 'UA-104153824-1'
# Collections: https://jekyllrb.com/docs/collections/
collections_dir: content
permalink: /:title/
collections:
open-source:
output: true
permalink: /open-source/:title
experience:
output: true
permalink: /experience/:title
# if you don't have any of social below, comment the line
github: bobheadxi
medium: bobheadxi
linkedin: robert-lin
email: [email protected]
authors:
robert:
name: Robert Lin
bio: Enthusiastic eater. Feel free to reach out to me at [email protected]!
external-image: false
picture: assets/images/profile.jpg
# do you want a larger site? change the option below
# options: [normal, large] | default: normal
# normal = 560px / large = 810px
width: large
# if you don't need pagination, comment the *paginate* configs below
# paginate: 5
# paginate_path: "blog/:num/"
# do you want to show the "read time" of the posts?
read-time: true
# Display links for next and previous posts for the specified collections
post-advance-links:
- experience
# do you want some animations?
animation: true
# https://github.com/benbalter/jekyll-relative-links#configuration
relative_links:
enabled: true
collections: true