generated from goplusgo/boilerplate.blog.goplusgo.me
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
37 lines (30 loc) · 986 Bytes
/
_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
# Site settings
title: Joey's Tech Blog | 我的技术博客
email: [email protected]
author: Joey Yu
description:
url: https://boilerplate.blog.goplusgo.me
# Build settings
permalink: :title/
sass:
sass_dir: assets/css
# Social icons
show_social_icons: true
linkedin_username: joey-y-3616961a8
github_username: goplusgo
# plugins
plugins: [jekyll-paginate]
paginate: 4
# Sidebar
sidebar-avatar: /assets/images/avatar.jpg
sidebar-about-description: "Frontend Software Engineer<br>Meta, Vancouver, BC"
# this section is copied from: https://github.com/Huxpro/huxpro.github.io
# Featured Tags
featured-tags: true # whether or not using Feature-Tags
featured-condition-size: 1 # A tag will be featured if the size of it is more than this condition value
# Disqus Comments
disqus:
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
shortname: blog-goplusgo-me
# Search
show_search_container: false