-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (52 loc) · 1.47 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
title: Termina Plex Jekyll Theme
author:
name: Termina Plex
email: your-email@domain.com
pronouns: they/them
# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
description: >
Site Description
# Build settings
permalink: pretty
# Pagination
paginate: 10
paginate_path: /blog/page:num
# If you clone the Termina Plex repo and build locally, use this setting.
# theme: termina-plex
# If you want to use this theme for sites hosted using GitHub Pages, use the following setting and
# add a line comment on "theme: termina-plex" above.
remote_theme: questionlp/termina-plex
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
kramdown:
smart_quotes: apos,apos,quot,quot
# Theme-specific settings
# Set to `true` to show excerpts on the homepage.
show_excerpts: true
# Termina Plex specific settings
termina-plex:
date_format: "%d %b %Y"
long_date_format: "%d %B %Y %H:%M:%S"
centered_tables: false
standard_titles: false
username: theme
hostname: termina-plex
header_links:
- { name: About, url: "/about" }
- { name: Blog, url: "/blog" }
social_links:
- { name: GitHub, url: "https://github.com/questionlp/termina-plex" }
- { name: Jekyll, url: "https://jekyllrb.com" }
exclude:
- "Gemfile"
- "Gemfile.lock"
- "node_modules"
- "vendor/bundle/"
- "vendor/cache/"
- "vendor/gems/"
- "vendor/ruby/"
- "*.gem"
- "*.gemspec"