mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
# general configuration
|
|
url: https://spice2x.github.io/spice2x
|
|
baseurl: ''
|
|
|
|
# compass configuration
|
|
compass:
|
|
# an avatar or logo (optional)
|
|
# logo: "/images/compass.png"
|
|
# author will appear under the avatar (optional)
|
|
author: "spice2x"
|
|
title: "spice2x"
|
|
# tagline will appear under the title (optional)
|
|
tagline: "continuation of SpiceTools project"
|
|
description: "spice2x is an updated version of SpiceTools with support for new games & new features"
|
|
# if include_content is true, the contents of the content.html include will be
|
|
# added right above the generated item list, if present
|
|
include_content: true
|
|
# if include_analytics is true, the content of the analytics.html include will
|
|
# be added at the end of the <head> section. You can add your Google Analytics
|
|
# Tracking Code to that file.
|
|
include_analytics: false
|
|
# Twitter @username (as defined by the Twitter Card specs)
|
|
# twitter: ""
|
|
|
|
# exclude
|
|
exclude: ["CNAME", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
|
|
|
|
# Dependencies
|
|
markdown: kramdown
|
|
highlighter: rouge
|
|
|
|
# Permalinks
|
|
permalink: pretty
|