forked from piazzai/hacked-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
41 lines (35 loc) · 883 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
# this is only for search engines, it does not appear in the home
# as long as the json variables name and description are provided
title: nostr party
description: 𓅦 *ੈ✩‧
baseurl: ""
url: https://nostr.party
# this information is shown on the homepage, all fields are optional and
# can be declared either as a single string or as a string array/hash
json:
name: nostr.party
description:
- Hello!
- This tiny website
- Hosts nostr addresses
contact:
nostr: [email protected]
email: [email protected]
protocol:
about: https://nostr.com
apps: https://www.nostrapps.com
documentary: https://www.youtube.com/watch?v=aA-jiiepOrE
exclude:
- README.md
include:
- .well-known/
- _redirects
plugins:
- jekyll-seo-tag
- jekyll-sitemap
whitelist:
- jekyll-sitemap
sass:
sass_dir: _sass
style: compressed
sourcemap: never