| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
feature of the liquid tags ipython notebook plugin (#467)
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: 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.
|
|\ \
| | |
| | | |
pelican-bootstrap3: Fix outdated PAGES variable to "pages"
|
| |/ |
|
| |
| |
| |
| |
| |
| | |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
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
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
make sure description which contain html work right
make pygment css only work in highlight class
|
|/ |
|
| |
|
|
|