Commit Graph

128 Commits

Author SHA1 Message Date
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
Gilson Filho f26dd2b92f Merge pull request #23 from MrSenko/sitesubtitle_in_title
Show SITESUBTITLE in <title>
2016-01-25 21:30:27 -02:00
Gilson Filho 2fa77f1003 Merge pull request #24 from MrSenko/more_docs
Better documentation for new settings
2016-01-22 16:32:01 -03:00
Mr. Senko dcccb0ba79 Make it possible to use SITESUBTITLE in the <title> HTML tag 2016-01-22 12:10:32 +02:00
Mr. Senko dc0eea5833 Better documentation for new settings
- add documentation about PR #19 and #20;
- add a warning about duplicate names for custom footer
2016-01-22 12:06:33 +02:00
Gilson Filho 517529f633 Merge pull request #17 from MrSenko/show_full_article
New setting: SHOW_FULL_ARTICLE
2016-01-21 14:43:49 -03:00
Gilson Filho 7bca08adfe Merge pull request #20 from MrSenko/add_this
Add AddThis sharing buttons
2016-01-18 08:45:12 -03:00
Gilson Filho e842e6de42 Merge pull request #18 from MrSenko/fix_closing_p_tags
Fix broken HTML tags
2016-01-18 08:44:35 -03:00
Gilson Filho 3e243d6861 Merge pull request #16 from pajowu/article-modified
add modified date to article
2016-01-18 08:44:08 -03:00
Gilson Filho e346eb511b Merge pull request #19 from MrSenko/google_site_verification
Add Google site verification meta tag
2016-01-18 08:43:17 -03:00
Gilson Filho 1301b05998 Merge pull request #21 from MrSenko/locale
Use LOCALE instead of DEFAULT_LANG to set og:locale
2016-01-18 08:41:17 -03:00
Gilson Filho dfe1f73df3 Merge pull request #22 from MrSenko/footer
Make it possible to define custom footer
2016-01-18 08:40:48 -03:00
Mr. Senko 38272aac9e Make it possible to define custom footer
Using the FOOTER_INCLUDE and EXTRA_TEMPLATES_PATHS settings it
is now possible to include a custom footer template instead of
the default "Powered by Pelican"!
2016-01-17 17:34:53 +02:00
Mr. Senko b6dbb3d340 Use LOCALE instead of DEFAULT_LANG to set og:locale
DEFAULT_LANG value is 'en' while og:locale format is 'en_US'
which is the value of LOCALE as well. LOCALE is a list though!
2016-01-17 17:14:17 +02:00
Mr. Senko d35b38d790 Add AddThis sharing buttons 2016-01-17 17:07:27 +02:00
Mr. Senko 448c079e37 Add Google site verification meta tag 2016-01-17 16:52:35 +02:00
Mr. Senko 974daea0e4 Fix broken HTML tags
The </p> tag should close before inserting the comments.
2016-01-17 16:46:23 +02:00
Mr. Senko af23b076a1 New setting: SHOW_FULL_ARTICLE
when set to True will show the full article content on index.html
instead of truncated summary.
2016-01-17 16:40:56 +02:00
pajowu 5c8deddc86 add modified date to article 2016-01-16 22:16:09 +02:00
Gilson Filho 52f805521e Merge pull request #5 from atodorov/article_improvements
article.html imrovements
2016-01-11 09:33:30 -03:00
Gilson Filho 18d1f5b6b6 Merge pull request #7 from atodorov/subtitle
index.html: Show the <hr> and subheading only if SITESUBTITLE is defined
2016-01-11 09:33:03 -03:00
Gilson Filho 8978bc4ea5 Merge pull request #8 from atodorov/add_tags_support
Add support for showing all posts under a single tag
2016-01-11 09:32:45 -03:00
Gilson Filho 96c5ff0355 Merge pull request #11 from felixfriedrich/hr-fix
only show <hr> if pagination is enabled
2016-01-11 09:31:49 -03:00
Gilson Filho 1360d551b8 Merge pull request #14 from pajowu/master
Get social urls from SOCIAL
2016-01-11 09:30:01 -03:00
Gilson Filho 87186141a1 Merge pull request #15 from pajowu/protocol-urls
switched cdn urls to https
2016-01-11 09:29:32 -03:00
pajowu 3b129df7b4 switched cdn urls to https 2016-01-10 18:19:22 +02:00
pajowu ead68e57a7 tell about SOCIAL in README.md 2016-01-10 17:47:03 +02:00
pajowu cacebed4bc get social urls from SOCIAL 2016-01-10 17:38:16 +02:00
Felix Friedrich eafbf840fa only show <hr> if pagination is enabled 2016-01-10 14:32:16 +01:00
Gilson Filho a9fbc7c0ca Merge pull request #9 from idigon/master
Page template background fix
2015-12-28 10:21:14 -03:00
Ignacio Digon c3ce6dbf1f Page template background fix
Page template added two background images
2015-12-20 09:00:47 +01:00
Gilson Filho 8a7e1603f4 Merge pull request #6 from atodorov/custom_css_js
base.html improvements
2015-12-04 16:07:30 -03:00
Alexander Todorov dcc1b3436f Add support for showing all posts under a single tag 2015-11-26 00:48:45 +02:00
Alexander Todorov b30259775c index.html: Show the <hr> and subheading only if SITESUBTITLE is defined 2015-11-26 00:39:43 +02:00
Alexander Todorov 7f5a7ce939 base.html improvements
- only show social buttons if URLs are defined
- new CSS_OVERRIDE setting for user defined CSS
- new DISABLE_CUSTOM_THEME_JAVASCRIPT setting to disable theme
JavaScript which breaks forms and input fields
2015-11-26 00:34:39 +02:00
Alexander Todorov e55e841eff article.html: honor HEADER_COVER if present, use article.title for
<title> and show tags if present
2015-11-26 00:12:22 +02:00
Gilson Filho dd81fafa5f Merge pull request #4 from atodorov/fix_issue_1
Honor HEADER_COVER in page.html, fixes #2
2015-11-25 14:39:45 -03:00
Alexander Todorov 3efbb41a3e Honor HEADER_COVER in page.html, fixes #2 2015-11-25 17:08:22 +02:00
gilsondev ea156f8f17 Insert opengraph metatags 2015-09-04 23:14:31 -03:00