forked from clarklab/chowdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (41 loc) · 1.17 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
40
41
42
43
44
45
46
# Site settings
title: Ma'am's Vittles
email: [email protected]
description: The plain text recipe database for hackers
baseurl: "https://recipes.shaffer.network"
language: "en"
lang_direction: "ltr"
color: "#007FFF"
twitter_username: andrewrshaffer
github_username: drewstopherlee
# 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"
theme: jekyll-theme-slate