-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
89 lines (77 loc) · 1.85 KB
/
_config.yml
File metadata and controls
89 lines (77 loc) · 1.85 KB
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
# Site settings
title: Jekyll Blog Starter
SEOTitle: Jekyll Blog Starter by Jason-json
header-img: img/Sky-city.jpg
description: "A fast Jekyll blog template for GitHub Pages. Packed with PWA, image galleries, and enhanced Markdown. Ready to fork and deploy! Optimization ongoing!"
keyword: "Jason-json"
url: "https://jasonw-cs.github.io"
baseurl: ""
github_repo: "https://github.com/Jasonw-cs/Jasonw-cs.github.io"
logo: /img/headers/og-default.jpg
# Sidebar settings
sidebar: true
sidebar-about-description: "When the homework is done..."
sidebar-avatar: /img/about-Jason-json2.jpg
# SNS settings
RSS: true
github_username: Jasonw-cs
# Build settings
permalink: pretty
paginate: 10
exclude: ["less", "node_modules", "Gruntfile.js", "package.json", "README.md"]
anchorjs: true
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-github-metadata
# _sass
sass:
sass_dir: _sass
style: compressed
# Markdown Processing
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
# Liquid error handling
liquid:
error_mode: warn
strict_filters: false
strict_variables: false
featured-tags: true
featured-condition-size: 1
chrome-tab-theme-color: "#000000"
service-worker: true
# Favorites
favorites_courses:
- title: "Code 50"
href: "https://github.com/code50/"
- title: "me50"
href: "https://github.com/me50/"
# SEO improvements
author: Jason-json
twitter:
username: # Add if you have Twitter
social:
name: Jason-json
links:
- https://github.com/Jasonw-cs
# Default values for posts
defaults:
- scope:
path: "_posts"
type: "posts"
values:
layout: "post"
author: "Jason-json"
show_excerpts: true