-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (31 loc) · 1.01 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
title: Yurlak's Blog
author:
name: YURLAK
email: [email protected]
description: “万物皆有裂痕,那是光照进来的地方。”
show_excerpts: true # set to true to show excerpts on the homepage
# Minima date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%b %-d, %Y"
skin: auto
copyright_time: "2022-2024"
# generate social links in footer
social_links:
- { platform: github, user_url: "https://github.com/jekyll/minima" }
- { platform: telegram, user_url: "https://t.me/YURLAK" }
- { platform: twitter, user_url: "https://twitter.com/jekyllrb" }
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
#header_pages:
# - about.md
navbar-links:
Home: "https://YURLAK.github.io"
# Build settings
theme: minima
# Google Analytics
google_analytics: G-SND56RB6P3
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-katex