| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
pelican-bootstrap3: Add DNT meta so Twitter doesn't track us
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
|/| |
Add Taman theme as submodule
|
|/ |
|
|\
| |
| | |
Fix Python 3 unorderable types issue with multiple themes
|
| |
| |
| |
| |
| |
| | |
{% for article in articles | sort %} resulted in:
"CRITICAL: unorderable types: Article() < Article()"
|
|\ \
| | |
| | | |
Delete stray Vim data files and update .gitignore
|
| |/
| |
| |
| |
| | |
Also updates `.gitignore` to exclude other system and editor data files
and directories.
|
| | |
|
|\ \
| | |
| | | |
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.
|
|\ \
| | |
| | | |
Nice-blog submodule update
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
pelican-bootstrap3: Add archive to sidebar
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
pelican-bootstrap3: Add authors to sidebar
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Pelican-Bootstrap3: add I18N language docs clarification
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
theMarix/pelican-bootstrap3-modernize-flattr-support
Pelican-Bootstrap3: Add support for Flattr domain verification
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Add Resume theme as submodule
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Suhaib Khan <suheb.work@gmail.com>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Update relapse submodule
|
|/ / / / / |
|
| | | | |
| | | | |
| | | | | |
'loop' is undefined
|
|/ / / / |
|
|/ / / |
|
|\ \ \
| |/ /
|/| | |
Just-Read: Correct FEED_ATOM variable name
|
|/ /
| |
| |
| | |
The pelicanconf.py variable for the ATOM feed is `[FEED_ATOM](http://docs.getpelican.com/en/stable/settings.html#feed-settings)`, not `FEED`.
|
|\ \
| |/
|/| |
Updates to Bulrush theme
|
|/
|
|
|
|
| |
- Upgrade Bulma to v0.4.1
- Add MailChimp integration
- Configure for installation as module
|
|\
| |
| | |
Update Bulrush with title and code formatting
|
| | |
|
|/ |
|
|
|
|
|
|
| |
Both pelican-octopress-theme and pelipress seem to have been
abandoned. MrSenko/pelican-octopress-theme is a fork which has
merged all pending PRs from the original repo and also added
the functionality originally developed by pelipress.
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
* uploaded medio theme
* cons example
* Added example_pelicanconf.py
|
|\
| |
| | |
Add minimalX theme as submodule
|