-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
110 lines (93 loc) · 2.38 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# metadata
lang: en
timezone: America/Los_Angeles
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------
title: bscit.dev
description: >- # used by seo meta and the atom feed
Personal website related to any and all things bscit
url: "https://bscit.dev"
github:
username: tmaster-terrarian
twitter:
username: bscit_dev
card: summary_large_image
social:
# Will be displayed as the default author of the posts and the copyright owner in the Footer
name: bscit
# email: example@domain.com # change to your email address
links:
- https://github.com/tmaster-terrarian
- https://twitter.com/bscit_dev
# ↑ --------------------------
# jekyll-spaceship settings › https://github.com/jeffreytse/jekyll-spaceship/blob/master/README.md
# ↓ --------------------------
# Where things are
jekyll-spaceship:
# default enabled processors
processors:
- mathjax-processor
- polyfill-processor
- emoji-processor
mathjax-processor:
src:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
config:
tex:
inlineMath:
- ['$','$']
- ['\(','\)']
displayMath:
- ['$$','$$']
- ['\[','\]']
svg:
fontCache: 'global'
optimize: # optimization on building stage to check and add mathjax scripts
enabled: true # value `false` for adding to all pages
include: [] # include patterns for math expressions checking (regexp)
exclude: [] # exclude patterns for math expressions checking (regexp)
emoji-processor:
css:
class: emoji
src: https://github.githubassets.com/images/icons/emoji/
# ↑ --------------------------
defaults:
- scope:
path: ""
values:
image: /images/thumb.png
author: bscit
layout: default
- scope:
path: ""
type: "posts"
values:
permalink: /posts/:categories/:title:output_ext
baseurl: ""
strict_front_matter: true
plugins:
- jekyll-seo-tag
- jekyll-spaceship
# file handling
source: ./src
destination: ./public
exclude:
- .git/
- .github/
- .vscode/
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- serve.sh
keep_files:
- webdav.json
- music/
- ignorethis/