Commit Graph

136 Commits

Author SHA1 Message Date
14543a55d8 Merge pull request #67 from Lee-W/master
Add striptags to article title
2017-06-26 10:19:19 -03:00
f932d983ed Add striptags to article title
* Fix page break when upper letters are using (e.g. HTML)
2017-06-26 09:48:46 +08:00
b815550a37 Merge pull request #64 from gilsondev/revert-60-localize
Revert "Localise clean-blog Theme"
2017-05-12 23:33:14 -03:00
8e4ccef4eb Revert "Localise clean-blog Theme" 2017-05-12 23:32:57 -03:00
7572322a86 Merge pull request #60 from ptigwe/localize
Localise clean-blog Theme
2017-04-12 12:23:00 -03:00
175b0671ae Merge pull request #61 from ptigwe/cc-license
Add support for CC licenses
2017-04-12 12:22:08 -03:00
2499947c60 Add support for CC licenses
Added support for creative commons licenses using cc-tools.
https://github.com/hlapp/cc-tools
2017-04-10 04:51:13 +01:00
6f59960e8d Complete Japanese Translations 2017-04-06 07:45:32 +01:00
4fbc94492e Build script for generation of localization files 2017-04-06 07:44:43 +01:00
0d6cbea619 Localization of the template files 2017-04-06 07:38:23 +01:00
a63b8b7924 Merge pull request #53 from alasdairnicol/pelican_37_pages
PAGES context variable is replaced by pages in Pelican 3.7
2017-03-15 21:55:48 -03:00
e4684d8a52 Merge pull request #58 from vanildosouto/adicionando-tag-favicon-html
Adicionando suporte a escolher um formato de favicon
2017-03-10 09:10:15 -03:00
a735445a6b Adicionando suporte a escolher um formato de favicon 2017-03-04 17:27:51 -03:00
1c367c078c Merge pull request #57 from vanildosouto/minificando-css-codeblocks
Minificando os css do code blocks
2017-03-04 17:20:46 -03:00
e565929136 Minificando os css do code blocks 2017-03-04 17:11:13 -03:00
c82bb52e73 Merge pull request #56 from lynix/master
Trivial: Fix file modes
2017-02-28 19:42:12 -03:00
03122d01e7 Fix file modes
Remove executable bit from template files.
2017-02-28 16:44:55 +01:00
4fa97403d9 PAGES context variable is replaced by pages in Pelican 3.7
By using 'or' in the if statement, we can support Pelican 3.7 and
earlier versions in the same theme. When we are ready to drop support
for Pelican <3.7, the if statement can be simplified.

See the following links for more information.

http://docs.getpelican.com/en/3.7.0/changelog.html#id1

http://docs.getpelican.com/en/3.7.0/faq.html#since-i-upgraded-pelican-my-pages-are-no-longer-rendered
2017-01-04 00:43:15 +00:00
7751275d18 Merge pull request #49 from arulrajnet/feature/code-block-github-jekyll
github jekyll code block template
2016-09-16 16:10:02 -03:00
b84e275adb readme updated 2016-09-14 17:05:03 +05:30
71d886e3d7 Merge pull request #48 from yoel-zeldes/disable_pagination_when_no_pages
don't show pagination if there's only one page
2016-09-13 15:51:15 -03:00
1a1328187b Merge pull request #44 from francoisfreitag/ffreitag/use_minified_jquery
base.html: Use minified jQuery
2016-09-13 15:50:57 -03:00
b581191635 removed extra changes 2016-09-11 09:45:53 +05:30
ada3173a73 github jekyll code block template 2016-09-11 09:39:53 +05:30
f3ffba9a7a don't show pagination if there's only one page 2016-09-06 22:40:16 +03:00
737084de97 Merge pull request #47 from sennav/master
Fix disqus comments counter.
2016-08-10 18:27:00 -03:00
dc9ebae71a Remove hr if there is no ADDTHIS 2016-07-17 15:57:58 -03:00
f951d4ba7d Insert a <p> tag to ease customizing article summary paddings. 2016-07-17 13:12:56 -03:00
8711aa36d0 Fix disqus comments counter. 2016-07-17 12:46:37 -03:00
4ef299933b Update link color 2016-06-03 15:22:21 -03:00
3f17c33801 Update link color 2016-06-03 15:16:46 -03:00
e39d4e0b38 Change font size of pre tag 2016-05-27 14:59:33 -03:00
c8ed0f54f8 Change font weight 2016-05-27 14:54:16 -03:00
320bff5fb1 base.html: Use minified jQuery 2016-05-25 12:35:18 +02:00
df3818c102 Merge pull request #43 from MrSenko/social_header
Show social icons on index page header
2016-05-22 12:39:09 -03:00
ec47f45cd2 Show social icons on index page header 2016-05-21 12:24:49 +03:00
d091ce695b Merge pull request #42 from lynix/master
article: Remove trailing comma from tag list
2016-04-27 10:00:34 -03:00
6d8b9cc7dc article: Remove trailing comma from tag list
Remove trailing ', ' from the tag list in the article template.
2016-04-12 19:42:59 +02:00
8c8d421dbf Merge pull request #38 from MrSenko/more_docs
Document IGNORE_FILES together with FOOTER_INCLUDE
2016-04-07 14:39:42 -03:00
1716eecbdc Merge pull request #37 from MrSenko/fb_admins
Add new setting - FACEBOOK_ADMINS
2016-04-07 14:39:09 -03:00
b090ffdc80 Merge pull request #39 from MrSenko/twitter_cards
Refactor Twitter cards support
2016-04-07 14:38:45 -03:00
2f7d779b0c Merge pull request #40 from MrSenko/author_tags
Make article:author OpenGraph compatible
2016-04-07 14:36:37 -03:00
45f45afd98 Merge pull request #36 from lsdlab/master
fix pagination arrow
2016-04-04 09:46:32 -03:00
5a83a4575d Make article:author OpenGraph compatible
OpenGraph actually needs a profile URL as value to article:author.
We point it to the author's page and adjust the OG meta tags on
author.html to include the relevant profile information.
2016-03-31 23:55:22 +03:00
9583d74d70 Refactor Twitter cards support
Remove the TWITTER_HANDLE variable and use the 'twitter' value
from SOCIAL. This eliminates duplicate settings!

Remove closing slash for meta tags, not required by HTML5, see
http://stackoverflow.com/a/21898502

In article.html Twitter images were specified twice - once as
relative URL and once as full site URL. Now only a single full
URL is used instead. Also stripped HTML tags from description.

The default card type is summary_large_image which better displays
with high-res images and the default header images.

``twitter_image`` article metadata is now supported, similar to
``og_image``.

Documentation is updated.
2016-03-31 23:11:17 +03:00
67780ce329 Document IGNORE_FILES together with FOOTER_INCLUDE 2016-03-31 22:54:10 +03:00
779665773e Add new setting - FACEBOOK_ADMINS 2016-03-31 22:41:26 +03:00
bb75fe5020 fix pagination arrow 2016-03-25 00:45:12 +08:00
911b8ec25c Merge pull request #35 from Svenito/summary-tags
Add `striptags` to summary before truncate
2016-03-09 23:31:20 -03:00
5d3848a445 Add striptags to summary before truncate
Summary might be truncated inside an HTML tag. Summaries no longer have
HTML tags, but this prevents unclosed tags in the summary which can
interfere with the rest of the layout
2016-03-02 12:31:28 +00:00