nerd-fonts/_config.yml

62 lines
2 KiB
YAML
Raw Normal View History

---
port: 4004
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 ###
2019-08-04 13:50:35 +02:00
title: "Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts 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"
2019-08-04 13:50:35 +02:00
description: "Iconic font aggregator, collection, & patcher: 3,600+ glyph/icons, 40+ patched fonts: Hack, Source Code Pro, more. Popular glyph collections: Font Awesome, Octicons, Material Design Icons, and more"
2019-07-25 23:21:26 +02:00
source_link: "https://github.com/ryanoasis/nerd-fonts/tree/gh-pages"
2019-07-27 16:01:25 +02:00
favicon: "assets/img/favicon.ico"
touch_icon: "assets/img/apple-touch-icon.png"
2017-04-23 02:41:49 +02:00
google_analytics_key: "UA-91070609-1"
2020-02-01 17:43:14 +01:00
current_version: 2.1.0
### template colors, used site-wide via css ###
colors:
black: '#111111'
2017-04-27 01:33:34 +02:00
gray: '#75715e'
white: '#f8f8f8'
purewhite: '#ffffff'
2019-08-04 18:15:18 +02:00
blue: '#1E5D8A'
2019-08-18 19:21:50 +02:00
green: '#0C640C'
purple: '#BA45AE'
orange: '#fab125'
turquoise: '#0fbfcf'
2017-04-23 02:43:22 +02:00
yellow: '#ffce3e'
2017-04-23 03:40:45 +02:00
red: '#de3c3c'
sass:
style: compressed
# More http://kramdown.gettalong.org/quickref.html
# Options http://kramdown.gettalong.org/options.html
kramdown:
auto_ids: false
input: GFM
# https://github.com/jekyll/jekyll/pull/4090
syntax_highlighter: rouge
# Rouge Highlighter in Kramdown http://kramdown.gettalong.org/syntax_highlighter/rouge.html
# span, block element options fall back to global
syntax_highlighter_opts:
# Rouge Options https://github.com/jneen/rouge#full-options
css_class: 'highlight'
#line_numbers: true # bad idea, spans don't need linenos and would inherit this option
span:
line_numbers: false
block:
line_numbers: true
start_line: 1