blob: c83cd7c645afa5b288b041d21bab0fb33edeeb03 (
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@937c2703df1dde8a7318cfa9b7318a0bf202b4cc
# 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
|