mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
21 lines
645 B
YAML
21 lines
645 B
YAML
# Site settings
|
|
title: git-secret
|
|
email: mail@sobolevn.me
|
|
description: A bash-tool to store your private data inside a git repository.
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
url: "git-secret.io" # the base hostname & protocol for your site
|
|
|
|
# Github links:
|
|
github_username: sobolevn
|
|
github_changelog: "https://github.com/sobolevn/git-secret/blob/master/CHANGELOG.md"
|
|
github_plugins: "https://github.com/sobolevn/git-secret/wiki/Third-party-plugins"
|
|
github_using: "https://github.com/sobolevn/git-secret/wiki/Who-uses"
|
|
|
|
# Seo settings:
|
|
plugins:
|
|
- jekyll-seo-tag
|
|
- jekyll-environment-variables
|
|
|
|
# Build settings
|
|
markdown: kramdown
|