Releases: neilstudd/mojovation
Releases · neilstudd/mojovation
v2.5: Book/Barefoot promo
v2.4: Hide blog for now
- As I'm lacking time to post regular blog content right now, make the site cleaner by hiding it.
- Blog posts are all still there, for SEO/archiving purposes.
- The blog may return some day!
v2.3: Removed Peloton data
- Removed the Peloton page which was added in v2.1 (the nightly data updates were causing unnecessary noise in the logs)
- NB: The Peloton data is still updated nightly - but it's now published to https://neilstudd.github.io/peloton
- Expect previous blog publishing cadence to resume in the New Year!
v2.2: Added Mac build config
- Gemfile changes to support building on Mac
- Minor rendering changes for Ecologi/Peloton data
- Plus new blog posts
v2.1: Added pointless Peloton page
- Added nightly sync of Ecologi and Peloton data into
_static
folder (thanks to this GitHub Action) - Created a Peloton page (reasonably hidden) to output my latest Peloton stats
- Plus this week's blog posts
v2.0: Site redesign
- Changed theme from Modernist to Minimal (with some documented CSS tweaks).
- Increased site width for desktop devices.
- Change blog listings to gallery view.
- Clearer About Us and Service Packages pages.
- New blog post announcing the changes.
v1.5: Previous/Next Post links; header images in front matter
- Added "Previous/Next Post" links on blog posts
- Experiment with importing data from json (rendering Ecologi data on About page)
- Moved header gifs into front matter (
image: /assets/img/my-image.gif
) - Installed a spell-checker in VS Code, and repaired all my mistakes!
- Plus latest blog posts
v1.4: Book review hub, daily auto-deploy
- Add a dedicated Book Reviews page and linked to it from homepage.
- Incorporated thumbnails into the book reviews, including in the front matter (new
cover:
attribute). - Created a new GitHub Action which publishes the site at 7am UTC, so if a post for that day has been committed in advance, it will automatically go-live at 7am.
v1.3: Homepage/RSS blog refinements
- Include blog excerpts in RSS feed
- Restore "last five blog posts" on homepage
- Added testimonials from feedback received so far
- Merged the About and Contact pages together
- Plus all the latest blog posts!
v1.2: Paginated blog
- Use the Jekyll paginator to add paginated archive of blog posts
- Articles per page is configured via
_config.yml
(currently 20 per page, i.e. there will only be one page until we hit 20 posts)