From 40747b61c9a4954b71dbde908bf2d8fd233caf30 Mon Sep 17 00:00:00 2001 From: Ivanna <33544598+evanca@users.noreply.github.com> Date: Tue, 11 Feb 2020 11:25:26 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dcfdfdb196..1ede42c99a5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ ## Developer Portfolio Landing Page Template +### Introduction + Use this template if you need a quick developer / data science portfolio! Based on a Minimal Jekyll theme for GitHub Pages. +### Installation + See full step by step tutorial [on Medium](https://medium.com/@evanca/set-up-your-portfolio-website-in-less-than-10-minutes-with-github-pages-d0efa8ff56fd). ___ @@ -35,9 +39,12 @@ Syntax highlighted code block For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). +### Roadmap + +See the [open issues](https://github.com/evanca/machine-learning_optimizing-app-offers-with-starbucks/issues) for a list of proposed features (and known issues). ___ -References: +### References [1] Jekyll theme "Minimal" for GitHub Pages: https://github.com/pages-themes/minimal (CC0 1.0 Universal License)
[2] Dummy photo via: https://pixabay.com/photos/man-male-adult-person-caucasian-1209494/ (Pixabay License) From e4abbeb4a2b70d4c18d7ef2ab3d1b0107ba36158 Mon Sep 17 00:00:00 2001 From: Ivanna <33544598+evanca@users.noreply.github.com> Date: Sat, 29 Feb 2020 10:25:38 +0200 Subject: [PATCH 2/2] Create default.html If you'd like to change the theme's HTML layout, customize this file. Resolves: #9 --- _layouts/default.html | 65 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000000..9ed409ad7f6 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,65 @@ + + + + + + + +{% seo %} + + + + +
+
+

{{ site.title | default: site.github.repository_name }}

+ + {% if site.logo %} + Logo + {% endif %} + +

{{ site.description | default: site.github.project_tagline }}

+ + {% if site.github.is_project_page %} +

View the Project on GitHub {{ site.github.repository_nwo }}

+ {% endif %} + + {% if site.github.is_user_page %} +

View My GitHub Profile

+ {% endif %} + + {% if site.show_downloads %} + + {% endif %} +
+
+ + {{ content }} + +
+ +
+ + {% if site.google_analytics %} + + {% endif %} + +