-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (31 loc) · 822 Bytes
/
_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
title: FFglitch
author: Ramiro Polla
email: [email protected]
description:
# baseurl: "" # the subpath of your site, e.g. /blog
url: "http://ffglitch.org"
github_username: ramiropolla
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
header_pages:
- what.md
- who.md
- download.md
- documentation.md
- frontends.md
- gallery.md
# Build settings
markdown: kramdown
theme: minima
exclude:
- blabliblu/
- Gemfile
- Gemfile.lock
# Produces a cleaner folder structure when using categories
permalink: /:year/:month/:title.html
plugins: [ jekyll-paginate ]
paginate: 6
# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%Y-%m-%d"