-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md
- Loading branch information
Pawel Oziomek
committed
Apr 12, 2023
1 parent
8ebf336
commit 2ecf2ea
Showing
25 changed files
with
405 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -368,4 +368,7 @@ FodyWeavers.xsd | |
*.zip | ||
*.rar | ||
|
||
*.scss | ||
*.css.map | ||
|
||
tutorial.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"illustration": "illustration", | ||
"ingredientsHeader": "Ingredients", | ||
"stepsHeader": "Steps" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"illustration": "ilustracja", | ||
"ingredientsHeader": "Składniki", | ||
"stepsHeader": "Kroki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{{~ if section == 'main'}} | ||
<h1>{{ page.title }}</h1> | ||
<p>{{ page.description }}</p> | ||
<ul> | ||
<p>{{ page.description }}:</p> | ||
<ul class="recipe-list"> | ||
{{ for $link in uni_page.links | ||
$recipeData = load_model main_path + '/recipes/' + $link }} | ||
<li><a href="recipes/{{ $link }}.html">{{ $recipeData.title }}</a></li> | ||
{{ end }} | ||
</ul> | ||
{{ end }} | ||
{{~ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{{~ if section == 'stylesheets'}} | ||
<link rel="stylesheet" href="/recipes/recipes.css"> | ||
{{~ end -}} | ||
{{~ if section == 'main' | ||
load_partial (global_path + '/_recipe') page uni_page | ||
end ~}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{{~ if section == 'stylesheets'}} | ||
<link rel="stylesheet" href="/recipes/recipes.css"> | ||
{{~ end -}} | ||
{{~ if section == 'main' | ||
load_partial (global_path + '/_recipe') page uni_page | ||
end ~}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{{~ if section == 'stylesheets'}} | ||
<link rel="stylesheet" href="/recipes/recipes.css"> | ||
{{~ end -}} | ||
{{~ if section == 'main' | ||
load_partial (global_path + '/_recipe') page uni_page | ||
end ~}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.