blob: c0fc03fd39ff893bc16109371f0bf5237d3cd96c (
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@8a9c0239b65be52f064526b273968c4e2969b758
# Theme settings
settings:
project:
name: wireguard-config
description: Generate WireGuard configuration files
license: MIT License
license_file: LICENSE.txt
author:
name: Egor Tensin
email: Egor.Tensin@gmail.com
|