Commit graph

246 commits

Author SHA1 Message Date
Fidel Ramos
5764700be8
Refactor get_target macro to make conditions more explicit 2019-10-31 22:06:17 +00:00
Fidel Ramos
fc05942499
Refactor get_target to return just the target value 2019-10-30 23:13:38 +00:00
Fidel Ramos
ccc112a280
Reverse LINKS_IN_NEW_TAB inclusion to pelicanconf
It was added in commit 2455759bd8
2019-10-30 22:04:57 +00:00
Fidel Ramos
f0e999a68a
Rename link_target macro to get_target 2019-10-30 22:03:01 +00:00
Fidel Ramos
2455759bd8
LINKS_IN_NEW_TAB setting
This setting can be modified to open all LINKS in the same window,
open all LINKS in a new window or only only external links in new
windows.
2019-10-27 14:10:35 +00:00
Fidel Ramos
56a2a32974
Better targetting of internal links 2019-10-19 20:48:28 +00:00
Fidel Ramos
d3d7a8fc7f
Open external LINKS in new window, relative LINKS in same window
This is an improvement over commit 90e3ee38f so it's not necessary to
change the structure of the LINKS setting, just set relative links and
they will be open in the same window, same as the `MAIN_MENU`.
2019-10-19 20:33:30 +00:00
Fidel Ramos
90e3ee38ff
Support defining LINKS that open in the same window
Currently all LINKS open in a new window (target="_blank"), but in
some cases it's desirable to open them in the same window. For example
I use it for linking to categories and tags:

LINKS = (
    ('Categories', SITEURL+'/categories#categories', False),
    ('Tags', SITEURL+'/tags#tags', False),
)

