git-secret/_config.yml

23 lines
768 B
YAML
Raw Normal View History

2016-02-22 21:06:34 +00:00
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: git-secret
email: mail@sobolevn.me
description: > # this means to ignore newlines until "baseurl:"
A bash-tool to store your private data inside a git repository.
2016-02-22 21:25:43 +00:00
baseurl: "/git-secret" # the subpath of your site, e.g. /blog
url: "http://sobolevn.github.io" # the base hostname & protocol for your site
2016-02-22 21:06:34 +00:00
github_username: sobolevn
2016-05-29 10:47:23 +00:00
# Seo settings:
gems:
- jekyll-seo-tag
2016-02-22 21:06:34 +00:00
# Build settings
markdown: kramdown