2017-04-22 23:41:03 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
port: 4000
|
|
|
|
host: 0.0.0.0
|
|
|
|
safe: false
|
|
|
|
|
|
|
|
|
|
|
|
### site serving configuration ###
|
|
|
|
exclude: [CNAME, README.md, .gitignore, private.cfg, "temp", "archives", "casks"]
|
|
|
|
permalink: /:title ## disables post output
|
|
|
|
timezone: null
|
|
|
|
lsi: false
|
|
|
|
markdown: kramdown
|
|
|
|
|
|
|
|
|
|
|
|
### content configuration ###
|
|
|
|
title: "Nerd Fonts - Iconic font aggregator, collection, and patcher"
|
|
|
|
keywords: "fonts collection patched-fonts powerline shell statusline python iconic-fonts patcher FontForge font-awesome octicons font-linux SourceCodePro Hack Droid Sans Meslo AnonymousPro ProFont Inconsolata"
|
2017-08-24 23:16:37 +02:00
|
|
|
description: "Iconic font aggregator, collection, and patcher: 34 patched fonts: Hack, Source Code Pro, +. Popular glyph collections: Font Awesome, Octicons, +."
|
2017-04-23 02:41:49 +02:00
|
|
|
source_link: "https://github.com/ryanoasis/nerd-fonts"
|
2017-04-22 23:41:03 +02:00
|
|
|
favicon: "img/favicon.ico"
|
2017-04-23 02:41:49 +02:00
|
|
|
touch_icon: "img/apple-touch-icon.png"
|
|
|
|
google_analytics_key: "UA-91070609-1"
|
2017-04-22 23:41:03 +02:00
|
|
|
|
|
|
|
|
|
|
|
### template colors, used site-wide via css ###
|
|
|
|
colors:
|
|
|
|
black: '#111111'
|
2017-04-27 01:33:34 +02:00
|
|
|
gray: '#75715e'
|
2017-04-22 23:41:03 +02:00
|
|
|
white: '#f8f8f8'
|
|
|
|
purewhite: '#ffffff'
|
|
|
|
blue: '#49a7e9'
|
|
|
|
green: '#9bcf2f'
|
|
|
|
purple: '#c869bf'
|
|
|
|
orange: '#fab125'
|
|
|
|
turquoise: '#0fbfcf'
|
2017-04-23 02:43:22 +02:00
|
|
|
yellow: '#ffce3e'
|
2017-04-23 03:40:45 +02:00
|
|
|
red: '#de3c3c'
|
2017-04-22 23:41:03 +02:00
|
|
|
|
|
|
|
kramdown:
|
|
|
|
auto_ids: false
|
|
|
|
|