57 lines
1.3 KiB
YAML
57 lines
1.3 KiB
YAML
# Jekyll configuration
|
|
|
|
name: TETRIS 2000
|
|
description: Yet another Tetris clone
|
|
|
|
# Url is currently only used only for the RSS feed in feed.xml
|
|
url: http://adrienmalin.github.io
|
|
#url: http://localhost:4000
|
|
|
|
# For a project page here should be a project name. Otherwise (for user's/organization's page leave it empty)
|
|
baseurl: '/TETRIS2000'
|
|
|
|
author: Adrien Malin
|
|
copyright: MIT licence
|
|
|
|
share:
|
|
facebook: false
|
|
twitter: false
|
|
gplus: false
|
|
linkedin: false
|
|
pinterest: false
|
|
email: false
|
|
|
|
social:
|
|
github: adrienmalin
|
|
stackoverflow:
|
|
linkedin:
|
|
instagram:
|
|
lastfm:
|
|
rss:
|
|
|
|
# Google Analytics key, leave blank to ignore
|
|
google_analytics_key:
|
|
# Yandex metrica (https://metrica.yandex.com/) leave blank to ignore or put true to use
|
|
yandex_metrica:
|
|
|
|
|
|
# Set this to your disqus shortname to enable comments. Note that the 'comments'
|
|
# setting below must also be true. Individual posts can override 'comments' to
|
|
# disable on a post-by-post basis
|
|
disqus:
|
|
comments: false
|
|
|
|
permalink: /:year/:month/:title
|
|
|
|
# Enable for using pages, more details are here: http://jekyllrb.com/docs/pagination/
|
|
#paginate: 3
|
|
|
|
#highlighter: rouge
|
|
|
|
markdown: kramdown
|
|
kramdown:
|
|
input: GFM # Enable GitHub Flavored Markdown (fenced code blocks)
|
|
hard_wrap: true
|
|
|
|
exclude: ['README.md', 'LICENSE']
|