2019-03-20 05:53:14 +00:00
|
|
|
---
|
|
|
|
# Theme
|
|
|
|
remote_theme: mmistakes/minimal-mistakes@4.15.2
|
|
|
|
minimal_mistakes_skin: default
|
2016-09-07 03:18:34 +00:00
|
|
|
|
|
|
|
# Site Settings
|
2019-03-20 05:53:14 +00:00
|
|
|
locale: en-US
|
|
|
|
title: yadm
|
|
|
|
title_separator: "-"
|
|
|
|
name: Tim Byrne
|
|
|
|
description: Yet Another Dotfiles Manager
|
|
|
|
url: https://yadm.io
|
|
|
|
repository: TheLocehiliosan/yadm
|
2016-09-07 03:18:34 +00:00
|
|
|
|
|
|
|
# Social Sharing
|
|
|
|
twitter:
|
2019-03-20 05:53:14 +00:00
|
|
|
username: TheLocehiliosan
|
|
|
|
|
|
|
|
footer:
|
|
|
|
links:
|
|
|
|
- label: "GitHub"
|
|
|
|
icon: "fab fa-fw fa-github"
|
|
|
|
url: https://github.com/TheLocehiliosan
|
|
|
|
- label: "Twitter"
|
|
|
|
icon: "fab fa-fw fa-twitter-square"
|
|
|
|
url: https://twitter.com/TheLocehiliosan
|
2019-11-13 02:21:32 +00:00
|
|
|
- label: "Privacy Policy"
|
|
|
|
icon: "fas fa-fw fa-user-shield"
|
|
|
|
url: /privacy
|
2019-03-20 05:53:14 +00:00
|
|
|
|
|
|
|
atom_feed: false
|
|
|
|
# path: false
|
2016-09-07 03:18:34 +00:00
|
|
|
|
|
|
|
# Analytics
|
|
|
|
analytics:
|
2019-03-20 05:53:14 +00:00
|
|
|
provider: google-universal
|
2016-09-07 03:18:34 +00:00
|
|
|
google:
|
2019-03-20 05:53:14 +00:00
|
|
|
tracking_id: UA-83783540-1
|
2019-11-13 08:55:17 +00:00
|
|
|
gtm: GTM-55MC869
|
2016-09-07 03:18:34 +00:00
|
|
|
|
|
|
|
# Site Author
|
|
|
|
author:
|
2019-03-20 05:53:14 +00:00
|
|
|
name: Tim Byrne
|
|
|
|
email: sultan@locehilios.com
|
|
|
|
links:
|
|
|
|
- label: Email
|
|
|
|
icon: fas fa-fw fa-envelope-square
|
|
|
|
url: mailto:sultan@locehilios.com
|
|
|
|
- label: Twitter
|
|
|
|
icon: fab fa-fw fa-twitter-square
|
|
|
|
url: https://twitter.com/TheLocehiliosan
|
|
|
|
- label: GitHub
|
|
|
|
icon: fab fa-fw fa-github
|
|
|
|
url: https://github.com/TheLocehiliosan
|
2016-09-07 03:18:34 +00:00
|
|
|
|
|
|
|
# Reading Files
|
|
|
|
include:
|
2019-03-20 05:53:14 +00:00
|
|
|
- _docs
|
2016-09-07 03:18:34 +00:00
|
|
|
- _pages
|
|
|
|
exclude:
|
2019-03-20 05:53:14 +00:00
|
|
|
- CNAME
|
|
|
|
- Gemfile*
|
2016-09-07 03:19:05 +00:00
|
|
|
- Makefile
|
2019-03-20 05:53:14 +00:00
|
|
|
- docker-compose.yml
|
|
|
|
- test*
|
2016-09-07 03:18:34 +00:00
|
|
|
keep_files:
|
|
|
|
- .git
|
2019-03-20 05:53:14 +00:00
|
|
|
encoding: utf-8
|
|
|
|
markdown_ext: markdown,mkdown,mkdn,mkd,md
|
2016-09-07 03:18:34 +00:00
|
|
|
|
|
|
|
# Conversion
|
|
|
|
markdown: kramdown
|
|
|
|
highlighter: rouge
|
|
|
|
lsi: false
|
|
|
|
excerpt_separator: "\n\n"
|
|
|
|
incremental: false
|
|
|
|
|
|
|
|
# Markdown Processing
|
|
|
|
kramdown:
|
|
|
|
input: GFM
|
|
|
|
hard_wrap: false
|
|
|
|
auto_ids: true
|
|
|
|
footnote_nr: 1
|
|
|
|
entity_output: as_char
|
2019-12-06 14:21:18 +00:00
|
|
|
toc_levels: 1..2
|
2016-09-07 03:18:34 +00:00
|
|
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
|
|
|
enable_coderay: false
|
|
|
|
|
2016-09-07 03:19:05 +00:00
|
|
|
# Collections
|
|
|
|
collections:
|
|
|
|
docs:
|
|
|
|
output: true
|
|
|
|
permalink: /:collection/:path/
|
|
|
|
|
2016-09-07 03:18:34 +00:00
|
|
|
# Sass/SCSS
|
|
|
|
sass:
|
|
|
|
sass_dir: _sass
|
2019-03-20 05:53:14 +00:00
|
|
|
style: compressed
|
2016-09-07 03:18:34 +00:00
|
|
|
|
|
|
|
# Outputting
|
|
|
|
permalink: /:categories/:title/
|
2019-03-20 05:53:14 +00:00
|
|
|
# paginate: 5
|
|
|
|
# paginate_path: /page:num/
|
2016-09-07 03:18:34 +00:00
|
|
|
|
2019-03-20 05:53:14 +00:00
|
|
|
# Plugins (previously gems:)
|
|
|
|
plugins:
|
2016-09-07 03:18:34 +00:00
|
|
|
- jekyll-paginate
|
|
|
|
- jekyll-sitemap
|
|
|
|
- jekyll-gist
|
|
|
|
- jekyll-feed
|
|
|
|
- jemoji
|
2019-03-20 05:53:14 +00:00
|
|
|
- jekyll-include-cache
|
2016-09-07 03:18:34 +00:00
|
|
|
|
|
|
|
# mimic GitHub Pages with --safe
|
|
|
|
whitelist:
|
|
|
|
- jekyll-paginate
|
|
|
|
- jekyll-sitemap
|
|
|
|
- jekyll-gist
|
|
|
|
- jekyll-feed
|
|
|
|
- jemoji
|
2019-03-20 05:53:14 +00:00
|
|
|
- jekyll-include-cache
|
2016-09-07 03:18:34 +00:00
|
|
|
|
|
|
|
# Archives
|
|
|
|
# Type
|
2019-03-20 05:53:14 +00:00
|
|
|
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid
|
|
|
|
# (default)
|
2016-09-07 03:18:34 +00:00
|
|
|
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
|
|
|
|
# Path (examples)
|
|
|
|
# - Archive page should exist at path when using Liquid method or you can
|
|
|
|
# expect broken links (especially with breadcrumbs enabled)
|
|
|
|
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
|
|
|
|
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
|
|
|
|
# - <base_path/my-awesome-category/index.html ~> path: /
|
|
|
|
category_archive:
|
|
|
|
type: liquid
|
|
|
|
path: /categories/
|
|
|
|
tag_archive:
|
|
|
|
type: liquid
|
|
|
|
path: /tags/
|
|
|
|
# https://github.com/jekyll/jekyll-archives
|
|
|
|
# jekyll-archives:
|
|
|
|
# enabled:
|
|
|
|
# - categories
|
|
|
|
# - tags
|
|
|
|
# layouts:
|
|
|
|
# category: archive-taxonomy
|
|
|
|
# tag: archive-taxonomy
|
|
|
|
# permalinks:
|
|
|
|
# category: /categories/:name/
|
|
|
|
# tag: /tags/:name/
|
|
|
|
|
|
|
|
# HTML Compression
|
|
|
|
# - http://jch.penibelst.de/
|
|
|
|
compress_html:
|
|
|
|
clippings: all
|
|
|
|
ignore:
|
2016-09-07 03:19:05 +00:00
|
|
|
envs: development
|
2019-03-20 05:53:14 +00:00
|
|
|
|
|
|
|
# Defaults
|
|
|
|
defaults:
|
|
|
|
- scope:
|
|
|
|
path: ""
|
|
|
|
type: docs
|
|
|
|
values:
|
|
|
|
layout: single
|
|
|
|
read_time: false
|
|
|
|
author_profile: false
|
|
|
|
share: false
|
|
|
|
comments: false
|
|
|
|
sidebar:
|
|
|
|
nav: docs
|