-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
81 lines (74 loc) · 3.58 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#######################
# SITE SETTINGS
#######################
title: 'Suzu' # The name of your blog, used in titles and meta tags.
subTitle: 'Next.js Blog Template' # A short description that appears after the main title.
description: 'Suzu is a minimalist blog template with a serene sakura-inspired theme, blending modern design with a touch of traditional Japanese aesthetics.' # A longer description for SEO and meta tags.
keywords: 'Suzu, Next.js, markdown blog, Tailwind CSS, blog template, sakura, ZL Asica' # Comma-separated keywords for SEO purposes.
author:
name: 'ZL Asica' # Your name, displayed as the author of the blog.
link: 'https://www.zla.app' # Link to your personal website or blog.
# Language setting: Use ISO 639-1 code (e.g., 'en' for English, 'zh' for Chinese)
lang: 'zh'
# Your public root url, used for SEO and meta tags.
# !Do not include a ending slash
siteUrl: 'https://suzu.zla.app'
# Path to your avatar image. Can be a relative path from /public or a full URL (e.g., https://).
avatar: '/images/avatar.jpg'
# Used as the default thumbnail for posts without thumbnails.
background: '/images/background.jpg'
# Slogan displayed on your homepage, under your avatar.
slogan: "As long as the code or the developer is able to run, it's all good."
# Google Analytics tracking ID (e.g., 'G-XXXXXXXXXX').
googleAnalytics: G-659VZ9NH28
#######################
# POSTS SETTINGS
#######################
creativeCommons:
type: CC BY-SA 4.0 Deed
link: https://creativecommons.org/licenses/by-sa/4.0/deed.zh-hans
#######################
# FOOTER SETTINGS
#######################
# If you want to have a start year of your blog, set the year here.
startYear: 2017 # Leave empty if you do not want to display a start year.
#######################
# SOCIAL MEDIA SETTINGS
#######################
# Add your social media usernames.
# Leave the field empty if you do not want to display a specific platform.
# The order of the social media icons is determined by the order below.
socialMedia:
github_username: ZL-Asica # Your GitHub username. https://github.com/username
linkedin_username: elara-liu # Your LinkedIn username. https://www.linkedin.com/in/username
instagram_id: zl_asica # Your Instagram username.
orcid_id: 0009-0008-7221-2324 # Your ORCID iD.
telegram_username: zl_asica # Your Telegram username. https://t.me/username
x_username: # Your X (Twitter) username.
youtube_id: ZL-Asica # Your YouTube channel ID. https://www.youtube.com/@username
zhihu_username: zl_asica # Your Zhihu username. https://www.zhihu.com/people/username
bilibili_id: 29018759 # Your Bilibili ID. https://space.bilibili.com/username
email: [email protected] # Your email address.
rss: true # Display the RSS icon.
#######################
# PAGES (ABOUT, FRIENDS) SETTINGS
#######################
# Have thumbnails for the about and friends pages.
thumbnailAbout: false
thumbnailFriends: false
#######################
# DISQUS (COMMENTS) SETTINGS
#######################
# Your Disqus shortname (used for integrating Disqus comments).
# Find this in your Disqus account: yoursite.disqus.com (shortname is the part before .disqus.com).
disqusShortname: 'zla-pub'
#######################
# CUSTOM CODE BLOCKS
# ! WARNING: Only modify these if you understand the purpose of custom scripts.
#######################
# Add custom JavaScript code to be included inside the <head> section of your site. One script per line.
headerJavascript:
- https://cdn.jsdelivr.net/gh/zl-asica/web-cdn/js/zlasica.js
# Add custom HTML code to be included inside the <footer> section of your site.
slotFooter: |
<!-- Add your custom footer HTML here -->