-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (38 loc) · 1.23 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
# SITE CONFIGURATION
baseurl: ""
url: "https://dev-jiseok.github.io"
title: "Jiseok's blog"
description: "Developer"
# THEME-SPECIFIC CONFIGURATION
# Meta
avatar: assets/img/rocket-icon.png
color_image: /assets/img/lineart.png # In post when you set color
favicon: assets/favicon.ico
# Header and footer text
header_text: "Jiseok's blog"
header_feature_image: assets/img/pexels/websolute_square.jpg
footer_text: Copyright 2020
# Blog
excerpt: truncate
# Scripts / Features
google_analytics: "UA-142123817-1"
katex: true # Enable if using math markup
mermaid: true
# Post navigation
post_navigation: true
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
# PAGINATION
paginate: 10
paginate_path: "blog/page:num"
# PORTFOLIO
collections:
portfolio:
output: true
permalink: /:collection/:name
# BUILD SETTINGS
plugins: [jekyll-paginate, jekyll-seo-tag]
exclude: [".jekyll-cache", "Gemfile", "Gemfile.lock", "type-on-strap.gemspec", "*.gem", ".idea", ".github", "SECURITY.md",
"LICENSE", "README.md", "screenshot.png", "assets/package.json", "assets/node_modules", "assets/gulpfile.js", "themes"]
remote_theme: sylhare/Type-on-Strap
theme: type-on-strap # Sends warnings on github pages