[galette-commits] [GIT] galette/website.git branch develop updated. 02f3c1a111192a43a8705da18e0e3e061b2f9e1f

2020-05-21 Thread git
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/website.git" repository.

The branch, develop has been updated
   via  02f3c1a92a43a8705da18e0e3e061b2f9e1f (commit)
   via  8252c9f446e666be69db15f090079e93162b27af (commit)
  from  50f1726e124bdb9e4360f401525bf8fb84ead908 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 02f3c1a92a43a8705da18e0e3e061b2f9e1f
Author: Johan Cwiklinski 
Date:   Fri May 22 07:33:31 2020 +0200

A test to handle lang selector

commit 8252c9f446e666be69db15f090079e93162b27af
Author: Johan Cwiklinski 
Date:   Fri May 22 07:12:36 2020 +0200

Missed favicon

---

Summary of changes:
 _includes/head.html |  3 +++
 _includes/langselector.html |  7 ++-
 _sass/galette/_layout.scss  | 32 
 3 files changed, 41 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
galette/website.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/



[galette-commits] [GIT] galette/website.git branch develop updated. 50f1726e124bdb9e4360f401525bf8fb84ead908

2020-05-21 Thread git
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/website.git" repository.

The branch, develop has been updated
   via  50f1726e124bdb9e4360f401525bf8fb84ead908 (commit)
  from  65c2d1ff3c5d5f8a129bd8e24adacf38a40047ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 50f1726e124bdb9e4360f401525bf8fb84ead908
Author: Johan Cwiklinski 
Date:   Fri May 22 06:39:13 2020 +0200

Rework layout to work on mobile

---

Summary of changes:
 _includes/galettebar.html|   2 +-
 _includes/header.html|  23 --
 _includes/{header.html => langselector.html} |   3 -
 _layouts/default.html|   3 +-
 _sass/galette.scss   | 118 ++-
 _sass/galette/_base.scss |  74 +++--
 _sass/galette/_layout.scss   |  94 +
 7 files changed, 115 insertions(+), 202 deletions(-)
 copy _includes/{header.html => langselector.html} (91%)


hooks/post-receive
-- 
galette/website.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/



[galette-commits] [GIT] galette/website.git branch develop updated. 65c2d1ff3c5d5f8a129bd8e24adacf38a40047ae

2020-05-21 Thread git
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/website.git" repository.

The branch, develop has been updated
   via  65c2d1ff3c5d5f8a129bd8e24adacf38a40047ae (commit)
   via  4bba3bcf061498d2f2b5f0accc04afa4e181ca23 (commit)
  from  03e68c4bbdb28a33f6dea657b3649a2beb0be0de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 65c2d1ff3c5d5f8a129bd8e24adacf38a40047ae
Author: Johan Cwiklinski 
Date:   Fri May 22 01:43:59 2020 +0200

Migrate contact page to md

commit 4bba3bcf061498d2f2b5f0accc04afa4e181ca23
Author: Johan Cwiklinski 
Date:   Fri May 22 01:19:02 2020 +0200

Fix translations links, add toc

---

Summary of changes:
 Gemfile  |  1 +
 Gemfile.lock |  7 +
 _config.yml  |  1 +
 _i18n/en.yml |  1 +
 _i18n/en/pages/contact.md| 57 +--
 _i18n/fr.yml |  1 +
 _i18n/fr/pages/contact.md| 59 +
 _i18n/fr/pages/contribute.md |  2 +-
 _i18n/fr/pages/index.md  |  2 +-
 _includes/sidebar.html   |  2 +-
 _layouts/page.html   |  6 -
 _sass/galette.scss   |  3 ++-
 _sass/galette/_toc.scss  | 63 
 about.html   |  3 ++-
 contact.html |  5 +++-
 contribute.html  |  5 +++-
 history.html |  3 ++-
 index.html   |  3 ++-
 posts.html   |  5 +++-
 19 files changed, 140 insertions(+), 89 deletions(-)
 create mode 100644 _sass/galette/_toc.scss


hooks/post-receive
-- 
galette/website.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/



[galette-commits] [GIT] galette/website.git branch develop updated. 03e68c4bbdb28a33f6dea657b3649a2beb0be0de

2020-05-21 Thread git
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/website.git" repository.

The branch, develop has been updated
   via  03e68c4bbdb28a33f6dea657b3649a2beb0be0de (commit)
   via  a464de695fe6c5d82e3a67daf0d49d03ec393af5 (commit)
  from  04b99537569bc638430409e3108b005543efa9f3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 03e68c4bbdb28a33f6dea657b3649a2beb0be0de
Author: Johan Cwiklinski 
Date:   Fri May 22 00:22:17 2020 +0200

