-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
executable file
·66 lines (58 loc) · 1.72 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
title: Images' Blog # The title of the blog
author: Images。 # Your name
email: [email protected] # your email shown in the footer
url: https://imageslr.com # this is your site's root address.
description: > # this means to ignore newlines until "show_excerpts:"
Software | Elon Z
favicon: "./favicon.ico" # set the favicon of the site
google_analytics: G-L7FZF6PD06
show_excerpts: false # set to true to show excerpts on the homepage
permalink: /:categories/:year/:title:output_ext
highlighter: none
beian: 京ICP备2021035401号
# 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/2020/02/17/vY49QcyqRlbtB78.jpg" # avatar in about page
about_you: Hungry. Foolish. Simple. Naive.
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: imageslr
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
- jekyll-redirect-from
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/