atlantafx/docs/_config.yml

36 lines
1.4 KiB
YAML
Raw Normal View History

2022-09-08 02:50:41 -04:00
# 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: AtlantaFX
description: >- # this means to ignore newlines until "baseurl:"
Modern JavaFX CSS theme collection with additional controls.
2022-09-08 03:02:32 -04:00
baseurl: "/" # the subpath of your site, e.g. /blog
2022-09-09 06:32:29 -04:00
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2022-09-08 02:50:41 -04:00
github_username: mkpaz
# Build settings
markdown: kramdown
remote_theme: just-the-docs/just-the-docs
search_enabled: true
2022-09-09 06:32:29 -04:00
logo: "/assets/images/logo.jpg"
2022-09-08 02:50:41 -04:00
# The following items will not be processed, by default.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/