-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
42 lines (35 loc) · 789 Bytes
/
_config.yml
File metadata and controls
42 lines (35 loc) · 789 Bytes
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
# Theme Configuration
theme: jekyll-theme-cayman
remote_theme: pages-themes/cayman@v0.2.0
# Site Settings
title: Python 30-Day Project
description: A comprehensive 30-day journey to learn Python programming
# Build Settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
start_line: 1
# Defaults for README files
defaults:
- scope:
path: "Day-*"
type: "pages"
values:
layout: "day"
is_day: true
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-readme-index
# SEO Optimization
twitter:
username: pythonproject
card: summary_large_image
social:
name: Python 30-Day Project
links:
- https://github.com/joegeorge022/Python-30-Day-Project