You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.1 KiB
52 lines
1.1 KiB
# Site wide configuration
|
|
|
|
title: Duplicati
|
|
description: Store securely encrypted backups on cloud storage services!
|
|
logo: # 120x120 px default image used for Twitter summary card
|
|
teaser: # 400x250 px default teaser image used in image archive grid
|
|
locale: en
|
|
url:
|
|
|
|
# Jekyll configuration
|
|
|
|
|
|
markdown: kramdown
|
|
sass:
|
|
sass_dir: _sass
|
|
style: compressed
|
|
permalink: /:categories/:title/
|
|
kramdown:
|
|
toc_levels: 1..2
|
|
highlighter: rouge
|
|
|
|
|
|
|
|
# Octopress configuration
|
|
|
|
# Default extensions
|
|
post_ext: md
|
|
page_ext: md
|
|
|
|
# Found in _templates/
|
|
post_layout: article
|
|
page_layout: article
|
|
|
|
# Format titles with titlecase?
|
|
titlecase: true
|
|
|
|
|
|
# Site owner
|
|
owner:
|
|
name: The Duplicati Team
|
|
email: opensource@duplicati.com
|
|
twitter:
|
|
google:
|
|
ad-client:
|
|
ad-slot:
|
|
bio:
|
|
avatar: bio-photo.jpg # 160x160 px image for author byline
|
|
disqus-shortname:
|
|
|
|
|
|
exclude: ["lib", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json"]
|
|
gems: ['jekyll-gist', 'jekyll-sitemap']
|
|
|