1
0
Fork 0
forked from github/pelican
Commit graph

65 commits

Author SHA1 Message Date
mviera
a32dc03616 Keeping simple theme up-to-date too. Issue #145 2011-08-03 22:11:16 +02:00
mviera
e8cac3bfff I change article.slug to article.url for always referencing the disqus thread to the correct url. Issue #145 2011-08-03 22:01:45 +02:00
mviera
068a3d2f1d Year and month in URL. Issue #145 2011-07-27 23:47:50 +02:00
Skami18
55bc684380 Added a head block to the simple theme. The html lang attribute of the simple theme now depends of the DEFAULT_LANG variable. 2011-07-21 19:10:38 +02:00
Skami18
dc8b168fc1 Improved the menu in themes/simple/templates/index.html. Added a #menu id 2011-07-21 18:43:18 +02:00
Skami18
3f844ee5d8 Removed an URL-related bug in templates 2011-07-21 18:41:25 +02:00
Skami18
bafa2154ff Added the author.html template to the simple theme. 2011-07-19 12:18:14 +02:00
Massimo Santini
dd5aeb678a Added author.html and authors.html templates and modified the docs accordingly 2011-07-16 00:44:36 +02:00
Massimo Santini
d8da5ce590 Genetare authors pages with all their posts 2011-06-30 23:49:09 +02:00
Massimo Santini
0a26fcbd0d Avoiding to generate 1/1 if pagination is set to false 2011-06-30 23:46:29 +02:00
Alexis Metaireau
96c42c0aa5 give full credit (with url to the initial theme) for the notmyidea theme 2011-06-17 20:32:59 +02:00
Jochen Breuer
94b15b5260 Added template, inlcude in base and some documentation for Piwik. 2011-06-13 07:30:33 +02:00
Skami18
a5d4027c80 Removed the bug #122 and a lone closing tag 2011-06-01 19:00:56 +02:00
derdon
ac391479f2 fixed link to pelican homepage in the simple theme 2011-04-26 13:44:26 +02:00
FELD Boris
b2be5638f8 Rename SKRIBIT_TAB_DISTANCE_VERT (SKRIBIT_TAB_DISTANCE_HORIZ) to respectively SKRIBIT_TAB_VERT (SKRIBIT_TAB_HORIZ). 2011-02-22 11:18:41 +01:00
FELD Boris
68f8826ecf Add support for skribit widget. WARNING : NOT TESTED. 2011-02-22 11:15:20 +01:00
FELD Boris
e43d660733 Add support for skribit suggestions tab. WARNING : NOT TESTED. 2011-02-22 11:10:58 +01:00
Alexis Metaireau
8171e1753c Fix a template bug. 2011-02-17 19:03:23 +00:00
Laureline Guerin
636e939d23 Pagination - update simple theme 2011-02-15 13:57:00 +01:00
Laureline Guerin
17fe724ca4 Fix category url in base template - simple theme 2011-02-15 13:53:20 +01:00
Laureline Guerin
eb0f33df16 Pagination - rename template 2011-02-15 13:48:14 +01:00
Laureline Guerin
4111acd1c1 Pagination added for index and tag/category pages 2011-02-14 16:24:54 +01:00
Alexis Metaireau
816d2cd4b4 Move martyalchin and brownstone theme to pelican-themes 2011-02-01 21:51:58 +00:00
Alexis Metaireau
d13e6f14fb Changes about locales and dates.
Add a way to specify the locale in the settings, and the date formating as well.
Fixes #61.
2011-02-01 21:44:50 +00:00
Alexis Metaireau
55da03ad2f Fix notmyidea layout. This fixes #54 2011-01-12 19:08:29 +01:00
Alexis Metaireau
79576f25b6 Fix translation feature. Add translation support to the notmyidea theme. 2011-01-05 16:22:52 +01:00
Alexis Metaireau
a71d93c63c Add comment number support. 2010-12-19 03:34:19 +00:00
Freeculture
44bdcb9c92 Put RSS Feed as optional in brownstone template 2010-12-18 10:11:31 +01:00
Freeculture
c9626d7916 Add of brownstone template 2010-12-17 09:42:04 +01:00
Freeculture
01af09fd23 Add RSS feed if exists in the template 2010-12-17 09:34:20 +01:00
Freeculture
7a9bbc4491 Add the category name in the title page 2010-12-17 09:31:20 +01:00
Freeculture
8352b61367 Creation of tag template page 2010-12-17 09:29:01 +01:00
Alexis Metaireau
dd97b35029 Add the tag list to the articles, if any. 2010-12-14 15:05:43 +00:00
Florian Preinstorfer
bdbba6bc68 fixed generation of archive.html (template simple)
-just one loop needed
-same date format as in index.html (template simple)
2010-12-10 20:28:45 +01:00
Florian Preinstorfer
497b725dab fixed a spelling error 2010-12-10 19:37:32 +01:00
Freeculture
8cca3d8f01 Original theme force image alignment on the right. Removed it to choose it with a markup langage. 2010-12-06 06:09:19 -08:00
Freeculture
9bdb5b8a88 A large image causes problem in article excerpt. It comes on following excerpt area. I think the best thing to do is to disable display of images in excerpt. 2010-12-03 09:28:40 -08:00
Alexis Metaireau
836d4ea117 Refactoring, Again :)
Added some more notes about how this is working on the documentation. I do think
that the overall structure is clearer now, and easiest to understand. After all,
that's how it should always be !

