forked from chrisdaaz/forking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
39 lines (34 loc) · 1.03 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Site settings
title: Git for Librarians Shared Recipes
email: [email protected]
description: The plain text recipe database for hackers
baseurl: "https://chrisdaaz.github.io/forking"
language: "en"
lang_direction: "ltr"
color: "#007FFF"
twitter_username: chrisdaaz
github_username: chrisdaaz
# Build settings
markdown: kramdown
permalink: /:title:output_ext
collections:
recipes:
output: true
exclude: ['Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md']
translation:
en:
ingredients: "Ingredients"
directions: "Directions"
category: "Category"
nutritional_information: "Nutritional Information"
component_based: 'This is a <strong class="blue">component-based recipe</strong>.'
search: "Search"
subscribe: "Subscribe"
de:
ingredients: "Zutaten"
directions: "Zubereitung"
category: "Kategorie"
nutritional_information: "Nährwertangaben"
component_based: 'Dieses Rezept besteht aus <strong class="blue">mehreren Komponenten</strong>.'
search: "Suche"
subscribe: "Abonnieren"