blob: 29c9e716763188927a067bfc7f5da1b78a626c8c (
plain) (
blame)
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
|
# Jekyll
baseurl: ''
exclude:
- Gemfile
- Gemfile.lock
- README.md
- vendor/
defaults:
- scope:
path: ''
type: pages
values:
layout: page
navbar_priority: 999
- scope:
path: ''
type: posts
values:
layout: post
excerpt_separator: ''
permalink: none
highlighter: rouge
markdown: kramdown
kramdown:
syntax_highlighter_opts:
span:
disable: true
# Plugins
plugins:
- jekyll-github-metadata
- jekyll-paginate
# jekyll-github-metadata
repository: egor-tensin/jekyll-theme
# jekyll-paginate
paginate: 10
paginate_path: '/feed/page:num/'
# Theme settings
settings:
project:
name: jekyll-theme
description: jekyll-theme preview
license: MIT License
license_file: LICENSE.txt
author:
name: John Doe
email: John.Doe@example.com
navbar:
hide: false
|