Commit graph

353 commits

Author SHA1 Message Date
Alexandre Vicenzi
547ad37c28 Cleanup 2021-02-04 22:43:39 +01:00
Alexandre Vicenzi
6b6dab83d4 Translate license
Fix #232
2021-02-04 22:33:17 +01:00
Alexandre Vicenzi
23ac7c30a4 Hide CC icon
Fix #223
2021-02-04 22:06:02 +01:00
Alexandre Vicenzi
d885544fdf Update translations 2021-02-04 21:53:16 +01:00
Alexandre Vicenzi
53dfadbe3a
Merge pull request #261 from jac18281828/clarity
Flex-260: Add support for Microsoft Clarity
2021-02-03 11:51:02 +01:00
John Cairns
7fe8953a2f Flex-260: Add support for Microsoft Clarity 2021-02-02 16:17:19 -06:00
Christian Cardone
cf45bc0412
Add Google Global Site Tags configuration for new Google Analytics 4
This addition enables users to set their Google Measurement ID into the variable GOOGLE_GLOBAL_SITE_TAG in pelicanconf so that they can track analytics using GA 4 Closes #256 (#257)
2020-12-15 11:09:05 +01:00
Alexandre Vicenzi
ef20ea1fb3 Version 2.4 article 2020-12-01 20:31:55 +01:00
Alexandre Vicenzi
c0b624701a Update translation 2020-12-01 20:22:37 +01:00
saagit
17565a6365
Add option to output canonical URL (#240)
* Add option to output canonical URL

Canonical links are handy to tell search engines which page is
canonical amongst various permutations of URLs (e.g. https vs. http
and www subdomain or not).  Add an option to output one via the
following pelicanconf.py setting:

REL_CANONICAL = True
2020-12-01 19:39:12 +01:00
Alexandre Vicenzi
7150568800 Remove submodule
Fix #255
2020-12-01 19:36:11 +01:00
Alexandre Vicenzi
bbf47fe354 Version 2.3 2020-09-19 22:30:24 +02:00
Alexandre Vicenzi
5e68e939de Update packages 2020-09-19 22:13:12 +02:00
Alexandre Vicenzi
630cb3142f Add transifex helper 2020-09-19 22:04:37 +02:00
Alexandre Vicenzi
ca51e4c544 Black format 2020-09-19 22:04:09 +02:00
Alexandre Vicenzi
c9a31dce5e Update translations 2020-09-19 22:02:50 +02:00
Alexandre Vicenzi
153f882d3e Update readme 2020-09-19 21:57:42 +02:00
Alexandre Vicenzi
c466f376f9 Fix missing CNAME 2020-09-19 21:45:37 +02:00
Alexandre Vicenzi
7a1c28d892 Remove blog 2020-09-19 21:41:04 +02:00
Alexandre Vicenzi
4f83f9c58c Here we go again 2020-09-19 21:36:51 +02:00
Alexandre Vicenzi
15e1681f0b Try again 2020-09-19 21:35:02 +02:00
Alexandre Vicenzi
8545a74d33 Try cd 2020-09-19 21:25:25 +02:00
Alexandre Vicenzi
3fe1ee78b4 Use working dir 2020-09-19 21:17:58 +02:00
Alexandre Vicenzi
6a3b2577c4 Try another action 2020-09-19 20:14:52 +02:00
Alexandre Vicenzi
c3e4293627 Fix build error 2020-09-19 20:06:47 +02:00
Alexandre Vicenzi
fd0f23e022 Requirements 2020-09-19 20:02:33 +02:00
Alexandre Vicenzi
50558fa295 Try build actions 2020-09-19 19:55:21 +02:00
Alexandre Vicenzi
8af4d911d7 Test with newer Python 2020-09-19 19:40:16 +02:00
Alexandre Vicenzi
29ba07e61a Plugin as submodule 2020-09-19 19:36:08 +02:00
Alexandre Vicenzi
e7a0009a1d
Merge pull request #248 from saagit/none_plugins
Fix compatibility with Pelican 4.5.0 when PLUGINS is not set
2020-09-19 19:25:46 +02:00
saagit
c205163fd7 Fix compatibility with Pelican 4.5.0 when PLUGINS is not set in pelicanconf.py
Pelican 4.5.0 changed the plugins mechanism and the default for
PLUGINS is now None.  The following type of construct is used in a
number of places in Flex:

    {% if 'tipue_search' in PLUGINS %}

If PLUGINS is not set in pelicanconf.py, the following exception will
be triggered under Pelican 4.5.0:

    TypeError: argument of type 'NoneType' is not iterable

The Pelican maintainers did not intend the examination of PLUGINS by
templates to be a stable API (per a discussion on IRC).  Per their
request, an enhancement request for a mechanism to do this has been
submitted here: https://github.com/getpelican/pelican/issues/2797

This commit changes the problematic constructs in Flex to be in the
style of:

    {% if PLUGINS and 'tipue_search' in PLUGINS %}

This allows Flex to work with Pelican 4.5.0 even if users do not
define PLUGINS.  Note that to use the new namespace plugins in Pelican
4.5.0, PLUGINS will have to be left at its default of None.

Resolves #245
2020-09-10 08:42:20 -07:00
Alexandre Vicenzi
b3c8dacd37
Merge pull request #246 from jedludlow/copyright
Place copyright year ahead of copyright name
2020-08-28 16:39:48 +02:00
Jed Ludlow
baf5a16a06 Place copyright year ahead of copyright name
Traditional placement is to have the year precede the name, so
modifying standard templates to match this.
2020-08-26 09:38:58 -06:00
Alexandre Vicenzi
0cc12a0c3c
Merge pull request #243 from saagit/update_google_fonts
Update Google fonts to remove unused weight and CSS API v2.
2020-08-26 10:12:54 +02:00
saagit
e0d18dc67c Update Google fonts to remove unused weight and CSS API v2.
The 300 weight of Source Code Pro is not used anywhere.  This change
also updates to using Google Fonts CSS API v2 and specifying
display=swap to avoid a "flash of invisible text".

Resolves #241
2020-08-25 16:16:34 -07:00
Loïc Penaud
0f0ea7e824
Add style to figure element (#225)
* Add style to figure element

* Rebuild
2020-05-12 17:51:27 +02:00
Sumner Evans
8d939f7f5e
Add Admonition styles (#230)
* Add Admonition styles

* Generic Admonition is now grey
2020-05-11 23:39:35 +02:00
Alexandre Vicenzi
52c33b2456
Merge pull request #228 from sumnerevans/twitch-social-icon-color
Added color for Twitch
2020-05-04 13:09:28 +02:00
Sumner Evans
ac34f08c1e
Added color for Twitch 2020-05-03 16:42:44 -06:00
Alexandre Vicenzi
9d672dba84 Update translations 2020-04-21 18:55:22 +02:00
Alexandre Vicenzi
fed45e0c6b Update messages.pot 2020-04-21 18:03:51 +02:00
Alexandre Vicenzi
db7f73bec2
Merge pull request #221 from sumnerevans/fix-post-stats-format-strings
Bug fix: Closes #220: Format strings need 's' after the name
2020-04-21 17:28:47 +02:00
Sumner Evans
7e66676ebe
Closes #220: Format strings need 's' after the name 2020-04-21 07:58:12 -06:00
Alexandre Vicenzi
fd08a83124 Ignore package-lock.json 2020-04-20 23:42:03 +02:00
Alexandre Vicenzi
9462fc96c5 Extract new messages 2020-04-20 23:40:21 +02:00
Alexandre Vicenzi
8e4a88edde Update docs 2020-04-20 23:38:29 +02:00
Alexandre Vicenzi
533bc1760e Fix identation and missing trans 2020-04-20 23:36:36 +02:00
Alexandre Vicenzi
6b87efa507 Rename files 2020-04-20 23:19:01 +02:00
Alexandre Vicenzi
1f7188db3b Compile latest changes 2020-04-20 23:19:01 +02:00
Alexandre Vicenzi
f9c202606a Update packages 2020-04-20 23:19:01 +02:00