-
Notifications
You must be signed in to change notification settings - Fork 42
/
_config.yml
53 lines (45 loc) · 1.05 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: example.com
description: "Satellite - jekyll blog theme"
logo_img: "/assets/img/favicon.webp"
profile_img: "/assets/img/profile.webp"
# Social Links
email: [email protected]
github_username: github
twitter_username: twitter
instagram_username: instagram
linkedin_username: linkedin
facebook_username: facebook
# External API
giscus_repo: "byanko55/jekyll-theme-satellite"
giscus_repoId: "R_kgDOJ6fqWg"
giscus_category: "Q&A"
giscus_categoryId: "DIC_kwDOJ6fqWs4Cc7p7"
goatcounter_code: byanko77
google_analytics:
# If your repo name follows the format "<user-name>.github.io", then leave the below blank.
# Otherwise, set its value as "/<repo-name>". ex) baseurl: /myblog
baseurl:
# 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