Work on contents

commit a464de695fe6c5d82e3a67daf0d49d03ec393af5
Author: Johan Cwiklinski 
Date:   Fri May 22 00:21:59 2020 +0200

Select publicaiton when browsing posts, rss feed icon

---

Summary of changes:
 _i18n/en.yml |   1 +
 _i18n/en/pages/about.md  | 140 ++---
 _i18n/en/pages/contact.md|  10 +--
 _i18n/en/pages/contribute.md |  10 +--
 _i18n/en/pages/history.md|   6 +-
 _i18n/en/pages/index.md  |   4 +-
 _i18n/fr.yml |   1 +
 _i18n/fr/pages/about.md  | 145 +++
 _i18n/fr/pages/contact.md|  10 +--
 _i18n/fr/pages/contribute.md |  10 +--
 _i18n/fr/pages/history.md|   6 +-
 _i18n/fr/pages/index.md  |   4 +-
 _includes/sidebar.html   |  26 +---
 _sass/galette/_base.scss |   9 ++-
 14 files changed, 124 insertions(+), 258 deletions(-)


hooks/post-receive
-- 
galette/website.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/



[galette-commits] [GIT] galette/website.git branch develop updated. 04b99537569bc638430409e3108b005543efa9f3

2020-05-21 Thread git
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/website.git" repository.

The branch, develop has been updated
   via  04b99537569bc638430409e3108b005543efa9f3 (commit)
   via  c50d5f24208fd2a421599bb4d2350a74435da5fc (commit)
  from  3d757b63fdbd3c59dcc0dd3b1c8ea2cdfa8e466f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 04b99537569bc638430409e3108b005543efa9f3
Author: Johan Cwiklinski 
Date:   Thu May 21 23:01:21 2020 +0200

