| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Updated pelican-bootstrap3 README's Github section
|
| |
| |
| | |
Reworded a few things for clarity
|
| |
| |
| |
| |
| | |
There are no descriptions of how the various options work, and they don't work in entirely intuitive ways. I've gone through the relevant code and derived what I think are accurate descriptions of what each does.
`GITHUB_SKIP_FORK` especially is confusing, because passing it a boolean will break it.
|
|\ \
| |/
|/| |
pelican-bootstrap3: Another README improvement for i18n
|
| |
| |
| |
| |
| |
| | |
It was still not really clear for me, so trying to be as explicit
as possible, see comments to
https://github.com/getpelican/pelican-themes/commit/b30f33e3b7e3a4bc7fb2327e9efd453f3a81488e
|
|/
|
|
|
|
|
|
|
|
|
|
| |
The `PADDED_SINGLE_COLUMN_STYLE` allows the main page content to be
centered with padding on the sides.
This setting takes precidence over `HIDE_SIDEBAR`, `ABOUT_ME`, and
`AVATAR`, hiding the sidebar completely when `PADDED_SINGLE_COLUMN_STYLE`
is set to `True`.
Also cleaned up how the `class`es are assigned in the main content div.
Things were starting to get unreadable in there IMHO.
|
| |
|
|\ |
|
| |\
| | |
| | | |
pelican-bootstrap3: Add authors to sidebar
|
| | | |
|
| |\ \
| | | |
| | | | |
Pelican-Bootstrap3: add I18N language docs clarification
|
| | |/ |
|
| |/ |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is more of a proposal for refactor of the sidebar. Figured it
would be easier to do and discuss in a PR than it would be an
issue/ticket.
These changes can be split out if only some of the ideas are accepted.
It is mostly a lot cleanup and shuffling around to make it a bit more
consistent.
Here is a summary of the changes:
- Moved all sidebar related from `includes/` and into
`includes/sidebar/`.
- Moved the following sections in `includes/sidebar.html` into
their own files under `includes/sidebar/`:
- _Social_ -> `includes/sidebar/social.html`
- _Recent Posts_ -> `includes/sidebar/recent_posts.html`
- _Categories_ -> `includes/sidebar/categories.html`
- _Tags_ -> `includes/sidebar/tag_cloud.html`
- _Series_ -> `includes/sidebar/series.html`
- A whole bunch of whitespace cleanup.
- Added the `DISABLE_SIDEBAR_TITLE_ICONS` configuration option. If
`DISABLE_SIDEBAR_TITLE_ICONS` is set to True, none of the sidebar
title icons will be displayed.
- Folded in from getpelican/pelican-themes#438: Added the
`SIDEBAR_ON_LEFT` configuration option, which moves the sidebar
to the left side of the page. Sidebar will continue to appear on
the bottom of the page on smaller screens.
- Assuming getpelican/pelican#1092 worked out:
- Optional include of `includes/sidebar/optional_top.html` and
`includes/sidebar/optional_bottom.html` from within
`includes/sidebar.html`. This would allow a user to insert
sections into the sidebar.
- `includes/sidebar/recent_posts.html` include articles line items
via `includes/sidebar/article-li.html`. This allows customization.
|
|\
| |
| | |
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
|
|/ |
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
Use HTTPS Creative Commons URLs where appropriate
|
| | |
|
| |
| |
| |
| | |
minor edits to the README
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
made article tag separator configurable via TAG_LIST_SEPARATOR
|
| | |
|
|/
|
|
| |
(GITHUB_SORT_ATTRIBUTE) and ascending/descending (GITHUB_SORT_DESCENDING)
|
| |
|
|
|