mirror of
https://github.com/romancm/gamebrary
synced 2024-12-03 16:29:12 +00:00
37 lines
786 B
YAML
Executable file
37 lines
786 B
YAML
Executable file
|
|
exclude:
|
|
- "/vendor/"
|
|
- "Gemfile"
|
|
- "Gemfile.lock"
|
|
- "README.md"
|
|
- "LICENSE.md"
|
|
- "*.gemspec"
|
|
|
|
keep_files:
|
|
- "CNAME"
|
|
- ".git"
|
|
- ".gitignore"
|
|
|
|
|
|
# Site settings
|
|
title: Airspace
|
|
subtitle: "A free HTML5 agency template"
|
|
url: "http://ndrewtl.github.io" # the base hostname & protocol for your site
|
|
# baseurl: "/the/subpath/of/your/site" # Set this value to "" if you want your site to be root
|
|
baseurl: "/airspace-jekyll"
|
|
cover: "/assets/cover.png"
|
|
logo: "/assets/logo.png"
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
|
|
# Google analytics
|
|
# ga_tracking_id: "UA-XXXX-1"
|
|
|
|
# Category descriptions (for archive pages)
|
|
descriptions:
|
|
- cat: jekyll
|
|
desc: "Posts describing Jekyll setup techniques."
|
|
|
|
- cat: dummy
|
|
desc: "Just some placeholder posts, lorem ipsum and the rest."
|