Releases: Pelican-Elegant/elegant
Releases · Pelican-Elegant/elegant
V5.4.0
V5.3.0
V5.2.1
V5.2.0
5.2.0 (2020-02-03)
Bug Fixes
- regression introduced due to cache busting (b953a38)
- archives: at smaller screen layout does not make the best use of available space (a289e9d)
- syntax: code blocks with line numbers do not have the correct border radius (3a34a3e)
- syntax: improve the font size and height of download button (07595b3)
- typography: fix font size and style of TOC (2d597ab), closes #509
- Categories and Tags pages do not have space below the header (d78f4e5)
- remove invalid CSS rule (368cb2c)
- use consistent color for border (c85b7b8)
- use darker color for the site name (19f37ca)
- article: use loclate_date attribute instead of hardcoding the date format (1da552c), closes #552
- bootstrap: WIP. add Bootstrapv2.3.2 sources file to the project (43ee8eb), closes #429
- seo: regression introduced in PR #556 (28bcb85), closes #505
- typography: about me and my projects heading is not on one line (6a7989c)
- typography: font size of superscript number in categories and tags page (d0a7162)
- typography: override Bootstrap base font (f6a83a6), closes #429
- typography: top menu bar does not have correct height (d30ce82)
- typography: use consistent font and color for project list (477a467)
- typography: use consistent font in the footer (eeb0e30)
Features
- add support cache busting (cde0dc5)
- categories: change background color of uncollapsed Category (6cc11b8)
- gallery: add support for PhotoSwipe image gallery using raw HTML (ad1bcea), closes #567
- js: combine and minify all JS files into one to improve load speed (f5047d4)
- search: improve search results page look (73fa743), closes #573 #275
- search: replace tipue_search with lunr.js (9d60af1), closes #275
- SEO: Add header and documentation for Claiming Website on Yandex (2bb691d)
- SEO: add SEO and SMO meta keywords in site's home page (c5be0eb)
- sharing: Enable customizing the sharing links (f3e262f)
- syntax: add copy to clipboard button for every code snippet (6f73317), closes #574 #525
- syntax: add support for highlighting lines in code snippets (ba2de8c), closes #520
- syntax: add support for liquid_tags.include_code plugin (0550a3a), closes #518
- syntax: use Gruvbox syntax highlighting theme (0b50ab1)
- typography: use consistent fonts (8b7a8bd), closes #429
- typography: use consistent style for timestamps in tags, categories and archives pages (a421dcd)
- typography: use dns-prefetch and preconnect to improve font load time (e4bd582)
- typography: use responsive fonts (39acdbf)
V5.1.0
V5.0.1
V5.0.0
5.0.0 (2019-12-02)
Bug Fixes
- css: linter warning (a5f5c81)
- page: social profiles appear in the sidebar (c17077c), closes #534
- social: reduce icon size in the sidebar (4e0dc41), closes #490
- typography: adjust heading sizes and set small font-style to italic (d3bbf04)
- typography: remove border from headings in archive page (817bea8)
Features
- blockquote: improve blockquote look (068d50a)
- border: change border radius of tags and code blocks to match rest of the theme (5d0285f), closes #521
- border: have consistent border radius (7307467), closes #521
- code-block: minor refine code-block style (2ba2232)
- css: use PostCSS for processing CSS files (2b88865), closes #354
- links: add new style and improve existing style for hyperlinks (87fd3d3), closes #533 #519
- permalink: improve permalink look (8059ca8)
- security: use rel="noopener noreferrer" with all target="_blank" (4c843e9)
- typography: code inside heading is consistently 80% of the size (7180b49), closes #508
- typography: headings sizes and other properties are consistent (afa99ab), closes #508 #521
- typography: use darker color for article heading and increase border size (1922075)
BREAKING CHANGES
- links: Style of muted links have been changed slightly. It is
still muted but has modern animation.
V4.0.0
4.0.0 (2019-08-22)
Bug Fixes
- admonition: an artifact in border behind the title (88113c3)
- admonition: reduce border radius to match radii of other components (de08d20), closes #490
- admonition: remove box shadow (d059db8), closes #490
- admonition: remove text-shadow from heading (1c889da), closes #490
- clean URL: default URL of categories, tags and archives fails on some servers (3c7df6a), closes #280 #276
- comments: W3C validation errors (76a1f26)
- disqus: remove SITEURL condition to show Disqus comments section (753d5a5)
- lang: do not override default value of DEFAULT_LANG set by Pelican (d6c60c2)
- social: reduce icon sizes in the sidebar (c769ba3)
- social: use nofollow for social links in the sidebar (50cff87)
- social: W3C validation error (ec4521e)
- table: reduce border radius to match radii of other components (7eaaa96)
- w3c validation: remove incorrect usage of article tag (e8231e0), closes #251
- w3c validation: remove obsolete charset attribute (8deb285), closes #251
- w3c validation: remove redundant article tag (d07c27e), closes #251
- w3c validation: remove redundant sections without heading (df9221f), closes #251
- w3c validation: remove type and language attributes (b700224), closes #251
- w3c validation: update CSS rules (0b78d46), closes #251
Features
- 404: auto fill search box with URL fragment that was not found (c0a7f47)
- admonition: add box shadow (246f826)
- admonition: border color should match the title color (1adadbe)
- admonition: increase contrast of title (7fb82cc)
- admonition: use svg image instead of font-awesome icon (e7c4029), closes #487
- clean url: support clean URL for search page (088791e)
- comments: add support for utterances comment system (a2151cc), closes #288
- quotes: improve style and remove font-awesome for quote icon (9ef3ac8), closes #487
- social: add icons for 7 more websites (8dcf8fa), closes #494
- social: use svg icons instead of font-awesome (19f458b)
- table: add style rule to make tables pop out (6a8500b), closes #440
Performance Improvements
- admonition: add attributes to svg iamges (a740a60)
- requests: remove font awesome (7c20145), closes #487
BREAKING CHANGES
- requests: We have removed font awesome. Now we use svg images for all icons. This will result
in one less web request, which in turn will improve your websites performance. - social: Style customization and configuration of social icons
in the sidebar has changed.
New icons have better colors and bigger sizes.
- clean URL: To enable clean URLs for tags, categories and archives,
first configure your server to support clean URLs. Then setTAGS_URL
,
CATEGORIES_URL
andARCHIVES_URL
to"tags"
,"categories"
and
"archives"
respectively.
V3.2.0
3.2.0 (2019-07-30)
Bug Fixes
- freelists: open FreeLists subscription form in a new tab (f81657c)
- freelists: replace deprecated subscription form with button (9bfe3c1), closes #412
- freelists: rm unused include (27f0831)
Features
- comments: reduce transition duration from 500 to 200 (b86e13d)
- favicon: add 180x180 dimension shortcut icon support (dd2ed24)
- filter: add black list, white list feature for Disqus (4887aec)
- filter: add black list, white list feature for FreeLists (2407cc8)
- filter: add black list, white list feature for Mailchimp (b96122d)
V3.1.0
3.1.0 (2019-07-14)
Bug Fixes
- article: fix regression introduced in 7ca7331 (2c23961)
- authors: title attribute was not closed in quotes (de1d05b)
- gist: embedded Github gist are not laid out correctly (0416433), closes #123
- reST: indents in line blocks is not preserved (e1429c5), closes #144
Features
- article: make article subtitle italic (7ca7331), closes #284
- authors: add line above authors section (35a35b0)
- authors: add support for avatar (cc92230), closes #362
- authors: make authors URL nofollow (07bf415)
- authors: move authors below share links section (b81555a)
- authors: open author url in a new window (f97b47a)
- Chinese: add better font support for Chinese language (2711aa0), closes #134
- modified: show Last Updated only if the difference between created and modified is more than a day (b0eac79)
- monetization: add BestAzon support (6d8a23c)