| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
pelican-bootstrap3: Strip HTML tags from head title
|
| |/
| |
| |
| | |
issue must be handled in the theme.
|
|\ \
| | |
| | | |
[pelican-bootstrap3] Update to bootstrap-3.4.1, bootswatch-3.4.1
|
| | | |
|
| |/ |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since Pelican 4.0, `CATEGORY_FEED_ATOM` and `TAG_FEED_ATOM` are expected
to use `{slug}`, not `%s`. Seems to have been introduced in
getpelican/pelican#2383.
This would cause the following error:
```
CRITICAL: TypeError: not all arguments converted during string formatting
```
This change allows for backwards and forward compatibility.
|
| |
|
|\
| |
| | |
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
|
|\ \
| | |
| | | |
pelican-bootstrap3: Add PADDED_SINGLE_COLUMN_STYLE setting
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
As explained on this page, this meta tag prevents Twitter from using your webpage to track people:
https://dev.twitter.com/web/overview/privacy#what-privacy-options-do-website-publishers-have
Generally speaking, this is the kind of tracking that nobody expects. Nobody thinks that by going to *my* website, which shows some tweets, that Twitter will be tracking them.
Let's turn that off by default. Hopefully this isn't controversial.
|
|\
| |
| | |
Pelican-Bootstrap3: Add GitLab to non-square icon list
|
| |
| |
| |
| | |
This commit adds gitlab to the list of non-square icons in
pelican-bootstrap3.
|
| | |
|
|\ \
| | |
| | | |
Fix copyright year to 2014
|
| |/
| |
| |
| |
| |
| | |
See hlapp/cc-tools#3 for the corresponding change in the original source repo.
I recognize this is a minuscule change, but the year 1994 is simply wrong,
makes no sense, and is simply an honest mistake.
|
|\ \ |
|
| |\ \
| | | |
| | | | |
pelican-bootstrap3: Add authors to sidebar
|
| | |/ |
|
| |\ \
| | | |
| | | | |
Pelican-Bootstrap3: add I18N language docs clarification
|
| | |/ |
|
| |/ |
|
|/ |
|
|
|
|
| |
This commit adds instagram to non-square icon in pelican-bootstrap3
theme to use it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|\
| |
| | |
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
|