From 05f912e94c50792fe706478d65ee8c78340616a4 Mon Sep 17 00:00:00 2001 From: Florian Klampfer Date: Fri, 6 Sep 2024 17:28:08 +0700 Subject: [PATCH] Update content --- .gitignore | 9 --------- CHANGELOG.md | 2 +- _data/authors.yml | 2 +- _includes/my-body.html | 14 -------------- _includes/table.md | 2 +- .../_posts/2018-09-01-introducing-dark-mode.md | 2 +- .../_posts/2021-02-13-whats-new-in-hydejack-9-1.md | 14 ++++++-------- 7 files changed, 10 insertions(+), 35 deletions(-) diff --git a/.gitignore b/.gitignore index eb5ff34..a543d68 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # Ignore docs files -_gh_pages _site _drafts build @@ -30,14 +29,6 @@ nbproject *.sublime-workspace .idea -# Komodo -*.komodoproject -.komodotools - -# grunt-html-validation -validation-status.json -validation-report.json - # Folders to ignore node_modules package*.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 6978f37..5d56222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ layout: plain Sep 05 2024 {:.heading.post-date} -* Fixed Dart Sass deprecation warnings +* Fixed Dart Sass deprecation warnings in a way that is compatible with the legacy GitHub Pages pipeline ## v9.1.8 Sep 04 2024 diff --git a/_data/authors.yml b/_data/authors.yml index 202226d..6ade33f 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -20,7 +20,7 @@ qwtel: | [PRO Features][pro] | | ✔ | | __Price__ | __Free__ | __$99__{:.price} One-Time Purchase[^xx] | |===============================+=====================+=====================| - | | [__Download__][kit] | [__Buy PRO__][buy]{:.gumroad-button data-gumroad-single-product="true"} | + | | [__Download__][kit] | [__Buy PRO__][buy]{:.gumroad-button.no-mark data-gumroad-single-product="true"} | {:.stretch-table.dl-table} [fea]: /#features diff --git a/_includes/my-body.html b/_includes/my-body.html index a85011c..f2f931d 100644 --- a/_includes/my-body.html +++ b/_includes/my-body.html @@ -1,17 +1,3 @@ - - diff --git a/_includes/table.md b/_includes/table.md index 38e1869..146826c 100644 --- a/_includes/table.md +++ b/_includes/table.md @@ -23,7 +23,7 @@ The table below shows what's included in each version: | Source | [GitHub][src] | Included | | __Price__ | __Free__ | __$99__{:.price} One-Time Purchase[^xx] | |===============================+=====================+=====================| -| | [__Download__][kit] | [__Buy PRO__][buy]{:.gumroad-button data-gumroad-single-product="true"} | +| | [__Download__][kit] | [__Buy PRO__][buy]{:.gumroad-button.no-mark data-gumroad-single-product="true"} | {:.stretch-table.dl-table} [^21]: Large screens (> 1664px width) only. diff --git a/hydejack/_posts/2018-09-01-introducing-dark-mode.md b/hydejack/_posts/2018-09-01-introducing-dark-mode.md index 045788c..79c5409 100644 --- a/hydejack/_posts/2018-09-01-introducing-dark-mode.md +++ b/hydejack/_posts/2018-09-01-introducing-dark-mode.md @@ -12,7 +12,7 @@ description: > The PRO version of Hydejack now includes an optional Dark Mode, making it the first Jekyll theme to include this feature. --- -Like many people, I'm a sucker for is dark UI themes, whether it's Twitter, macOS, or code editors. I even [built an addon for Atom](https://atom.io/packages/theme-flux-solar) that automatically switches between light and dark based on sunset and sunrise. +Like many people, I'm a sucker for dark UI themes, whether it's Twitter, macOS, or code editors. I even [built an addon for Atom](https://atom.io/packages/theme-flux-solar) that automatically switches between light and dark based on sunset and sunrise. When I was playing around with Unity, I even considered a subscription just so I could use the dark theme, which is exclusive to subscribers. Following this line of thought, I've added a Dark Mode to the PRO version of Hydejack. diff --git a/hydejack/_posts/2021-02-13-whats-new-in-hydejack-9-1.md b/hydejack/_posts/2021-02-13-whats-new-in-hydejack-9-1.md index 846f2f9..a1e7368 100644 --- a/hydejack/_posts/2021-02-13-whats-new-in-hydejack-9-1.md +++ b/hydejack/_posts/2021-02-13-whats-new-in-hydejack-9-1.md @@ -92,16 +92,14 @@ Blog posts can now have a "last modified at" date in the sub title row. Note that this depends on the `last_modified_at` property of the page, which must be either set manually in the frontmatter (not recommended), or via a plugin like [`jekyll-last-modified-at`](https://github.com/gjtorikian/jekyll-last-modified-at). Note that the later is not available when building on GitHub Pages and can increase build times. -## Clap Button Preview -I've been trying something new with [**getclaps.app**](https://getclaps.app/), a feedback and analytics tool for personal sites like those powered by Hydejack. +## ~~Clap Button Preview~~ +~~I've been trying something new with **getclaps.app**, a feedback and analytics tool for personal sites like those powered by Hydejack.~~ - +~~It is a separate product from Hydejack and not enabled by default. Because it depends on a backend component, it requires a monthly fee.~~ +~~If enabled, it is placed below posts and pages where the dingbat character (❖) used to be.~~ -It is a separate product from Hydejack and not enabled by default. Because it depends on a backend component, it requires a monthly fee. -If enabled, it is placed below posts and pages where the dingbat character (❖) used to be. - -I can't claim that this product is fully baked (feedback welcome), but I've been using it on my personal site and here for the last couple of months with no issues. -For more, see [the dedicated website](https://getclaps.app/). +~~I can't claim that this product is fully baked (feedback welcome), but I've been using it on my personal site and here for the last couple of months with no issues.~~ +~~For more, see the dedicated website.~~ *** {:style="margin:2rem 0"}