mirror of
https://github.com/zrgn/zrgn.github.io
synced 2024-11-15 21:28:40 +00:00
8ed543ba82
- no single leader statement - unification of language
33 lines
707 B
YAML
33 lines
707 B
YAML
title: Zargon
|
|
email: webmaster@zrgn.github.io
|
|
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://zrgn.github.io/"
|
|
|
|
# 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
|