| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Rename pelican-iliork to Chameleon and update to its latest commit
|
|/ |
|
|\
| |
| | |
Add Piwik support to simple-bootstrap theme
|
| | |
|
|\ \
| | |
| | | |
Minor tuxlite_tbs updates
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
You're supposed to prepend FEED_DOMAIN to the FEED variables according to the documentation so you can use an external feed domain.
From the docs: "Since feed URLs should always be absolute..."
Also, those FEED_ATOM, etc variables were bare with no / at the beginning so they were broken. You're not supposed to be putting a / at the beginning of your FEED_ variables in pelicanconf.py.
From the docs: FEED_ALL_ATOM ('feeds/all.atom.xml')
|
| | |
| | |
| | | |
sort the tags; be nice to your visitors...
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Actually put the title of the blog entry in the tweet.
Example blog entry titled "New Blog: Pelican"
The tweet generated will look like:
New Blog: Pelican http://blog.feld.me/posts/2014/06/new-blog-pelican/ via @feldpos
This is a much better format for your users to share
|
|\ \
| | |
| | | |
Tuxlite tbs fixes
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The Bootstrap style sheet references these files and uses them in
responsive mode.
Not including them results in HTTP 404 Not Found requests.
The URLs in the style sheet have been changed to use the Pelican theme icon
folder.
|
| | |
| | |
| | |
| | |
| | | |
The method for obtaining the year was copied from
`pelican-bootstrap3/templates/includes/footer.html`.
|
| | |
| | |
| | |
| | |
| | | |
Avoid using GitHub as a CDN for Twitter Bootstrap. The file
bootstrap-collapse.js is now included as a static asset in the theme.
|
|/ /
| |
| |
| |
| | |
Since there is no default value for the variabel `ARCHIVES_URL`, it is
replaced by a hard coded value of `archives.html`.
|
|\ \
| | |
| | | |
Fix a typo in new-bootstrap2/README.rst
|
|/ /
| |
| | |
s/slitly/a slightly/
|
|\ \
| | |
| | | |
Add new theme: ptemplate
|
|/ / |
|
|\ \
| | |
| | | |
Fix hard-coded feeds and feed urls in aboutwilson/templates/base.html
|
|/ / |
|
|\ \
| | |
| | | |
Fix hard-coded items in aboutwilson theme
|
|/ / |
|
|\ \
| | |
| | | |
[pelican-bootstrap3] Tag feeds now use tag.slug
|
|/ / |
|
|\ \
| | |
| | | |
[pelican-bootstrap3] Added support for series plugin
|
| | | |
|
|\ \ \
| |_|/
|/| | |
pelican-bootstrap3: Fix category feeds and pagination
|
| |/ |
|
|/
|
| |
This allows the theme to follow pagination specification through PAGINATION_PATTERNS. See Issue #265
|
|\
| |
| | |
Fix checkout of blue-penguin and add nikhil-theme correctly
|
|/
|
|
| |
correctly
|
|\
| |
| | |
Adding a new theme nikhil-theme as submodule.
|
|/ |
|
|\
| |
| | |
Tag and category-specific ATOM feed links in header of respective web pages
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Keep the latex and tag-specific feeds in bootstrap3
Conflicts:
pelican-bootstrap3/templates/base.html
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Theme become compatible with Pelican documentation, enable firefox to dynamic-bookmark the feeds by adding meta data.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
see http://querbalken.net/howto-activate-feeding-for-pelican-blog-en.html
Extended Pelican theme bootstrap
For firefox dynamic-bookmark the metadata were only aware of FEED_ALL_ATOM and FEED_ALL_RSS, but the docs http://docs.getpelican.com/en/latest/settings.html also name FEED_ATOM and FEED_RSS. So I added awareness for them.
Since the Theme did not show any menu-link for the feeds, I did NOT add them.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Extended and fixed Pelican theme tuxlite_tbs to
* become compatible with Pelican 3.2 and 3.3 documentation: http://docs.getpelican.com/en/latest/settings.html to get the feed links working with with FEED_ATOM and FEED_RSS (which now default to "None") but also FEED_ALL_ATOM and FEED_ALL_RSS.
* enable firefox to dynamic-bookmark the feeds by adding meta data.
|
|\ \ \ \
| | | | |
| | | | | |
Gum show multiple authors if there are any
|
| | | | |
| | | | |
| | | | |
| | | | | |
tabs and spaces were mixed in index.html, retabbed to spaces-only with tabstop=4
|
| | | | |
| | | | |
| | | | |
| | | | | |
add indentation spaces which were missing due to copy-paste editing
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
until pelican rev 8e897ea it is possible to have multiple authors for
a post. This patch implements the visualization of multiple authors for
the gum theme.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Display comments section only when needed on boostrap theme
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
TWITTER_USERNAME is set
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
FACEBOOK_APPID variables are set (for the the boostrap theme)
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix inline code tag rendering
|