| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
fix: pelican-bootstrap3: Update to JINJA_ENVIRONMENT in the README.md
|
| |
| |
| | |
Remove the deprecated JINJA_EXTENSIONS indication in favor of the up to date JINJA_ENVIRONMENT variable
|
|\ \
| | |
| | | |
Pelican Bootstrap3 Catalan translation
|
| |/ |
|
|/ |
|
|\
| |
| | |
pelican-bootstrap3: Update FontAwesome to 4.7.0
|
| |
| |
| |
| |
| | |
This allows use of many new icons. Also add 'meetup' and 'vk' to the list of
icons to which '-square' should not be appended.
|
|/
|
|
|
|
|
|
| |
Closes #460, as it documents what needs to be done to be able to use the
theme. I tested the configuration recommended in the README in a minimal
test site without translations or subsite functionality.
Also removes `i18n.patch` that was accidentally committed to the repo.
|
|
|
|
|
|
| |
This makes use of the i18n jinja extension as described in README.md.
A Makefile is provided to facilitate new translations. A translation to
German is also included.
|
|\
| |
| | |
pelican-bootstrap3: Set copyright date to modified date of latest article
|
| |
| |
| |
| |
| | |
If this happens to be available, i.e. if the article
has a 'modified' date.
|
|\ \
| | |
| | | |
pelican-bootstrap3: Hide empty <li> tags when at either end of a series
|
| | | |
|
|\ \ \
| | | |
| | | | |
pelican-bootstrap3: fix pagination in the relevant documentation
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Fix avatar source URL for subpages in pelican-bootstrap3
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When going to a subpage, such as a category page, my avatar image was not
being displayed when using the suggested format 'images/profile.png' from
the readme. The URL turned into 'category/images/profile.png' which doesn't
exist.
Include the site URL so that the image appears on all pages. This looked
like the convention used in other places like favicon.
|
|\ \ \
| | | |
| | | | |
pelican-bootstrap3: Add icons to "social" sidebar
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The template adds "-square" to the Font Awesome icon to be used,
unless the icon name is on the exception list. Some icon names
potentially relevant for the "social" sidebar block do not have
a "-square" version but are not on the exception list, so the
icons do not display correctly.
Add more relevant icon names to the list: 'home', 'user', 'users',
'envelope', 'envelope-o', 'stack-exchange', 'hacker-news'.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The "About Me" block (defined in templates/includes/aboutme.html)
consists of the image defined by AVATAR and the text in ABOUT_ME.
However, the template only displays the block if ABOUT_ME is defined.
If only AVATAR is defined, then the block is not displayed at all.
- Change the test so the "About Me" block is displayed if either
ABOUT_ME or AVATAR is defined.
- Change the structure of the "About Me" block so that the heading for
the ABOUT_ME text is displayed only if ABOUT_ME text is defined,
to avoid an empty heading. If AVATAR is defined but ABOUT_ME is not,
the block displays the AVATAR image only.
|
| | |
|
| | |
|
|\ \
| |/
|/| |
pelican-bootstrap3: Update tipue_search to v5
|
| | |
|
|\ \
| | |
| | | |
Update example sites for pelican-bootstrap3
|
| | | |
|
|\ \ \
| | | |
| | | | |
Bootstrap3: remove deprecated Twitter widget ID
|
| |/ /
| | |
| | |
| | | |
longer be a thing.
|
|\ \ \
| |_|/
|/| | |
Use HTTPS Creative Commons URLs where appropriate
|
| | | |
|
| | |
| | |
| | |
| | | |
minor edits to the README
|
|\ \ \
| | | |
| | | | |
pelican-bootstrap3: CSS fixes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed issue where if you had both your site name and your site logo
turned on, they sat on top of each other. Now they sit next to each
other.
|
| |/ /
| | |
| | |
| | |
| | | |
Fixes issue when anchor tags are clicked, the navbar causes the offset
to fall short. This fixes that behavior.
|
|\ \ \
| | | |
| | | | |
pelican-bootstrap3: Fix outdated PAGES variable to "pages"
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
pelican-bootstrap3: Add slideshare to non-square icon list
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
pelican-bootstrap3: Update heise shariff to latest stable v1.23.0
|
| |/ / |
|
|\ \ \
| |_|/
|/| | |
pelican-bootstrap3: Add sidebar image header
|
| |/ |
|
| |
| |
| |
| |
| |
| | |
only if pages exist and DISPLAY_PAGES_ON_MENU is
enabled or categories exist and
DISPLAY_CATEGORIES_ON_MENU is enabled.
|
| |
| |
| |
| |
| |
| |
| |
| | |
ARCHIVES_SAVE_AS is empty.
Replace HIDE_ARCHIVE variable with hiding while archiving is not enabled
Revert README
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|