Skip to content

v1.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@chriskyfung chriskyfung released this 29 Sep 16:25
· 224 commits to master since this release

What's changed

💥 Breaking Change

  • Renamed the site-level variable from disqus-amp-baseurl to disqus_amp_baseurl

✨ New Features

  • (sidebar) Introduced sidebar.featured and sidebar.recent_posts variables to enable/disable displaying "Featured" and "Recent Posts" widgets in the sidebar, respectively
  • (sidebar) Support displaying "Resources" widget (View on GitHub, Latest Release, etc.) to the sidebar by listing download variable in front matter
  • (sidebar) Support switching "Latest Release" to "Download" button by specifying download.url with an URL value in front matter
  • (index.html) Added feature boxes and pagination to the landing page

🔥 Removed

  • Dropped the site-level variable isSubdirectory

🐛 Bug fixes

  • (picture.html, post.html, post-left-sidebar.html) Fixed broken images by adding the base URL to the image URLs

🎨 Improvements

  • (default.html) Replaced hardcoded values with site-level variables

📦 Packages

  • (Gemfile) Added the jekyll-github-metadata plugin

🔧 Chores

  • (.gitignore) Updated to omit .env files
  • (_config.yml) Set /amp-affiliately-jekyll-theme as base URL of the project page
  • (_config.yml) Configured google_analytics, gtm, cse_id, adsense, addthis and buyme variables for third-party elements
  • (_config.yml) Removed chris's author data

📝Documentation

  • Added tags to sample posts

Full Changelog: v1.0.0...v1.2.0