-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (48 loc) · 1.49 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
title: Debug The World # The title of the blog
author: Sheldon # Your name
email: alphasxd@outlook.com # your email shown in the footer
url: https://alphasxd.pages.dev # this is your site's root address.
description: > # this means to ignore newlines until "show_excerpts:"
Software | Code | Academic | Life
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://jihulab.com/Alphasxd/pic/raw/main/2024/11/202411051856197.png" # avatar in about page
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: Alphasxd
rss: RSS
# dribbble:
# facebook:
# flickr:
# instagram:
# linkedin:
# pinterest:
# youtube:
# youtube_channel:
# youtube_channel_name:
# telegram:
# googleplus:
# microdotblog:
# reddit:
# Mastodon instances
# mastodon:
# - username:
# instance:
# - username:
# instance:
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- "*.json"
- "Gemfile*"
- README.md
- LICENSE