Commit Graph

157 Commits

Author SHA1 Message Date
a80cd5d18e Justify text in articles 2019-04-24 10:08:24 +05:30
8faf6be4f2 Minor corrects on shadows 2019-04-24 00:44:37 +05:30
41504d07a7 Add shadows to make text more readable on pictures 2019-04-24 00:41:40 +05:30
3f25b250fb .gitignore translations 2019-04-24 00:22:04 +05:30
46270470fc Fr: translations 2019-04-23 23:08:40 +05:30
d24d07bb07 Compatible with pelican 4.0 2019-04-23 19:36:15 +05:30
e3bc6df468 Show category 2019-04-23 14:55:12 +05:30
12ac5ac1fb Consistent use of {{SITEURL}} 2019-04-23 14:16:20 +05:30
d78493f3d0 Variable PAGE_PAGINATION 2019-04-23 14:16:01 +05:30
84934c65e2 Add article list. 2019-04-23 14:14:50 +05:30
825caac4fa Remove remote fonts 2019-04-22 20:43:03 +05:30
Josh Stephens
70d2f308c0 Updated index.html to now include an intro section. 2018-07-08 11:09:09 -03:00
Josh Stephens
97c1d75916 Fixed bug in base.html causing body tag to have an extra > which pushed down the header image 2018-07-08 11:09:09 -03:00
Christian González
ebce7b970b add classes to body tag (#74)
* add classes to body tag

depending on page or article slug, add page-%slug% or article-%slug% class to <body>

* add page/article/category/tag slug to body class
2018-06-19 18:07:39 -03:00
Gilson Filho
ecbf09f52d
Merge pull request #69 from brightlingmeuk/master
Add SITEURL prepend to header cover images.
2018-02-14 12:32:16 -02:00
Gilson Filho
dcf97aa637
Merge pull request #71 from dcanones/master
Opengraph and Twittercard URLS fixing + new g.analytics global tracker
2018-02-14 12:31:55 -02:00
David Adrián Cañones Castellano
b75a2e2659 Submodule test 2018-02-11 21:03:23 +01:00
Robert Brightling
7e44e0ff80 Add SITEURL prepend to header cover images.
Prepend SITEURL to HEADER_COVER and article.header_cover in templates so
that the site can be on a subdirectory, such as http://mywebsite.com/blog.
2017-10-25 13:06:10 +01:00
David Adrián Cañones Castellano
6f63ec40cd Opengraph and Twittercard URLS fixing + new g.analytics global tracker 2017-09-08 17:31:50 +02:00
Gilson Filho
e7c18e80b0 Merge pull request #68 from s-chizhik/patch-1
Update font-awesome
2017-08-23 21:03:27 -03:00
Sergey Chizhik
75118f70f7 Update font-awesome 2017-08-10 13:04:10 +03:00
Gilson Filho
14543a55d8 Merge pull request #67 from Lee-W/master
Add striptags to article title
2017-06-26 10:19:19 -03:00
LeeW
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
Gilson Filho
b815550a37 Merge pull request #64 from gilsondev/revert-60-localize
Revert "Localise clean-blog Theme"
2017-05-12 23:33:14 -03:00
Gilson Filho
8e4ccef4eb Revert "Localise clean-blog Theme" 2017-05-12 23:32:57 -03:00
Gilson Filho
7572322a86 Merge pull request #60 from ptigwe/localize
Localise clean-blog Theme
2017-04-12 12:23:00 -03:00
Gilson Filho
175b0671ae Merge pull request #61 from ptigwe/cc-license
Add support for CC licenses
2017-04-12 12:22:08 -03:00
Tobenna P. Igwe
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
Tobenna Peter Igwe
6f59960e8d Complete Japanese Translations 2017-04-06 07:45:32 +01:00
Tobenna Peter Igwe
4fbc94492e Build script for generation of localization files 2017-04-06 07:44:43 +01:00
Tobenna Peter Igwe
0d6cbea619 Localization of the template files 2017-04-06 07:38:23 +01:00
Gilson Filho
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
Gilson Filho
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
Vanildo Souto Mangueira
a735445a6b Adicionando suporte a escolher um formato de favicon 2017-03-04 17:27:51 -03:00
Gilson Filho
1c367c078c Merge pull request #57 from vanildosouto/minificando-css-codeblocks
Minificando os css do code blocks
2017-03-04 17:20:46 -03:00
Vanildo Souto Mangueira
e565929136 Minificando os css do code blocks 2017-03-04 17:11:13 -03:00
Gilson Filho
c82bb52e73 Merge pull request #56 from lynix/master
Trivial: Fix file modes
2017-02-28 19:42:12 -03:00
Alexander Koch
03122d01e7 Fix file modes
Remove executable bit from template files.
2017-02-28 16:44:55 +01:00
Alasdair Nicol
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
Gilson Filho
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
Arul
b84e275adb readme updated 2016-09-14 17:05:03 +05:30
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