forked from SEDSCelestiaBPGC/WanderingStar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (41 loc) · 827 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
39
40
41
42
43
44
45
46
47
48
# Site
nick: "Asimov"
name: "The Wandering Star"
title: "SEDS Celestia Blog"
description: "A Space blog written and maintained by SEDS Celestia"
logo: 'assets/images/logoWide.png'
favicon: 'favicon.png'
baseurl:
include: ["_pages"]
permalink: /:title/
# Authors
defaults:
author:
avatar: 'assets/images/anon.png'
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
# collections:
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/category/:name/'
# Pagination
paginate: 6
paginate_path: /page-:num/
# Other
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
exclude: [changelog.md, LICENSE.txt, README.md, Gemfile*]