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 }} -
-
- - - -