aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #600 from tchamberlin/patch-1Justin Mayer2018-09-011-3/+5
|\ | | | | Updated pelican-bootstrap3 README's Github section
| * Further wording change to README'S Github sectionThomas Chamberlin2018-05-261-1/+3
| | | | | | Reworded a few things for clarity
| * Updated README's Github section Thomas Chamberlin2018-05-261-3/+3
| | | | | | | | | | 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.
* | Merge pull request #590 from jranke/pb3-i18nJustin Mayer2018-09-011-3/+5
|\ \ | |/ |/| pelican-bootstrap3: Another README improvement for i18n
| * pelican-bootstrap3: Another README improvement for i18nJohannes Ranke2018-03-081-3/+5
| | | | | | | | | | | | 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
* | Added PADDED_SINGLE_COLUMN_STYLE settingPedro H2018-04-011-0/+9
|/ | | | | | | | | | | | 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.
* Add readme changesKirill K2017-10-101-7/+12
|
* Merge branch 'master' into archive-sidebarJustin Mayer2017-09-041-0/+13
|\
| * Merge pull request #531 from josch/authors-sidebarJustin Mayer2017-09-041-0/+1
| |\ | | | | | | pelican-bootstrap3: Add authors to sidebar
| | * pelican-bootstrap3: Add authors to sidebarJohannes 'josch' Schauer2017-07-291-0/+1
| | |
| * | Merge pull request #541 from theMarix/improve-i18n-configuration-documentationJustin Mayer2017-09-041-0/+8
| |\ \ | | | | | | | | Pelican-Bootstrap3: add I18N language docs clarification
| | * | Improve documentation on I18N of pelican-bootstrap3Matthias Bach2017-08-251-0/+8
| | |/
| * / Add support for Flattr domain verification to Pelican-Boostrap3Matthias Bach2017-09-011-0/+4
| |/
* / pelican-bootstrap3: Add archive to sidebarJohannes 'josch' Schauer2017-07-301-0/+1
|/
* pelican-bootstrap3: refactored sidebar (#466)Pedro2017-04-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Merge pull request #486 from mr-ubik/patch-1Alexis Metaireau2017-04-081-1/+3
|\ | | | | fix: pelican-bootstrap3: Update to JINJA_ENVIRONMENT in the README.md
| * Update to JINJA_ENVIRONMENTMichele "Ubik" De Simoni2017-02-071-1/+3
| | | | | | Remove the deprecated JINJA_EXTENSIONS indication in favor of the up to date JINJA_ENVIRONMENT variable
* | fix typo in READMELioman2017-03-151-1/+1
|/
* Update documentation to clarify dependenciesJohannes Ranke2016-12-221-1/+9
| | | | | | | | 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.
* Make pelican-bootstrap3 multilingualJohannes Ranke2016-12-131-1/+11
| | | | | | 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.
* Merge pull request #403 from jeremyn/masterJustin Mayer2016-09-101-2/+2
|\ | | | | Use HTTPS Creative Commons URLs where appropriate
| * Use HTTPS Creative Commons URLs where appropriateJeremy Nation2016-06-051-2/+2
| |
* | "line-chart" icon for use in "social" links listMark Drummond2016-07-161-25/+70
| | | | | | | | minor edits to the README
* | Added sidebar image header feature.Mark Drummond2016-05-051-1/+6
|/
* Update README and AUTHORS, mentioning donationDaan Debie2016-04-221-6/+5
|
* Update pelican-bootstrap3 to latest version, donate to Pelican communityDaan Debie2016-04-221-6/+36
|
* Updated pelican-bootstrap3 to latest versionDaan Debie2015-02-211-22/+44
|
* pelican-bootstrap3: Add support for coderwall badgesYuya Kusakabe2014-12-261-0/+4
|
* Added support for series pluginLeonardo Giordani2014-11-021-0/+10
|
* Updated pelican-bootstrap3 to the latest versionDaan Debie2014-08-211-10/+70
|
* Updated pelican-bootstrap to v1.2Daan Debie2014-01-271-6/+99
|
* Updated pelican-bootstrap3 to v1.1Daan Debie2013-12-271-10/+34
|
* Merge pull request #175 from nikipore/pelican-bootstrap3-taglist-separatorJustin Mayer2013-12-101-1/+5
|\ | | | | made article tag separator configurable via TAG_LIST_SEPARATOR
| * made article tag separator configurable via TAG_LIST_SEPARATORJan Müller2013-11-241-1/+5
| |
* | github activity: allow sorting by an arbitrary attribute ↵Jan Müller2013-11-231-3/+5
|/ | | | (GITHUB_SORT_ATTRIBUTE) and ascending/descending (GITHUB_SORT_DESCENDING)
* Updated pelican-bootstrap3 to newest versionDaan Debie2013-09-121-3/+3
|
* Added pelican-bootstrap3 themeDaan Debie2013-08-231-0/+64