| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
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')
|
| |
| |
| |
| |
| | |
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`.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit fixes an issue with users supplying their own custom `ARCHIVES_URL`
setting in their settings file while using the tuxlite-tbs theme.
The issue is that the `base.html` template didn't take the `ARCHIVES_URL`
variable into account, and therefore ignores is. This causes problems when users
want a custom archives URL.
This also fixes another part of the issue in the `archives.html` template, in
which article URLs were relative (not absolute) which causes breakage when
linking to articles.
This commit fixes all the above problems.
|
|\
| |
| | |
Enabling responsive features
|
| |
| |
| |
| | |
http://twitter.github.com/bootstrap/scaffolding.html#responsive).
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Updated CSS files with latest 2.0 release
- Removed shaded borders around content
- Added right margin to seperate content from sidebar
- Fixed disqus code
- Changed navbar color
- Many misc fixes
|
|
Built using twitter bootstrap v2.0, with responsive layout.
|