mirror of
https://github.com/zrgn/zrgn.github.io
synced 2024-11-16 05:38:41 +00:00
33 lines
696 B
YAML
33 lines
696 B
YAML
title: Zargon
|
|
email: webmaster@zargon.us
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
The home for Zargon on the web
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
url: "https://zargon.us"
|
|
|
|
# Exclude from processing.
|
|
# The following items will not be processed, by default. Create a custom list
|
|
# to override the default setting.
|
|
exclude:
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- bower_components
|
|
- bower.json
|
|
- scripts
|
|
- LICENSE
|
|
- .gitignore
|
|
- package.json
|
|
- package-lock.json
|
|
- node_modules
|
|
- README.md
|
|
- Gruntfile.js
|
|
- .eslintrc.json
|
|
|
|
defaults:
|
|
- scope:
|
|
path: "presentations"
|
|
values:
|
|
layout: "presentation"
|
|
|
|
kramdown:
|
|
hard_wrap: false
|