forked from fyne-io/fyne-io.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (34 loc) · 1.12 KB
/
_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
# Site settings
title: Fyne.io
email: info@fyne.io
description: >- # this means to ignore newlines until "baseurl:"
Website for the Fyne app development framework.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://fyne.io" # the base hostname & protocol for your site, e.g. http://example.com
headline: Your beautiful new<br>open source desktop
blog-headline: The latest news from the Fyne community
twitter_username: fyne_io
github_username: fyne-io
slack_channel: fyne
git_address: https://github.com/fyne-io/fyne-io.github.io
git_edit_address: https://github.com/fyne-io/fyne-io.github.io/tree/master
# theme options from https://bootswatch.com/3/
# comment out this to use default Bootstrap
bootwatch: slate # cerulean cosmo custom cyborg darkly flatly journal lumen readable sandstone simplex slate solar spacelab superhero united yeti
# Build settings
markdown: kramdown
highlighter: rouge
# Plugins (previously gems:)
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
- vendor
timezone: Europe/Berlin