blob: 0597cadffd44466276fcd836a3d5f5611f28f2c1 (
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
|
# Jekyll
baseurl: /wireguard-config
host: 0.0.0.0
open_url: true
show_drafts: true
strict_front_matter: true
exclude:
- .wget/
- DEVELOPMENT.md
- Makefile
- prelude.mk
- README.md
- package.json
- package-lock.json
# Plugins
plugins:
- jekyll-github-metadata
- jekyll-remote-theme
- jekyll-tidy
# jekyll-github-metadata
repository: egor-tensin/wireguard-config
# jekyll-remote-theme
remote_theme: egor-tensin/jekyll-theme@e000b4d38754517f3609443ed6314dad3f0a3b5d
# Theme settings
settings:
project:
name: WireGuard configuration
author:
name: Egor Tensin
email: egor@tensin.name
links:
- {rel: apple-touch-icon, sizes: 180x180, href: /assets/favicon/apple-touch-icon.png}
- {rel: icon, type: image/png, sizes: 32x32, href: /assets/favicon/favicon-32x32.png}
- {rel: icon, type: image/png, sizes: 16x16, href: /assets/favicon/favicon-16x16.png}
- {rel: manifest, href: /assets/favicon/site.webmanifest}
|