From 855cd26ac1e895fffaa1a5c7caa20f009b8cf95f Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Sat, 25 Apr 2020 10:56:48 +0200 Subject: [PATCH] =?UTF-8?q?added=20blog/news=20section=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/date-locales/en.yml | 44 +++++++++++++++++ _data/date-locales/fr.yml | 44 +++++++++++++++++ _data/translations.yml | 7 +++ _includes/common/post.html | 0 _includes/text/en/intro.md | 1 + _layouts/default.html | 1 - _layouts/page-with-header.html | 24 --------- _layouts/page.html | 17 ++++++- _layouts/post.html | 18 +++++++ _posts/en/2020-03-29-launch-call.markdown | 19 +++++++ _posts/en/2020-04-22-covid-19.markdown | 18 +++++++ _posts/fr/2020-03-29-launch-call.markdown | 17 +++++++ _posts/fr/2020-04-22-covid-19.markdown | 18 +++++++ _sass/layout.scss | 5 ++ _sass/layouts/post.scss | 60 +++++++++++++++++++++++ fr/a-propos/index.html | 19 +++++++ fr/index.html | 38 ++++++++++++++ 17 files changed, 323 insertions(+), 27 deletions(-) create mode 100644 _data/date-locales/en.yml create mode 100644 _data/date-locales/fr.yml create mode 100644 _data/translations.yml create mode 100644 _includes/common/post.html create mode 100644 _includes/text/en/intro.md delete mode 100644 _layouts/page-with-header.html create mode 100644 _layouts/post.html create mode 100644 _posts/en/2020-03-29-launch-call.markdown create mode 100644 _posts/en/2020-04-22-covid-19.markdown create mode 100644 _posts/fr/2020-03-29-launch-call.markdown create mode 100644 _posts/fr/2020-04-22-covid-19.markdown create mode 100644 _sass/layouts/post.scss create mode 100644 fr/a-propos/index.html create mode 100644 fr/index.html diff --git a/_data/date-locales/en.yml b/_data/date-locales/en.yml new file mode 100644 index 0000000..cf61372 --- /dev/null +++ b/_data/date-locales/en.yml @@ -0,0 +1,44 @@ +# Strings for dates +# language English +abbreviated_weekday: + - Sun + - Mon + - Tue + - Wed + - Thu + - Fri + - Sat +full_weekday: + - Sunday + - Monday + - Tuesday + - Wednesday + - Thursday + - Friday + - Saturday +abbreviated_month: + - Jan + - Feb + - Mar + - Apr + - May + - Jun + - Jul + - Aug + - Sep + - Oct + - Nov + - Dec +full_month: + - January + - February + - March + - April + - May + - June + - July + - August + - September + - October + - November + - December \ No newline at end of file diff --git a/_data/date-locales/fr.yml b/_data/date-locales/fr.yml new file mode 100644 index 0000000..8a1eee0 --- /dev/null +++ b/_data/date-locales/fr.yml @@ -0,0 +1,44 @@ +# Strings for dates +# language French +abbreviated_weekday: + - Dim + - Lun + - Mar + - Mer + - Jeu + - Ven + - Sam +full_weekday: + - Dimanche + - Lundi + - Mardi + - Mercredi + - Jeudi + - Vendredi + - Samedi +abbreviated_month: + - jan. + - fév. + - mar. + - avr. + - mai + - juin + - juil. + - août + - sept. + - oct. + - nov. + - déc. +full_month: + - janvier + - février + - mars + - avril + - mai + - juin + - juillet + - août + - septembre + - octobre + - novembre + - décembre \ No newline at end of file diff --git a/_data/translations.yml b/_data/translations.yml new file mode 100644 index 0000000..b7121ba --- /dev/null +++ b/_data/translations.yml @@ -0,0 +1,7 @@ + +latest: + en: News + fr: Latest +readMore: + en: read full post + fr: Read more \ No newline at end of file diff --git a/_includes/common/post.html b/_includes/common/post.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/text/en/intro.md b/_includes/text/en/intro.md new file mode 100644 index 0000000..cb3be7e --- /dev/null +++ b/_includes/text/en/intro.md @@ -0,0 +1 @@ +__ReclaimFutures is a technology and culture conference around the broad subjects of post-capitalist desire, utopian exploration, ecology and alternative computing.__ diff --git a/_layouts/default.html b/_layouts/default.html index ee136ac..bbe4f8e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,6 @@ {% include common/head.html %} {{ content }} - {% include common/footer.html %} \ No newline at end of file diff --git a/_layouts/page-with-header.html b/_layouts/page-with-header.html deleted file mode 100644 index 94a1565..0000000 --- a/_layouts/page-with-header.html +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: page ---- - - -
-
- {{ content }} -
-
- - - -