forked from clarklab/chowdown
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
121 lines (114 loc) · 3.58 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Site settings
title: La cuisine de Jiminy
email: panozpublishingteam@gmail.com
description: "Des recettes Fitness & Pâtisserie"
baseurl: "https://jaypanoz.github.io/cuisine"
language: "fr"
lang_direction: "ltr"
color: "#f79804"
twitter_username: JiminyPan
github_username: JayPanoz
# Build settings
markdown: kramdown
future: true
permalink: /:title:output_ext
collections:
components:
output: true
recipes:
output: true
posts:
permalink: /:collection/:title:output_ext
plugins:
- jekyll-paginate-v2
pagination:
enabled: true
permalink: '/home-:num/'
collection: 'recipes'
per_page: 18
sort_field: 'title'
trail:
before: 1
after: 1
exclude: ['Gemfile.lock', 'Rakefile', 'README.md']
translation:
en:
recipes: "Recipes"
components: "Components"
ingredients: "Ingredients"
directions: "Directions"
category: "Category"
nutritional_information: "Nutritional Information"
nutritional_score: "Nutritional Score:"
nutri_table: "Nutrition facts per…"
component_based: 'This is a <strong class="accent">component-based recipe</strong>.'
search: "Search"
search_placeholder: "for title or ingredients…"
no_result: "No results found"
blog: "Blog"
subscribe: "Subscribe"
read_more: "Read More"
yield: "Yield"
prep: "Prep"
cook: "Cook"
totaltime: "Total"
storage: "Storage"
tip: "Tip"
more: "Discover more"
paginator_first: "First"
paginator_previous: "Previous"
paginator_next: "Next"
paginator_last: "Last"
browse_by: "Browse by:"
collections: "Collections"
collections_browse: "No recipes are marked as being part of a collection."
courses: "Courses"
course_browse: "No recipes are marked as being for a specific course."
cuisines: "Cuisines"
cuisine_browse: "No recipes are marked as being for a specific cuisine."
diets: "Diets"
diet_browse: "No recipes are marked as being for a specific diet."
scores: "Nutrition"
scores_browse: "No recipes are scored."
tags: "Tags"
tag_browse: "No recipes have any tags yet."
fr:
recipes: "Recettes"
components: "Préparations"
ingredients: "Ingrédients"
directions: "Instructions"
category: "Catégorie"
nutritional_information: "Nutrition"
nutritional_score: "Score:"
nutri_table: "Valeurs nutritionnelles moyennes par…"
component_based: 'Cette recette est composée <strong class="accent">d’une ou plusieurs préparations</strong>.'
search: "Recherche"
search_placeholder: "Par titre ou ingrédients…"
no_result: "Aucun résultat"
blog: "Blog"
subscribe: "S’abonner"
read_more: "Lire le billet"
yield: Parts
prep: "Prép."
cook: "Cuisson"
totaltime: "Total"
storage: "Conservation"
tip: "Astuce"
more: "Découvrez plus"
paginator_first: "Début"
paginator_previous: "Précédent"
paginator_next: "Suivant"
paginator_last: "Fin"
browse_by: "Naviguer par:"
collections: "Collections"
collections_browse: "Aucune recette n’a encore été ajoutée à une collection."
courses: "Types de plat"
course_browse: "Aucune recette n’a encore été taggée pour un type de plat."
cuisines: "Types de cuisine"
cuisine_browse: "Aucune recette n’a encore été taggée pour un type de cuisine."
diets: "Régimes alimentaires"
diet_browse: "Aucune recette n’a encore été taggée pour un type de régime alimentaire."
scores: "Nutrition"
scores_browse: "Aucune recette n’a encore été notée."
tags: "Tags"
tag_browse: "Aucune recette n’a encore été taggée."