-
-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy path_config.yml
More file actions
30 lines (25 loc) · 725 Bytes
/
_config.yml
File metadata and controls
30 lines (25 loc) · 725 Bytes
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
title: Yong Yuan
name: YongYuan's homepage
description: Yong Yuan (Willard) - Algorithm Engineer at Shopee specializing in Recommendation System, and Machine Learning Research.
url: https://yongyuan.name
# 自定义post url
permalink: /blog/:title.html
timezone: Asia/Chongqing
# Overriden by GitHub Pages: https://help.github.com/articles/using-jekyll-with-pages#configuring-jekyll
safe: true
lsi: false
markdown: kramdown
kramdown:
input: GFM # Enable GitHub Flavored Markdown (fenced code blocks)
extensions:
- autolink
- footnotes
- smart
hard_wrap: false
# use_coderay: true
syntax_highlighter: rouge
# coderay:
# coderay_line_numbers: nil
# White-listed plugins
plugins:
- jekyll-sitemap