-
Notifications
You must be signed in to change notification settings - Fork 89
/
_config.yml
49 lines (44 loc) · 1.5 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
title: Moving # The title of the blog
author: Your Name # Your name
email: [email protected] # your email shown in the footer
url: https://huangyz.name/moving/ # this is your site's root address.
description: > # this means to ignore newlines until "show_excerpts:"
A clean and minimalist theme for Jekyll.
favicon: "./favicon.ico" # set the favicon of the site
show_excerpts: false # set to true to show excerpts on the homepage
# Moving date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
moving:
avatar_url: "https://i.loli.net/2019/08/26/JzCLhDWPEybZr2T.jpg" # avatar in about page
about_you: a short description about you. # short description about you in about page
date_format: "%b %d" # date format of posts in home page
back_to: "Home" # In the post page, you have a back button above the title, you can custom the text by yourself.
# generate social links in about page.
social_links:
# twitter:
github: huangyz0918
rss: RSS
# dribbble:
facebook: huangyz0918
# flickr:
# instagram:
linkedin: yizheng-huang
# pinterest:
# youtube:
# youtube_channel:
# youtube_channel_name:
# telegram:
# googleplus:
# microdotblog:
# reddit:
# Mastodon instances
# mastodon:
# - username:
# instance:
# - username:
# instance:
# Build settings
theme: moving # note, please use huangyz0918/moving if you want to publish to Github Pages.
plugins:
- jekyll-feed
- jekyll-seo-tag