Add patch required for seo-tag plugin to work :(

commit c50d5f24208fd2a421599bb4d2350a74435da5fc
Author: Johan Cwiklinski 
Date:   Thu May 21 22:47:47 2020 +0200

Set hostname, fix.

---

Summary of changes:
 _config.yml   |  4 ++--
 _i18n/en.yml  |  2 +-
 _i18n/fr.yml  |  1 +
 _layouts/posts.html   |  4 +++-
 seo-tag-galette-fix.patch | 32 
 5 files changed, 39 insertions(+), 4 deletions(-)
 create mode 100644 seo-tag-galette-fix.patch


hooks/post-receive
-- 
galette/website.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/



[galette-commits] [GIT] galette/website.git branch develop updated. 3d757b63fdbd3c59dcc0dd3b1c8ea2cdfa8e466f

2020-05-21 Thread git
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/website.git" repository.

The branch, develop has been updated
   via  3d757b63fdbd3c59dcc0dd3b1c8ea2cdfa8e466f (commit)
  from  9aa177cd224393be72cd3644c45b61d5911690e3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 3d757b63fdbd3c59dcc0dd3b1c8ea2cdfa8e466f
Author: Johan Cwiklinski 
Date:   Thu May 21 21:47:39 2020 +0200

Links in license

---

Summary of changes:
 LICENSE | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
galette/website.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/



[galette-commits] [GIT] galette/website.git branch develop updated. 9aa177cd224393be72cd3644c45b61d5911690e3

2020-05-21 Thread git
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/website.git" repository.

The branch, develop has been updated
   via  9aa177cd224393be72cd3644c45b61d5911690e3 (commit)
  from  ec5e555b26816ffb66a010426abfa6ccbc0ced30 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 9aa177cd224393be72cd3644c45b61d5911690e3
Author: Johan Cwiklinski 
Date:   Thu May 21 21:43:45 2020 +0200

Some display improvements

---

Summary of changes:
 _layouts/home.html |  4 
 _sass/galette.scss |  9 ++---
 _sass/galette/_base.scss   | 22 ++
 _sass/galette/_layout.scss |  2 +-
 4 files changed, 29 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
galette/website.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/



[galette-commits] [GIT] galette/website.git branch develop updated. ec5e555b26816ffb66a010426abfa6ccbc0ced30

2020-05-21 Thread git
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/website.git" repository.

The branch, develop has been updated
   via  ec5e555b26816ffb66a010426abfa6ccbc0ced30 (commit)
  from  bed118c871eecdd941f0c705a7d94da5c3bf164c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit ec5e555b26816ffb66a010426abfa6ccbc0ced30
Author: Johan Cwiklinski 
Date:   Thu May 21 21:19:02 2020 +0200

Work on SEO integration

Need upstream fix proposed:
https://github.com/jekyll/jekyll-seo-tag/pull/393

---

Summary of changes:
 _config.yml |  5 +
 _data/authors.yml   |  2 ++
 _i18n/en.yml|  3 +++
 _i18n/fr.yml|  4 +++-
 _includes/head.html | 10 --
 5 files changed, 21 insertions(+), 3 deletions(-)
 create mode 100644 _data/authors.yml


hooks/post-receive
-- 
galette/website.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/



[galette-commits] [GIT] galette/website.git branch develop updated. bed118c871eecdd941f0c705a7d94da5c3bf164c

2020-05-21 Thread git
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/website.git" repository.

The branch, develop has been updated
   via  bed118c871eecdd941f0c705a7d94da5c3bf164c (commit)
   via  b42109bfe80e47e6c6cf4dae827e76564a600732 (commit)
   via  dc6909620c83f33a3eaf52e437b120b50236328d (commit)
   via  6bf474938ffcb736d8e0a44826a76a1ff19a409b (commit)
   via  1b01c052406b65631e0ade1ae19f672c33075843 (commit)
  from  28b2f8c6922c9b27274f4825d662aafcd074878a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit bed118c871eecdd941f0c705a7d94da5c3bf164c
Author: Johan Cwiklinski 
Date:   Thu May 21 19:06:53 2020 +0200

Add licenses, minor fixes

commit b42109bfe80e47e6c6cf4dae827e76564a600732
Author: Johan Cwiklinski 
Date:   Thu May 21 18:32:24 2020 +0200

Add history, finalize pagination

commit dc6909620c83f33a3eaf52e437b120b50236328d
Author: Johan Cwiklinski 
Date:   Thu May 21 16:25:02 2020 +0200

Add page to list posts, switch to pagination v2

commit 6bf474938ffcb736d8e0a44826a76a1ff19a409b
Author: Johan Cwiklinski 
Date:   Thu May 21 15:00:53 2020 +0200

Fix some links

commit 1b01c052406b65631e0ade1ae19f672c33075843
Author: Johan Cwiklinski 
Date:   Thu May 21 14:19:33 2020 +0200

Add and use redirect-from plugin

---

Summary of changes:
 Gemfile|   3 +-
 Gemfile.lock   |   8 +-
 LICENSE| 674 +
 LICENSE.contents   |   2 +
 README.md  |   8 +
 _config.yml|  18 +-
 _i18n/en.yml   |   9 +
 .../2012-02-16-frequently-asked-questions.html | 202 --
 _i18n/en/_posts/2012-02-16-galette-0-63.html   |  13 +-
 .../en/_posts/2015-04-01-end-of-mysql-support.html |   4 +-
 .../2012-02-21-history.html => pages/history.md}   |  83 ++-
 _i18n/fr.yml   |   9 +
 .../fr/_posts/2012-02-16-foire-aux-questions.html  | 201 --
 _i18n/fr/_posts/2012-02-16-galette-0-63.html   |  14 +-
 .../fr/_posts/2015-04-01-end-of-mysql-support.html |   5 +-
 .../2012-02-21-histoire.html => pages/history.md}  |  83 ++-
 _includes/footer.html  |   8 +-
 _includes/pagination.html  |  17 +
 _includes/responsive-image.html|   2 +-
 _includes/sidebar.html |   2 +-
 _layouts/home.html |  25 +-
 _layouts/post.html |   1 +
 _layouts/posts.html|  23 +
 _sass/galette/_base.scss   |   4 -
 _sass/galette/_layout.scss |   8 +
 history.html   |  13 +
 index.html |   4 +
 posts.html |  13 +
 28 files changed, 909 insertions(+), 547 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 LICENSE.contents
 create mode 100644 README.md
 delete mode 100644 _i18n/en/_posts/2012-02-16-frequently-asked-questions.html
 rename _i18n/en/{_posts/2012-02-21-history.html => pages/history.md} (85%)
 delete mode 100644 _i18n/fr/_posts/2012-02-16-foire-aux-questions.html
 rename _i18n/fr/{_posts/2012-02-21-histoire.html => pages/history.md} (85%)
 create mode 100644 _includes/pagination.html
 create mode 100644 _layouts/posts.html
 create mode 100644 history.html
 create mode 100644 posts.html


hooks/post-receive
-- 
galette/website.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/



[galette-commits] [GIT] galette/website.git branch develop deleted. 24b9f6f83dac822f6bd8eebaf574c51fbae8cae1

2020-05-21 Thread git
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/website.git" repository.

The branch, develop has been deleted
   was  24b9f6f83dac822f6bd8eebaf574c51fbae8cae1

- Log -
24b9f6f83dac822f6bd8eebaf574c51fbae8cae1 Remove drafts
---


hooks/post-receive
-- 
galette/website.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/