# Site settings
|
|
title: chow.chromic.org
|
|
email: chimo@chromic.org
|
|
description: Random recipes
|
|
baseurl: "https://chow.chromic.org"
|
|
language: "en"
|
|
lang_direction: "ltr"
|
|
color: "#007FFF"
|
|
twitter_username: chim0
|
|
github_username: chimo
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
|
|
permalink: /:title:output_ext
|
|
|
|
collections:
|
|
components:
|
|
output: true
|
|
recipes:
|
|
output: true
|
|
|
|
exclude: ['Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md']
|
|
|
|
translation:
|
|
en:
|
|
components: "Components"
|
|
ingredients: "Ingredients"
|
|
directions: "Directions"
|
|
category: "Category"
|
|
nutritional_information: "Nutritional Information"
|
|
component_based: 'This is a <strong class="blue">component-based recipe</strong>.'
|
|
search: "Search"
|
|
blog: "Blog"
|
|
subscribe: "Subscribe"
|
|
de:
|
|
components: "Komponenten"
|
|
ingredients: "Zutaten"
|
|
directions: "Zubereitung"
|
|
category: "Kategorie"
|
|
nutritional_information: "Nährwertangaben"
|
|
component_based: 'Dieses Rezept besteht aus <strong class="blue">mehreren Komponenten</strong>.'
|
|
search: "Suche"
|
|
blog: "Blog"
|
|
subscribe: "Abonnieren"
|