blob: 0618985d2e7d39dca64e5f3ad4c7f8d9fa89c10a (
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
|
# Jekyll
baseurl: /wireguard-config
exclude:
- Gemfile
- Gemfile.lock
- README.md
- vendor/
# Plugins
plugins:
- jekyll-github-metadata
- jekyll-remote-theme
# jekyll-github-metadata
repository: egor-tensin/wireguard-config
# jekyll-remote-theme
remote_theme: egor-tensin/jekyll-theme@62e6ee584a458044de208236b77e55eb6552744c
# Theme settings
settings:
project:
name: WireGuard configuration
description: Generate WireGuard configuration files
license: MIT License
license_file: LICENSE.txt
author:
name: Egor Tensin
email: Egor.Tensin@gmail.com
|