Fork-Awesome/_config.yml

57 lines
1.5 KiB
YAML
Raw Normal View History

safe: false
2013-05-17 02:57:02 +02:00
port: 7998
baseurl: /Font-Awesome/ # Where GitHub serves the project up from
url: http://localhost:7998
2013-06-07 17:10:09 +02:00
source: src
destination: _gh_pages
2013-06-07 17:10:09 +02:00
plugins: src/_plugins
2013-05-03 05:16:41 +02:00
pygments: true
2013-05-17 02:57:02 +02:00
permalink: pretty
2013-05-03 05:16:41 +02:00
2013-06-12 16:33:11 +02:00
# ensures SCSS files are compiled
include: [_*.scss]
2013-05-17 03:00:50 +02:00
# used in building icon pages
2013-06-07 17:10:09 +02:00
icon_meta: src/icons.yml
icon_layout: icon.html # Relative to _layouts directory
icon_destination: icon # Relative to destination
2013-05-23 22:22:45 +02:00
fontawesome:
version: 4.3.0
minor_version: 4.3
doc_blob: v4.3.0
2013-05-07 19:45:09 +02:00
url: http://fontawesome.io
legacy_url: http://fortawesome.github.com/Font-Awesome/
blog_url: http://blog.fontawesome.io
2013-05-11 02:13:47 +02:00
twitter: fontawesome
tagline: The iconic font and CSS toolkit
css_prefix: fa
author:
name: Dave Gandy
2013-05-07 19:45:09 +02:00
email: dave@fontawesome.io
2013-06-26 17:41:16 +02:00
twitter: davegandy
github: davegandy
github:
url: https://github.com/FortAwesome/Font-Awesome
project: Font-Awesome
org: FortAwesome
2013-05-23 22:22:45 +02:00
license:
font:
version: SIL OFL 1.1
url: http://scripts.sil.org/OFL
code:
version: MIT License
url: http://opensource.org/licenses/mit-license.html
documentation:
version: CC BY 3.0
url: http://creativecommons.org/licenses/by/3.0/
bootstrap:
version: 3.3.5
url: http://getbootstrap.com
2013-10-06 16:08:09 +02:00
jquery:
version: 1.11.3