| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
| |
| |
| |
| |
| | |
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.
|