diff --git a/.gitignore b/.gitignore index 6459cf7..0e96dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ _site *.DS_store .jekyll-cache* +Gemfile.lock +.idea \ No newline at end of file diff --git a/Gemfile b/Gemfile index 1f2c6a8..1ea8cbc 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,5 @@ source "https://rubygems.org" gem 'github-pages' +gem "webrick" + diff --git a/_layouts/default.html b/_layouts/default.html index efe6dcc..b91a35d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -65,6 +65,9 @@ + diff --git a/recipes/index.md b/recipes/index.md new file mode 100644 index 0000000..1a872c8 --- /dev/null +++ b/recipes/index.md @@ -0,0 +1,25 @@ +--- +layout: default +title: "Asterios Katsifodimos | Assistant Professor, TU Delft" +recipes: + - {title: Meatballs with Red Sauce, url: meatballs-red-sauce.html} +--- +
+
+
Recipes
+
+ +{% for rcp in page.recipes %} +  +
+
+ {{ rcp.title }} +
+
+{% endif %} +{% endfor %} + +