You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tagline: Madokami gave herself as a sacrifice, that all may be redeemed. Through her suffering, we are freed; through her love, we are made whole.# it will display as the subtitle
19
+
tagline: A text-focused Jekyll theme# it will display as the subtitle
20
20
21
21
description: >- # used by seo meta and the atom feed
22
22
A minimal, responsive and feature-rich Jekyll theme for technical writing.
@@ -34,8 +34,8 @@ twitter:
34
34
social:
35
35
# Change to your full name.
36
36
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37
-
name: BayesianIris
38
-
email: samilia2420@163.com # change to your email address
37
+
name: your_full_name
38
+
email: example@domain.com # change to your email address
39
39
links:
40
40
# The first element serves as the copyright owner's link
41
41
- https://twitter.com/username # change to your Twitter homepage
@@ -98,11 +98,11 @@ theme_mode: # [light | dark]
98
98
cdn:
99
99
100
100
# the avatar on sidebar, support local or CORS resources
101
-
avatar:"avatar/avatar.png"
101
+
avatar:
102
102
103
103
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104
104
# It can be overridden by a customized `page.image` in front matter.
105
-
social_preview_image: # string, local or CORS resources
105
+
social_preview_image: # string, local or CORS resources
106
106
107
107
# boolean type, the global switch for TOC in posts.
108
108
toc: true
@@ -155,7 +155,6 @@ baseurl: ""
155
155
# ------------ The following options are not recommended to be modified ------------------
0 commit comments