-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (54 loc) · 1004 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
49
50
51
52
53
54
repository: stefandesu/exo.pm
remote_theme: stefandesu/exo-blog-theme
title: Stefan です
timezone: Europe/Berlin
logo: /images/bowl2_2x.png
email: [email protected]
description: Hi there!
url: https://exo.pm
author: Stefan
github_username: stefandesu
permalink: pretty
plugins:
- jekyll-paginate
- jekyll-redirect-from
- jekyll-feed
- jekyll-seo-tag
- jekyll_picture_tag
- jekyll-remote-theme
- jekyll-target-blank
picture:
source: "_images"
output: "assets/img"
paginate: 10
paginate_path: "/page/:num/"
defaults:
-
scope:
path: ""
type: posts
values:
layout: post
-
scope:
path: ""
values:
layout: page
navigation:
-
name: Home
url: /
-
name: About
url: /about/
-
name: Now
url: /now/
-
name: Contact
url: /contact/
footer: |
Logo made by my friend [Salo](https://www.instagram.com/die_salo/). Thanks. :3
<br>Hosted on [GitHub Pages](https://github.com/stefandesu/exo.pm).
feed:
posts_limit: 20