mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
f6a5fe6e22
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
68 lines
2.1 KiB
YAML
Executable File
68 lines
2.1 KiB
YAML
Executable File
---
|
|
|
|
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 ###
|
|
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-logos font-linux SourceCodePro Hack Droid Sans Meslo AnonymousPro ProFont Inconsolata"
|
|
description: "Iconic font aggregator, collection, & patcher: 9,000+ glyph/icons, 50+ patched fonts: Hack, Source Code Pro, more. Popular glyph collections: Font Awesome, Octicons, Material Design Icons, and more"
|
|
source_link: "https://github.com/ryanoasis/nerd-fonts/tree/gh-pages"
|
|
favicon: "assets/img/favicon.ico"
|
|
touch_icon: "assets/img/apple-touch-icon.png"
|
|
google_analytics_key: "UA-91070609-1"
|
|
adsbygoogle: false
|
|
current_version: 3.0.1
|
|
metrics:
|
|
icons: 9,014
|
|
fonts: 52
|
|
combinations: ?? million
|
|
|
|
|
|
### template colors, used site-wide via css ###
|
|
colors:
|
|
black: '#111111'
|
|
gray: '#75715e'
|
|
white: '#f8f8f8'
|
|
purewhite: '#ffffff'
|
|
blue: '#1E5D8A'
|
|
green: '#0C640C'
|
|
purple: '#BA45AE'
|
|
orange: '#fab125'
|
|
turquoise: '#0fbfcf'
|
|
yellow: '#ffce3e'
|
|
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
|