Old format and experience is still supported, this is
backwards-compatible.
2019-10-19 17:49:13 +00:00
Alexandre Vicenzi
4180f7e9c1
Create FUNDING.yml 2019-10-09 00:16:25 +02:00
Jeffrey Grover
37b42ff61f Fix inconsistent sidebar sizing due to scrollbars with viewport units for desktop only (#182) 2019-06-24 21:57:45 +02:00
Nicolas Le Gall
56ff304672 Replace Piwik code with Matomo (#183)
Piwik was renamed to Matomo
2019-06-24 21:51:12 +02:00
Alexandre Vicenzi
63e3192b27
Merge pull request #171 from RiceKab/page-sort-fallback
Using PAGE_ORDER_BY as the default sorting setting.
2019-04-23 12:29:32 +02:00
Kevin Chi Yan Tang
ac49889075 Sort pages using PAGES_SORT_ATTRIBUTE only if explicitly defined. 2019-04-20 16:44:06 +02:00
Alexandre Vicenzi
97bf3af36c
Merge pull request #172 from east4ming/patch-1
change statuscake img src
2019-04-17 21:47:19 +02:00
Alexandre Vicenzi
071f046a9d
Merge pull request #174 from sumnerevans/master
Added Keybase background color
2019-04-17 21:44:22 +02:00
Sumner Evans
1bf1e9349a
Added Keybase background color 2019-04-16 15:19:40 -06:00
east4ming
b16ec8531e
change statuscake img src
change statuscake img src.
From "https://www.statuscake.com/app" to "https://app.statuscake.com"
2019-03-27 09:52:12 +08:00
Kevin Chi Yan Tang
8a80be0b78 Added PAGE_ORDER_BY as the default page ordering setting. Falls back to PAGES_SORT_ATTRIBUTE when this is not defined (the old behaviour). 2019-03-24 11:32:53 +01:00
André Anjos
953ede091b Support DISPLAY_PAGES_ON_MENU (#116) 2019-01-03 20:25:19 +01:00
Alexandre Vicenzi
8da13c059a Change validation type. 2019-01-02 23:53:47 +01:00
Paweł Ngei
ce44bfe139 Add a rel='me' for mastodon links for automatic network verification (#166)
add a rel='me' for mastodon links for automatic network verification
2018-12-24 12:29:32 +01:00
Alexandre Vicenzi
2bfd49a853
Merge pull request #156 from pawelngei/just-icons
Upgrade Font Awesome to 5 and decrease contact icon jump
2018-12-04 10:39:02 +01:00
Alexandre Vicenzi
6583473d4b
Merge pull request #160 from pawelngei/optional-continue-reading
Display "Continue Reading" button only if the article is longer than the summary
2018-12-04 10:35:27 +01:00
alxd
290f94f4de remove unnecessary whitespace if there's no Continue Reading button 2018-10-16 13:05:58 +02:00
alxd
b0f9d0fd21 compare article and summary contents, not their lengths 2018-10-16 13:05:24 +02:00
alxd
2435527e32 replace envelope-open icon with envelope 2018-10-16 12:56:52 +02:00
alxd
9e23ebfcad collapse base.html else/if to one line 2018-10-16 12:50:43 +02:00
alxd
6a0ebc70e5 make the font awesome class if/else more readable 2018-10-07 12:50:49 +02:00
alxd
4f9262302f display "continue reading" button only if the article is longer than a summary 2018-10-07 12:41:39 +02:00
Alexandre Vicenzi
05ef87d545
Merge pull request #155 from nnadeau/patch-1
Striptags from neighbors article title
2018-10-06 15:39:05 +02:00
Nicholas Nadeau, P.Eng., AVS
0cd2d00d99
striptags from article title 2018-07-30 18:46:25 -04:00
alxd
a8d8188003 decrease icon jumping and optimize icon lib switching 2018-07-17 16:39:17 +02:00
alxd
775df1256d upgrade font-awesome to 5 and add mastodon 2018-07-05 23:12:25 +02:00
Alexandre Vicenzi
5a41ce0093 Update readme. 2018-06-24 01:55:49 -03:00
Alexandre Vicenzi
b3bd59002a Version 2.2.0 article. 2018-06-24 01:07:03 -03:00
Alexandre Vicenzi
17daec4651 Update. 2018-06-24 00:51:22 -03:00
Alexandre Vicenzi
69077d3d19 Websafe fonts and option to disable google fonts.
This issue is related to #118.
2018-06-24 00:37:12 -03:00
Alexandre Vicenzi
513ffc0cfa Fix weird pre-code style.
This fixes #108.
2018-06-24 00:10:05 -03:00
Alexandre Vicenzi
82daaf6e52 Pygments: Fix styles override.
This fixes #119.
2018-06-24 00:01:22 -03:00
Alexandre Vicenzi
65cc7b24c9 Update pygments. 2018-06-23 22:54:37 -03:00
Alexandre Vicenzi
598e0e49b2
Merge pull request #127 from Phyks/cc_images
Add an option to host CC icon rather than querying an external service
2018-06-23 22:12:28 -03:00
Alexandre Vicenzi
5fa53dea10
Merge pull request #153 from Regrau/add-bitbucket-background-color-to-social-icons
Add background color for bitbucket icon

Fix #152
2018-05-10 09:54:17 -03:00
Georg Grauberger
ec903b0191 Add background color for bitbucket icon 2018-05-09 22:46:10 +02:00
Alexandre Vicenzi
559b63bcc5
Update README.md 2018-02-26 23:25:14 -03:00
Alexandre Vicenzi
cbc9cd6885
Merge pull request #144 from olipratt/addthisdivcheck
Close the addthis relatedposts div, and only include it if addthis is enabled
2018-02-26 09:37:06 -03:00
olipratt
656be15154 Close the addthis relatedposts div, and only include it if addthis is enabled in config 2018-02-24 13:59:51 +00:00
Alexandre Vicenzi
706a0aa930 Fix link. 2018-01-13 01:55:03 -02:00
Alexandre Vicenzi
1ffe331021 Update readme. 2018-01-13 01:52:52 -02:00
Alexandre Vicenzi
928e4c1067 Blog. 2018-01-13 01:44:00 -02:00
Alexandre Vicenzi
aaa4d21cd7 Create CNAME 2018-01-13 01:32:45 -02:00