48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
# Site settings
|
|
title: fašnmejkr
|
|
email: your-email@domain.com
|
|
description: > # this means to ignore newlines until "baseurl:"
|
|
Write an awesome description for your new site here. You can edit this
|
|
line in _config.yml. It will appear in your document head meta (for
|
|
Google search results) and in your feed.xml site description.
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
url: "http://yourdomain.com" # the base hostname & protocol for your site
|
|
|
|
# FIXME: Should be better structured
|
|
twitter_username: jekyllrb
|
|
github_username: jekyll
|
|
google_play: 'GDGX'
|
|
google_plus_com: '109485346959707049693' # Community link
|
|
google_plus_per: '+GDGManagua' #Personal link
|
|
facebook_app_id: 12345
|
|
|
|
# Layout settings
|
|
# FIXME: Should be renamed
|
|
header_type: default # values [ drawer, default ]
|
|
post_type: highlight # values [ highlight, default ]
|
|
pagination_type: default # values [ ops, default ]
|
|
|
|
disqus: false
|
|
disqus_shortname: 'gdgmanagua'
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
|
|
material:
|
|
primary: purple
|
|
secondary: pink
|
|
|
|
|
|
# Enable for Asciidoc
|
|
# gems:
|
|
# - jekyll-asciidoc
|
|
#
|
|
#
|
|
#asciidoc: {}
|
|
#asciidoctor:
|
|
# base_dir: :docdir
|
|
# safe: unsafe
|
|
# attributes:
|
|
# - idseparator=_
|
|
# - source-highlighter=coderay
|
|
# - icons=font
|