-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (40 loc) · 811 Bytes
/
Copy path_config.yml
File metadata and controls
44 lines (40 loc) · 811 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
41
42
43
44
title: Turtle
author: Sunjay Varma
description: Create Animated Drawings in Rust
# the subpath of your site, e.g. /blog
baseurl: ""
# the base hostname & protocol for your site, e.g. https://example.com
url: "https://turtle.rs"
twitter_username: sunjay03
github_username: sunjay
google_analytics: UA-108453371-1
header_pages:
- guide/index.md
# Build settings
markdown: kramdown
kramdown:
syntax_highlighter_opts:
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
theme: minima
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
include:
- .well-known
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md
- serve
- target