-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (32 loc) · 846 Bytes
/
_config.yml
File metadata and controls
40 lines (32 loc) · 846 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
title: minima-reboot
author: GitHub User
email: your-email@domain.com
remote_theme: aterenin/minima-reboot
description: >
This is a demo page for minima-reboot, a bootstrap-based rewrite of Jekyll's
default minima theme. It is simple, lightweight, and responsive.
You can use it with your GitHub Pages site by adding the line
"theme: aterenin/minima-reboot" to _config.yml.
plugins:
- jekyll-seo-tag
- jekyll-paginate
- jekyll-feed
- jekyll-redirect-from
minima_reboot:
date_format: "%b %-d, %Y"
date_format_short: "%b %-d"
header_pages:
- about.md
- posts.md
- github.md
footer_icons:
- username: aterenin/minima-reboot/
url: https://github.com/aterenin/minima-reboot/
icon: icon-github.svg
paginate: 5
markdown: kramdown
exclude:
- Gemfile
- Gemfile.lock
- minima-reboot.gemspec
theme: jekyll-theme-minimal