--HG--
rename : pelican/processors.py => pelican/generators.py
rename : pelican/generators.py => pelican/writers.py
2010-12-02 03:22:24 +00:00
Alexis Metaireau
5fda51de42 Fix #12 2010-11-26 23:37:03 +00:00
Alexis Metaireau
090a02a9e3 Change the output directory structure and a bit the templates structure as well.
--HG--
rename : pelican/themes/martyalchin/css/style.css => pelican/themes/martyalchin/static/css/style.css
rename : pelican/themes/notmyidea/css/main.css => pelican/themes/notmyidea/static/css/main.css
rename : pelican/themes/notmyidea/css/pygment.css => pelican/themes/notmyidea/static/css/pygment.css
rename : pelican/themes/notmyidea/css/reset.css => pelican/themes/notmyidea/static/css/reset.css
rename : pelican/themes/notmyidea/css/wide.css => pelican/themes/notmyidea/static/css/wide.css
rename : pelican/themes/notmyidea/images/icons/delicious.png => pelican/themes/notmyidea/static/images/icons/delicious.png
rename : pelican/themes/notmyidea/images/icons/lastfm.png => pelican/themes/notmyidea/static/images/icons/lastfm.png
rename : pelican/themes/notmyidea/images/icons/linkedin.png => pelican/themes/notmyidea/static/images/icons/linkedin.png
rename : pelican/themes/notmyidea/images/icons/rss.png => pelican/themes/notmyidea/static/images/icons/rss.png
rename : pelican/themes/notmyidea/images/icons/twitter.png => pelican/themes/notmyidea/static/images/icons/twitter.png
2010-11-21 01:49:37 +00:00
Alexis Metaireau
4702dd896b Add section open and close in the notmyidea theme. 2010-11-20 18:47:40 +00:00
Alexis Metaireau
01b6d8eb44 Update the wide theme. 2010-11-19 02:13:38 +00:00
Alexis Metaireau
5b1dd2f3f1 CSS Fix. Don't hilight titles links. 2010-11-18 03:37:38 +00:00
Alexis Metaireau
bab39c9800 Add a "wide" css for notmyidea.org theme 2010-11-18 03:33:57 +00:00
Jerome
cdd1719334 - Added configurable twitter button
Just add a TWITTER_USERNAME='foo' in your settings file
2010-11-17 08:24:20 +01:00
Jerome
5a3c58f55e - Added configurable Google analytics template
(GOOGLE_ANALYTICS='UA-XXXX-YYYY' in your settings file)
2010-11-15 16:47:44 +01:00
Jerome
8de5e7b3a8 - Added linkedin support 2010-11-15 16:33:47 +01:00
Alexis Metaireau
59a8bf024e Add the page.html template to the "simple" theme. Fix #2. 2010-11-08 23:04:00 +00:00
Alexis Metaireau
35dc0bf34c Add a new theme "martyalchin", based on http://martyalchin.com 2010-11-08 01:26:45 +00:00
Alexis Metaireau
d0b034db0a Add PDF to the templates. 2010-11-06 02:40:10 +00:00