Skip to content

Commit acd8771

Browse files
committed
chg: [upd] Make fr default changed date so more relevant details pop first
1 parent 3ff2a77 commit acd8771

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

content/join-the-dojo-de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Title: Komm' zum CoderDojo
2-
Date: 2015-03-14 18:56
3-
Modified: 2015-03-15 18:56
2+
Date: 2022-07-25 15:50
3+
Modified: 2022-07-25 15:50
44
Category: join
55
Tags: join, incentive
66
Slug: join-the-coderdojo

content/join-the-dojo-fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Title: Joignez-nous au CoderDojo
2-
Date: 2015-03-14 18:56
3-
Modified: 2015-03-15 18:56
2+
Date: 2022-07-25 15:50
3+
Modified: 2022-07-25 15:50
44
Category: join
55
Tags: join, incentive
66
Slug: join-the-coderdojo

content/join-the-dojo-lu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Title: Komm an den CoderDojo
2-
Date: 2015-03-14 18:56
3-
Modified: 2015-03-15 18:56
2+
Date: 2022-07-25 15:50
3+
Modified: 2022-07-25 15:50
44
Category: join
55
Tags: join, incentive
66
Slug: join-the-coderdojo
@@ -34,4 +34,4 @@ Falls méi Informatioune gewënscht si schéckt eis ee mail op <a href="mailto:i
3434

3535
Eis Efforten si Gratis an erméiglechen domadder jidderengem dobäi ze sinn.
3636

37-
Spenden si Wëllkomm.
37+
Spenden si Wëllkomm.

content/join-the-dojo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Title: Join us at the CoderDojo
2-
Date: 2015-03-14 18:56
3-
Modified: 2015-03-15 18:56
2+
Date: 2022-07-25 15:50
3+
Modified: 2022-07-25 15:50
44
Category: join
55
Tags: join, incentive
66
Slug: join-the-coderdojo

pelicanconf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
SITENAME = 'CoderDojoLu'
33
SITEURL = 'https://blog.coderdojo.lu'
44

5-
PLUGIN_PATHS = ["plugins", "/Users/steve/Desktop/code/pelican-plugins"]
6-
PLUGINS = ["assets", "liquid_tags", "sitemap", "gravatar", "render_math"]
7-
#PLUGINS = ["assets", "liquid_tags", "sitemap", "gravatar", "pdf", "render_math"]
5+
#PLUGIN_PATHS = ['plugins', '/Users/steve/Desktop/code/pelican-plugins']
6+
#PLUGINS = ['webassets', 'liquid_tags', 'sitemap', 'gravatar', 'pdf', 'render_math']
7+
PLUGINS = ['webassets', 'sitemap', 'avatar', 'pdf', 'render_math']
88

99
# Make sure to use the zurb-F5-basic theme in THIS directory, it has emoji and video support
10-
THEME = "zurb-F5-basic"
10+
THEME = 'zurb-F5-basic'
1111

1212
PATH = 'content'
1313

1414
TIMEZONE = 'Europe/Luxembourg'
1515

16-
DEFAULT_LANG = 'en'
16+
DEFAULT_LANG = 'fr'
1717
DEFAULT_DATE = 'fs'
1818

1919
TYPOGRIFY = True
@@ -42,8 +42,8 @@
4242
AUTHOR_FEED_RSS = None
4343

4444
# Blogroll
45-
LINKS = (('CodeClubLu', 'http://codeclub.lu/'),
46-
('CoderDojo Foundation','http://coderdojo.org'),)
45+
LINKS = (('CodeClubLu', 'https://codeclub.lu/'),
46+
('CoderDojo Foundation','https://coderdojo.org'),)
4747

4848
# Social widget
4949
# Use this with standard themes

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ pelican-pdf
44
pelican-webassets
55
pelican-sitemap
66
pelican-render-math
7+
ghp-import
78
markdown
89
ipython

0 commit comments

Comments
 (0)