forked from byanko55/jekyll-theme-satellite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
45 lines (38 loc) · 759 Bytes
/
_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
title: 郑梓豪's Personal Website
description: "Satellite - jekyll blog theme"
logo_img: "/assets/img/favicon.webp"
profile_img: "/assets/img/WechatIMG53.jpg"
# Social Links
email: [email protected]
#linkedin_username: zihao-zheng-extension
# External API
giscus_repo:
giscus_repoId:
giscus_category:
giscus_categoryId:
goatcounter_code: joshbushdash
google_analytics:
# Build settings
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-loading-lazy
exclude:
- docs/
collections:
pages:
output: true
permalink: /:path.html
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
date: "1900-01-01"
# Markdown newline activator
kramdown:
input: GFM
hard_wrap: true