Commit Graph

166 Commits

Author SHA1 Message Date
Gilson Filho 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
Gilson Filho 1a1328187b Merge pull request #44 from francoisfreitag/ffreitag/use_minified_jquery
base.html: Use minified jQuery
2016-09-13 15:50:57 -03:00
Arul b581191635 removed extra changes 2016-09-11 09:45:53 +05:30
Arul ada3173a73 github jekyll code block template 2016-09-11 09:39:53 +05:30
Yoel Zeldes f3ffba9a7a don't show pagination if there's only one page 2016-09-06 22:40:16 +03:00
Gilson Filho 737084de97 Merge pull request #47 from sennav/master
Fix disqus comments counter.
2016-08-10 18:27:00 -03:00
Vinicius Senna dc9ebae71a Remove hr if there is no ADDTHIS 2016-07-17 15:57:58 -03:00
Vinicius Senna f951d4ba7d Insert a <p> tag to ease customizing article summary paddings. 2016-07-17 13:12:56 -03:00
Vinicius Senna 8711aa36d0 Fix disqus comments counter. 2016-07-17 12:46:37 -03:00
gilsondev 4ef299933b Update link color 2016-06-03 15:22:21 -03:00
gilsondev 3f17c33801 Update link color 2016-06-03 15:16:46 -03:00
gilsondev e39d4e0b38 Change font size of pre tag 2016-05-27 14:59:33 -03:00
gilsondev c8ed0f54f8 Change font weight 2016-05-27 14:54:16 -03:00
François Freitag 320bff5fb1 base.html: Use minified jQuery 2016-05-25 12:35:18 +02:00
Gilson Filho df3818c102 Merge pull request #43 from MrSenko/social_header
Show social icons on index page header
2016-05-22 12:39:09 -03:00
Mr. Senko ec47f45cd2 Show social icons on index page header 2016-05-21 12:24:49 +03:00
Gilson Filho d091ce695b Merge pull request #42 from lynix/master
article: Remove trailing comma from tag list
2016-04-27 10:00:34 -03:00
Alexander Koch 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
Gilson Filho 8c8d421dbf Merge pull request #38 from MrSenko/more_docs
Document IGNORE_FILES together with FOOTER_INCLUDE
2016-04-07 14:39:42 -03:00
Gilson Filho 1716eecbdc Merge pull request #37 from MrSenko/fb_admins
Add new setting - FACEBOOK_ADMINS
2016-04-07 14:39:09 -03:00
Gilson Filho b090ffdc80 Merge pull request #39 from MrSenko/twitter_cards
Refactor Twitter cards support
2016-04-07 14:38:45 -03:00
Gilson Filho 2f7d779b0c Merge pull request #40 from MrSenko/author_tags
Make article:author OpenGraph compatible
2016-04-07 14:36:37 -03:00
Gilson Filho 45f45afd98 Merge pull request #36 from lsdlab/master
fix pagination arrow
2016-04-04 09:46:32 -03:00
Mr. Senko 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
Mr. Senko 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
Mr. Senko 67780ce329 Document IGNORE_FILES together with FOOTER_INCLUDE 2016-03-31 22:54:10 +03:00
Mr. Senko 779665773e Add new setting - FACEBOOK_ADMINS 2016-03-31 22:41:26 +03:00
Chen Jian bb75fe5020 fix pagination arrow 2016-03-25 00:45:12 +08:00
Gilson Filho 911b8ec25c Merge pull request #35 from Svenito/summary-tags
Add `striptags` to summary before truncate
2016-03-09 23:31:20 -03:00
Sven Steinbauer 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
Gilson Filho 3bb47e5a6c Merge pull request #33 from guilherme-toti/gt-add-author-to-base
Add author tag to base template
2016-03-01 11:03:13 -03:00
Toti dbd16dba88 merge with master to fix conflicts 2016-02-26 15:37:35 -03:00
Gilson Filho 5e0fb122a1 Merge pull request #31 from drgarcia1986/flat-header
add `HEADER_COLOR` option to render header with a simple color
2016-02-24 16:16:21 -03:00
Diego Garcia 4818dbb5f7 fix "unsafe" html tags in README markdown 2016-02-22 10:32:10 -03:00
Diego Garcia 081b418aa9 update readme (add HEAD_COLOR option) 2016-02-22 10:23:20 -03:00
Diego Garcia 58e57c3bab add `HEADER_COLOR` option to render header with a simple color 2016-02-22 10:17:20 -03:00
Gilson Filho b5abd59c18 Merge pull request #30 from drgarcia1986/img-auto-resize
add image `auto resize` in css files
2016-02-21 21:40:23 -03:00
Gilson Filho 997d9583af Merge pull request #29 from drgarcia1986/master
better support for `summary` plugin
2016-02-21 21:38:22 -03:00
Gilson Filho 835de7e7e2 Merge pull request #26 from pajowu/twitter-cards
added support for twitter cards
2016-02-21 21:37:08 -03:00
Gilson Filho cbc55d881b Merge pull request #28 from MrSenko/og_image
Update meta tags and add support for og:image
2016-02-19 23:04:08 -02:00
Gilson Filho 27176a57f6 Merge pull request #27 from MrSenko/external_feed
New feature: define external feeds in SOCIAL
2016-02-19 23:00:18 -02:00
Guilherme Toti 49c452ca9a add author to base page 2016-02-18 20:40:00 -02:00
Diego Garcia a6ce793b7d add image `auto resize` in css files 2016-02-14 21:19:35 -02:00
Diego Garcia e6ec8247eb better support for `summary` plugin 2016-02-14 11:52:23 -02:00
Mr. Senko 31099533fa Update meta tags and add support for og:image 2016-02-12 15:17:34 +02:00
Mr. Senko d44238f7a8 New feature: define external feeds in SOCIAL 2016-02-12 14:14:26 +02:00
Gilson Filho 2269d0f506 Merge pull request #25 from captainark/master
update fonts-awesome version from 4.1.0 to 4.5.0
2016-02-09 11:18:09 -02:00
pajowu f395a646f0 use SITESUBTITLE in base.html if set 2016-02-06 19:19:49 +02:00
pajowu d6618f16b2 added support for twitter cards 2016-02-06 19:14:41 +02:00
CaptainArk ec3119403c update fonts-awesome version from 4.1.0 to 4.5.0 2016-02-01 21:06:27 +01:00