-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
34 lines (27 loc) · 898 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
title: Your awesome title
author: Aurora Free Open Source Software
email: admin@aurorafoss.org
description: > # this means to ignore newlines until "twitter_username:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
# site settings
url: https://fuzzy.aurorafoss.org
# social links
twitter: aurorafossorg
facebook: aurorafossorg
gitlab: aurorafossorg
github: aurorafossorg
discord_url: https://discord.gg/Tsb2gpk
rss: rss
# post settings
disqus_shortname: aurorafossorgfuzzy
show_excerpts: true
markdown: kramdown
theme: fuzzy-theme
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
exclude: [vendor, "Gemfile", "Gemfile.lock", ".gitlab-ci.yml", "build", "fuzzy-theme.gemspec", "CNAME", "docs"]