Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Sep 7, 2024
1 parent ded6413 commit 05f912e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 35 deletions.
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Ignore docs files
_gh_pages
_site
_drafts
build
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ qwtel:
| [PRO Features][pro] | | ✔ |
| __Price__ | __Free__ | __$99__{:.price} <small>One-Time Purchase</small>[^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
Expand Down
14 changes: 0 additions & 14 deletions _includes/my-body.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
<!-- <script>
document.querySelector('hy-push-state').setAttribute('prefetch', '');
document.querySelectorAll('.sidebar a[href^="/"]').forEach(function (el) {
el.addEventListener('click', function (e) {
if (el.pathname === window.location.pathname) {
e.preventDefault();
e.stopPropagation();
document.querySelector('hy-drawer').close();
}
});
});
</script> -->

<!--
Code for integrating CloudFlare's email protection with Hydejack's single page app loading.
-->
Expand Down
2 changes: 1 addition & 1 deletion _includes/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The table below shows what's included in each version:
| Source | [GitHub][src] | Included |
| __Price__ | __Free__ | __$99__{:.price} <small>One-Time Purchase</small>[^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.
Expand Down
2 changes: 1 addition & 1 deletion hydejack/_posts/2018-09-01-introducing-dark-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
14 changes: 6 additions & 8 deletions hydejack/_posts/2021-02-13-whats-new-in-hydejack-9-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.~~

<!-- <clap-button style="--clap-button-color:var(--body-color);margin:2rem auto 3rem;width:3rem;height:3rem;font-size:smaller" nowave></clap-button> -->
~~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"}
Expand Down

0 comments on commit 05f912e

Please sign in to comment.