fchat-rising/docs/_config.yml

73 lines
2.0 KiB
YAML
Raw Normal View History

2020-06-19 13:48:23 -05:00
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: F-Chat Rising
email: nope@nope.com
description: >- # this means to ignore newlines until "baseurl:"
2021-01-30 11:42:10 -06:00
A heavily customized F-Chat 3.0 client
2020-06-21 14:21:04 -05:00
baseurl: "/fchat-rising" # the subpath of your site, e.g. /blog
2020-06-19 13:48:23 -05:00
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: mrstallion
2020-06-19 14:34:34 -05:00
show_downloads: true
2020-06-19 13:48:23 -05:00
# Build settings
markdown: kramdown
# theme: jekyll-theme-slate
2020-06-19 14:46:46 -05:00
# plugins:
# - jekyll-feed
2020-06-19 13:48:23 -05:00
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
2020-06-19 14:46:46 -05:00
exclude:
- summary.psd
2021-01-29 16:12:34 -06:00
- logos.psd
2020-06-19 14:46:46 -05:00
2020-06-19 13:48:23 -05:00
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
2020-06-19 13:50:32 -05:00
2020-06-19 14:34:34 -05:00
theme: jekyll-theme-slate
2020-06-28 17:59:15 -05:00
changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md
2020-06-19 14:34:34 -05:00
download:
2021-09-07 01:14:35 -05:00
version: 1.14.0
2020-06-21 13:36:52 -05:00
2020-10-10 10:28:51 -05:00
url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL%
downloads:
- type: win
name: Windows
tail: win.exe
size: 75 MB
- type: mac
name: MacOS
tail: macos.dmg
size: 76 MB
- type: linux
name: Linux
tail: linux.AppImage
size: 76 MB
2020-06-19 14:34:34 -05:00