Skip to content

Releases: Pelican-Elegant/elegant

V3.0.0

03 Jul 18:33
Compare
Choose a tag to compare

3.0.0 (2019-07-03)

Bug Fixes

  • admonition: links should inherit the admonition color (60c9184)
  • freelists: use SUBSCRIBE_BUTTON_TITLE instead of generic GO (c346d1f)
  • home: remove redundant title (808cd1d)

Features

  • home: write about me in markdown, reST or asciidoc (9b5b2ec), closes #85
  • menu: set home URL to root if SITEURL is not (23e0b94)

BREAKING CHANGES

  • home: Previously LANDING_PAGE_ABOUT was a dictionary that contained html tags. We used it
    to create landing page. But users have demanded from the very beginning to be able to write the
    landing page in markdown. This patch adds this feature. But in order to use it, you have to update
    your configuration.

V2.5.0

30 Jun 12:48
Compare
Choose a tag to compare

2.5.0 (2019-06-30)

Features

  • comments: replace disqus_identifier with comment_id (3aa4e24)

V2.4.0

30 Jun 10:54
Compare
Choose a tag to compare

2.4.0 (2019-06-30)

Features

  • footer: make external links Nofollow (137a02a)
  • footer: move site subtitle to the center (b5baa11)
  • footer: open exit links in new tab (8fd9f28)
  • footer: optionally show the host information (9de2dab)
  • footer: powered by message is always aligned to the right (5e47b7c)
  • footer: remove fixed height by using flexbox for sticky footer (d9d84e1)
  • footer: use flexbox instead of list for items in the footer (bef7db9)
  • onelink: add Amazon Affiliate Disclosure (cbfa6ac)

Version 2.3.0

29 Jun 13:34
af6f152
Compare
Choose a tag to compare

Project Management

  • Documentation is hosted at https://elegant.oncrashreboot.com/
  • Host and build documentation using Netlify
  • elegant.oncrashreboot.com domain is the final home of documentation. It shall never change
  • Delete github pages and related repositories

Features

  • New: FontAwesome updated to version 4.7.0
  • New: Photos plugin support for photo gallery creation
  • New: Lightbox support for Photos plugin
  • Fixed: Amazon One Link div is in the header
  • Fixed: Separated claims for Google and Bing into individual includes

Documentation

  • New: Help article on claim Google and Bing

CI

  • New: Enable deploy previews for every pull request
  • New: Add spell check for every pull request, and master and next branches
  • New: Add git hooks to format the code
  • New: Add commit Zen support
  • New: Add html5validator, which along with w3c_validator, makes for two html validation tools in the CI
  • New: Improve CI build times
  • Remove: peru for downloading plugins and themes
  • New: Add pull request template

Version 2.2

09 Jun 19:05
7827fda
Compare
Choose a tag to compare
  • New: TipueSearch updated to 7.1
  • New: Use PROJECTS_TITLE to customize project list title. (default My Projects)
  • Changed: Reading Time is displayed only if it is greater than READING_TIME_LOWER_LIMIT variable (default 4 min)
  • Changed: Project documentation has been moved inside the Elegant repository
  • Removed: Google Plus author

Version 2.1.1

10 Feb 18:01
0bf8059
Compare
Choose a tag to compare

Hot fix release

  • Fix: Links to tags and categories feeds are not generated correctly

Version 2.1

10 Feb 16:02
269535f
Compare
Choose a tag to compare
Fix HTML5 compatibility (#234)

- fixed date stamps to be HTML5 valid
- add `itemscope` to `<article>`

What I ommitted, but may need to fix later, if HTML5 hasn’t
included it yet:

- remove: `<meta name="copyright" content="{{ AUTHOR }}" />`

Version 2.0

10 Feb 16:01
e541ba3
Compare
Choose a tag to compare
Revert "Fix #202. Change code to conform to Jinaj 2.10 API (#207)"

This reverts commit c0624f9cfc38806c1eeff6d67ac7558b1830355c.

Fix #223

 Conflicts:
	templates/archives.html

Version 1.3

11 Oct 08:23
Compare
Choose a tag to compare
  • Next and previous article navigation is placed below comments section so that article's content and comments appear together
  • Article title and site name in <title> tag is separated by · which is cleaner and more subtle than -
  • Subtitle of articles and pages is added in <title> tag along with main title
  • Description meta tag on Home Page uses SITE_DESCRIPTION
  • Bug fix: Expand comments section if URL points to a comment
  • Bug fix: CSS style of links in an unordered list inside article content is different from article links

Version 1.2

02 Oct 18:50
Compare
Choose a tag to compare
  • RSS and Atom feed links
  • CSS style for permanent links added. It is visible only user hovers over the heading
  • Block quote is indented towards left
  • Bug fix: Hyperlink dashed underline is not visible on Chrome
  • Bug fix: Text in list goes beyond list marker when text is long and overflows to next line
  • Bug fix: Disqus comment count is always 0