aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move content below the navbar if no Javascript is availableHEADmasterWolfgang Wiedmeyer2016-08-121-1/+10
|
* display icons in general sidebar item listWolfgang Wiedmeyer2016-08-111-2/+5
|
* add possibility to define links to arbitrary content on the sidebarWolfgang Wiedmeyer2016-08-022-0/+20
|
* don't collapse the menu if javascript is disabledWolfgang Wiedmeyer2016-08-022-3/+15
| | | | | thanks to Adrian Aulbach for the code snippet gist: https://gist.github.com/AdrianAulbach/9bb79f6e5d9b1ed0cff3
* Jquery also needs to be a newer version.Wolfgang Wiedmeyer2016-07-291-3/+3
|
* rework static filesWolfgang Wiedmeyer2016-07-2948-3045/+40
| | | | | | get minified CSS and JS files from Debian packages fix font loading remove unneeded CSS and JS
* change license links to httpsWolfgang Wiedmeyer2016-07-291-1/+1
|
* adapt footer for license and Impressum/DatenschutzWolfgang Wiedmeyer2016-07-291-10/+7
|
* Merge pull request #413 from dmark/sidebar-social-iconsJustin Mayer2016-07-192-26/+71
|\ | | | | pelican-bootstrap3: "line-chart" icon for use in "social" links list
| * "line-chart" icon for use in "social" links listMark Drummond2016-07-162-26/+71
|/ | | | minor edits to the README
* Merge pull request #404 from PiJoules/masterJustin Mayer2016-07-021-0/+6
|\ | | | | Backdrop: Check first if there are any articles before showing them
| * check first if there are any articles before showing themLeo is awesome2016-06-071-0/+6
| |
* | Merge pull request #399 from alexandrevicenzi/masterJustin Mayer2016-07-021-0/+0
|\ \ | | | | | | Update Flex theme to 1.2
| * | Update Flex to 1.2.Alexandre Vicenzi2016-06-021-0/+0
| |/ | | | | | | | | | | | | | | | | Changes - [Update font-awesome](https://github.com/alexandrevicenzi/Flex/issues/31) - [Added browser color configuration](https://github.com/alexandrevicenzi/Flex/pull/34) - [Related posts](https://github.com/alexandrevicenzi/Flex/pull/27) - [More Pygments Styles](https://github.com/alexandrevicenzi/Flex/issues/38)
* | Merge pull request #398 from bnice5000/CSS_FixesJustin Mayer2016-07-022-3/+21
|\ \ | | | | | | pelican-bootstrap3: CSS fixes
| * | Logo/Site Name Navbar issueBrian Levin2016-06-012-1/+9
| | | | | | | | | | | | | | | | | | 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.
| * | Anchor Tag Offset FixBrian Levin2016-06-011-2/+12
| |/ | | | | | | | | Fixes issue when anchor tags are clicked, the navbar causes the offset to fall short. This fixes that behavior.
* | Merge pull request #410 from kdeldycke/plumage-08-releaseJustin Mayer2016-06-221-0/+0
|\ \ | | | | | | Update Plumage to latest 0.8 release
| * | Update Plumage to latest 0.8 release.Kevin Deldycke2016-06-221-0/+0
|/ /
* | Merge pull request #395 from NathanHarrington/pelican-pages-fixJustin Mayer2016-06-211-1/+1
|\ \ | | | | | | pelican-bootstrap3: Fix outdated PAGES variable to "pages"
| * | Correctly display pages on menu by correcting pages variable nameNathan Harrington2016-05-301-1/+1
| |/
* | Merge pull request #394 from dandavison/about-wilson-fix-yearJustin Mayer2016-06-211-1/+1
|\ \ | | | | | | Fix year in aboutwilson copyright notice
| * | Fix yearDan Davison2016-05-291-1/+1
| |/
* | Merge pull request #393 from nevillelyh/masterJustin Mayer2016-06-211-1/+1
|\ \ | | | | | | pelican-bootstrap3: Add slideshare to non-square icon list
| * | add slideshare to non-square icon listNeville Li2016-05-261-1/+1
| |/
* | Merge pull request #391 from TC01/monospace_pagesJustin Mayer2016-06-201-1/+1
|\ \ | | | | | | monospace: link to page.url, not page.slug
| * | In monospace theme, link to page.url, not page.slugBen Rosser2016-05-181-1/+1
| |/
* | Merge pull request #389 from krid78/pelican_bootstrap3_heise_shariffJustin Mayer2016-06-202-17/+65
|\ \ | | | | | | pelican-bootstrap3: Update heise shariff to latest stable v1.23.0
| * | updates heise shariff to latest stable v1.23.0Daniel Kriesten2016-05-082-17/+65
| | |
* | | Merge pull request #388 from dmark/sidebar-imagesJustin Mayer2016-06-202-1/+9
|\ \ \ | | | | | | | | pelican-bootstrap3: Add sidebar image header
| * | | Added sidebar image header feature.Mark Drummond2016-05-052-1/+9
| |/ /
* | | Merge pull request #407 from patricklucas/fix_submodule_pathKura2016-06-131-1/+1
|\ \ \ | | | | | | | | Fix eevee submodule path
| * | | Fix eevee submodule pathPatrick Lucas2016-06-131-1/+1
|/ / / | | | | | | | | | | | | Use 'https' instead of 'git' for the submodule scheme so non-@kura users can successfully update submodules.
* | | Merge pull request #405 from kura/eeveeKura2016-06-122-0/+3
|\ \ \ | | | | | | | | Added eevee theme
| * | | Added eevee themeKura2016-06-122-0/+3
|/ / /
* | | Merge pull request #402 from LutzCle/pelican-bootstrap3-modJustin Mayer2016-06-112-0/+6
|\ \ \ | |_|/ |/| | pelican-bootstrap3: hide certain elements if empty
| * | pelican-bootstrap3: Display navbar-toggle buttonClemens Lutz2016-06-101-0/+2
| | | | | | | | | | | | | | | | | | only if pages exist and DISPLAY_PAGES_ON_MENU is enabled or categories exist and DISPLAY_CATEGORIES_ON_MENU is enabled.
| * | pelican-bootstrap3: Hide archives link in navigation bar while ↵Clemens Lutz2016-06-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | ARCHIVES_SAVE_AS is empty. Replace HIDE_ARCHIVE variable with hiding while archiving is not enabled Revert README
| * | pelican-bootstrap3: Don't print page title HTML tags if title is emptyClemens Lutz2016-06-061-0/+2
|/ /
* | Merge pull request #390 from kplaube/masterJustin Mayer2016-05-171-0/+0
|\ \ | |/ |/| Update Yapeme theme to 0.0.1
| * Update Yapeme theme to 0.0.1Klaus Laube2016-05-161-0/+0
|/
* Merge pull request #384 from rlc4/masterJustin Mayer2016-04-291-1/+1
|\ | | | | new-bootstrap2: Honor "ARCHIVE_URL" in base template
| * Fixing the template to honor "ARCHIVE" locationLuwenth2016-04-261-1/+1
| |
* | Merge pull request #383 from DandyDev/update-pelican-bootstrap3Justin Mayer2016-04-2947-838/+1324
|\ \ | |/ |/| Update pelican-bootstrap3 to newest version; donate to Pelican community
| * Update README and AUTHORS, mentioning donationDaan Debie2016-04-222-9/+7
| |
| * Update link to theme in footerDaan Debie2016-04-221-1/+1
| |
| * Update pelican-bootstrap3 to latest version, donate to Pelican communityDaan Debie2016-04-2247-832/+1320
|/
* Minor improvements to Bootstrap 2 ReadMeJustin Mayer2016-04-131-3/+4
|
* Merge pull request #382 from sevagh/bootstrap2Justin Mayer2016-04-101-0/+2
|\ | | | | bootstrap2: respect DISPLAY_CATEGORIES_ON_MENU setting
| * respect DISPLAY_CATEGORIES_ON_MENU in bootstrap2Sevag Hanssian2016-04-101-0/+2
|/