generated from minicomp/ed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·62 lines (51 loc) · 1.36 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
# Built with Jekyll 3.6.0
# Setup
title: RDH Project Registry Metadata
tagline: 'under construction'
description: ''
url: 'https://rshirazi.github.io'
baseurl: '/rdh'
# About/contact
author:
name: Roxanne Shirazi
url: https://roxanneshirazi.com
email: roxanneshirazi@gmail.com
# Color scheme. Options: red, orange, magenta, cyan, blue, brown
color-scheme: brown
# Permalinks
permalink: pretty
permalink: /:title/
# Set encoding to UTF-8
encoding: utf-8
# Collections for texts
collections:
texts:
output: true
# Markdown specs
markdown: kramdown
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
footnote_backlink: "↩︎"
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Exclusions from the final site
exclude:
- optional
- vendor
- ed..gemspec
- Gemfile
- Gemfile.lock
- backstop_data
- backstop.json
# Theme
# (Used for local or custom-server deployments)
# Uncomment the `theme` line if using the Ed. theme gem on your own computer or server.
# See https://jekyllrb.com/docs/themes/
# theme: "ed."
# Remote Theme
# (Used only for GitHub deployments)
# See https://help.github.com/en/articles/adding-a-jekyll-theme-to-your-github-pages-site
remote_theme: minicomp/ed