From 8aef91429aefe9a9131c034607e4b6ba01cd643a Mon Sep 17 00:00:00 2001 From: ponicboy Date: Mon, 13 Mar 2017 02:44:03 -0700 Subject: [PATCH 1/8] Update 2014-08-19-page-fullwidth.md --- _posts/design/2014-08-19-page-fullwidth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/design/2014-08-19-page-fullwidth.md b/_posts/design/2014-08-19-page-fullwidth.md index add2e44c14b..f12c7a45a69 100755 --- a/_posts/design/2014-08-19-page-fullwidth.md +++ b/_posts/design/2014-08-19-page-fullwidth.md @@ -25,7 +25,7 @@ header: - +
From 04990b41e6acd70e213a0c0df8ad72dfff3945c8 Mon Sep 17 00:00:00 2001 From: ponicboy Date: Mon, 13 Mar 2017 02:46:23 -0700 Subject: [PATCH 2/8] Update frontpage.html --- _layouts/frontpage.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html index 4c7421d8161..5bd40b70066 100644 --- a/_layouts/frontpage.html +++ b/_layouts/frontpage.html @@ -31,7 +31,20 @@ {% endif %}
+{% include trinket-open type='python' %} +import turtle +tina = turtle.Turtle() + +for c in ['red', 'green', 'yellow', 'blue']: + tina.color(c) + tina.forward(75) + tina.left(90) + +tina.penup() +tina.backward(100) +tina.write("Hello world!") +{% include trinket-close %} {% comment %} * From 39a9c0e9dca1ee32c45e79ae5b319eb40cebc1be Mon Sep 17 00:00:00 2001 From: ponicboy Date: Mon, 13 Mar 2017 02:47:15 -0700 Subject: [PATCH 3/8] Create trinket-open --- _includes/trinket-open | 1 + 1 file changed, 1 insertion(+) create mode 100644 _includes/trinket-open diff --git a/_includes/trinket-open b/_includes/trinket-open new file mode 100644 index 00000000000..6046502807e --- /dev/null +++ b/_includes/trinket-open @@ -0,0 +1 @@ + From b9ef602406aae90f1d3a200c75fb815ee805141a Mon Sep 17 00:00:00 2001 From: ponicboy Date: Mon, 13 Mar 2017 02:49:48 -0700 Subject: [PATCH 5/8] Update 2014-10-09-header-full-width-image.md --- _posts/design/2014-10-09-header-full-width-image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/design/2014-10-09-header-full-width-image.md b/_posts/design/2014-10-09-header-full-width-image.md index c1724578d49..fc986ed92ae 100755 --- a/_posts/design/2014-10-09-header-full-width-image.md +++ b/_posts/design/2014-10-09-header-full-width-image.md @@ -1,6 +1,6 @@ --- layout: page -title: "Header with a Full-Width-Image" +title: "Header with a Full-Width-Image??" subheadline: "Headers With Style" teaser: "Feeling Responsive allows you to use all kinds of headers. This example shows a header with a full-width-image." categories: @@ -33,4 +33,4 @@ header: ### All Header-Styles {: .t60 } -{% include list-posts tag='header' %} \ No newline at end of file +{% include list-posts tag='header' %} From 801e8a342da44d0547be7320e2ab41589d2071ce Mon Sep 17 00:00:00 2001 From: ponicboy Date: Mon, 13 Mar 2017 02:51:07 -0700 Subject: [PATCH 6/8] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 05305b5343d..180e3fc131d 100644 --- a/_config.yml +++ b/_config.yml @@ -38,7 +38,7 @@ improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages # Example: # Markdown-Example for posts ![Image Text]({{ site.urlimg }}image.jpg) # -urlimg: 'https://phlow.github.io/feeling-responsive/images/' +urlimg: 'https://pythonice.github.io/feeling-responsive/images/' # Logo size is 600x80 pixels From ee72923789360d5c859925692d076bbaa41da562 Mon Sep 17 00:00:00 2001 From: ponicboy Date: Mon, 13 Mar 2017 02:54:15 -0700 Subject: [PATCH 7/8] Update 2015-08-11-no-header.md --- _posts/design/2015-08-11-no-header.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/_posts/design/2015-08-11-no-header.md b/_posts/design/2015-08-11-no-header.md index 7a1b69c22d5..f598802670a 100755 --- a/_posts/design/2015-08-11-no-header.md +++ b/_posts/design/2015-08-11-no-header.md @@ -11,6 +11,23 @@ tags: - header header: no --- + +{% include trinket-open type='python' %} +import turtle + +tina = turtle.Turtle() + +for c in ['red', 'green', 'yellow', 'blue']: + tina.color(c) + tina.forward(75) + tina.left(90) + +tina.penup() +tina.backward(100) +tina.write("Hello world!") +{% include trinket-close %} + + *Silence is beautiful.* Sometimes you just want no distractions at all. Whether you like the content to speak for itself or enjoy pure typography on a plain background: *Feeling Responsive* got you covered. Just say *no* like this: From cb9afdbc7141bbeecf3bc7b1a98c1378da3c25a2 Mon Sep 17 00:00:00 2001 From: ponicboy Date: Mon, 13 Mar 2017 09:56:01 -0700 Subject: [PATCH 8/8] Update default.html --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 641198a7f7d..737f8b87cd4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ --- -layout: compress +#layout: compress ---