From 5eb5c4e64c712f9fbbffea2636ce020f45e75b38 Mon Sep 17 00:00:00 2001 From: theo1 Date: Sun, 17 May 2020 14:33:58 +0200 Subject: [PATCH 1/4] Changed image column to right, changed opacity of header when slideshow is open. --- output/construction.html | 12 ++++++------ output/courtyard.html | 14 +++++++------- output/sunday.html | 12 ++++++------ output/theme/css/main-v2.css | 8 ++++---- output/theme/js/slideshow.js | 2 ++ themes/felicie/static/css/main-v2.css | 8 ++++---- themes/felicie/static/js/slideshow.js | 2 ++ themes/felicie/templates/article.html | 2 +- 8 files changed, 32 insertions(+), 28 deletions(-) diff --git a/output/construction.html b/output/construction.html index 02c4a47..2cf418c 100644 --- a/output/construction.html +++ b/output/construction.html @@ -18,12 +18,6 @@

Construction

-

@@ -31,6 +25,12 @@
+

diff --git a/output/courtyard.html b/output/courtyard.html index 6e1b6e5..9f59ac3 100644 --- a/output/courtyard.html +++ b/output/courtyard.html @@ -18,6 +18,13 @@

Courtyard

+
+ + + + + +

He goes to the balcony twice a day to smoke a cigarette. It overlooks the courtyard, so it is just outside enough to give himself the impression that he is going somewhere. The junk and the dust lingering on the other balconies have made space to allow a chair and a reading person to get a bit of sunlight. He can hear neighbors laughing out loud, as they always had in peaceful sunny spring afternoon. They started to watch an old TV show last week. He knows the ending and can even tell some lines.

-
- - - - - -
diff --git a/output/sunday.html b/output/sunday.html index 9d494a0..518dd9a 100644 --- a/output/sunday.html +++ b/output/sunday.html @@ -18,12 +18,6 @@

Sunday

-

@@ -31,6 +25,12 @@
+

diff --git a/output/theme/css/main-v2.css b/output/theme/css/main-v2.css index 07ba126..a8307f7 100755 --- a/output/theme/css/main-v2.css +++ b/output/theme/css/main-v2.css @@ -165,12 +165,12 @@ p a { .article-content p { font-size: 1.2em; line-height: 150%; - padding-right: 50px; + padding-right: 40px; } .article-img img{ - max-width: 60%; - width:60%; + max-width: 80%; + width: 80%; } .article { @@ -185,7 +185,7 @@ p a { .column { float: left; - width: 50%; + width: 40%; padding: 15px; } diff --git a/output/theme/js/slideshow.js b/output/theme/js/slideshow.js index 5b1f025..359484f 100644 --- a/output/theme/js/slideshow.js +++ b/output/theme/js/slideshow.js @@ -15,12 +15,14 @@ function closeModal() { for(let i=0; i{{ article.title }}
-
{{ article.content }}
{% for i in [1, 2, 3, 4, 5] %} {% endfor %}
+
{{ article.content }}
From bb9f07c3772d80a3b676019c7f8b61c3fed34955 Mon Sep 17 00:00:00 2001 From: theo1 Date: Sun, 17 May 2020 14:52:35 +0200 Subject: [PATCH 2/4] Introduced gallery category for full-size printing of images in the absence of text --- content/articles/construction.md | 3 +-- content/articles/sunday.md | 2 +- output/category/gallery.html | 0 output/construction.html | 31 +++++++++++++-------------- output/courtyard.html | 26 +++++++++++----------- output/feeds/all.atom.xml | 4 ++-- output/feeds/gallery.atom.xml | 12 +++++++++++ output/feeds/public.atom.xml | 14 ++---------- output/sunday.html | 31 +++++++++++++-------------- output/theme/css/main-v2.css | 12 ++++++++++- themes/felicie/static/css/main-v2.css | 12 ++++++++++- themes/felicie/templates/article.html | 30 ++++++++++++++++++-------- 12 files changed, 105 insertions(+), 72 deletions(-) create mode 100644 output/category/gallery.html create mode 100644 output/feeds/gallery.atom.xml diff --git a/content/articles/construction.md b/content/articles/construction.md index 7003ef2..d056259 100755 --- a/content/articles/construction.md +++ b/content/articles/construction.md @@ -1,12 +1,11 @@ Title: Construction Date: 2020-04-24 17:01 Modified: 2020-04-24 17:01 -Category: public +Category: gallery Tags: article Slug: construction Authors: felicie -