Commit Graph

20 Commits

Author SHA1 Message Date
Cotes Chung 6f2d3ea2bd
build(gem): remove outdated config from `Gemfile`
`sass-embedded` supports running on `musl-libc` from version `1.58.0` onwards.

See also: <https://github.com/ntkme/sass-embedded-host-ruby/issues/94>
2023-09-22 03:31:05 +08:00
dependabot[bot] c574166b51
build(deps-dev): update html-proofer requirement from ~> 3.18 to ~> 4.4 (#1217)
Updates the requirements on [html-proofer](https://github.com/gjtorikian/html-proofer) to permit the latest version.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.18.0...v4.4.3)

And updates `html-proofer` arguments

---
updated-dependencies:
- dependency-name: html-proofer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 20:35:32 +08:00
Cotes Chung 5f628767e0
chore(bundler): deprecate `:install_if` option in Gemfile 2023-01-13 02:34:38 +08:00
Cotes Chung 808d3743e5
chore(deps): lock `jekyll-sass-converter` to `v2.x` on Linux-musl (#829)
Also, make the division formula backward compatible with `jekyll-sass-converter 2.x` (#848, #849)

Ref: https://github.com/jekyll/jekyll-sass-converter#migrate-from-2x-to-3x
2023-01-12 05:30:24 +08:00
Cotes Chung 09e4ad245b
chore(deps): update gem spec list
- Jekyll 4.3.0 introduced `webrick` for Ruby 3.x
- Jekyll's dependency `nokogiri` does not yet support Ruby 3.2. See: https://github.com/sparklemotion/nokogiri/issues/2740/
2022-12-27 21:47:09 +08:00
Cotes Chung 0bffb276fe Unlock Ruby 3.0 2021-09-22 01:22:32 +08:00
Cotes Chung 6c9ab6e5f8 Fix gemfile 2021-02-01 18:03:27 +08:00
Cotes Chung 7ed3bef1b1 Add gem-based settings 2021-01-26 20:24:47 +08:00
Cotes Chung 7429ef3539 Fix the Jekyll minimum version requirement
Starting from Jekyll v4.1.0, the filter `number_of_words` accepts optional parameters to handle CKJ characters
2020-12-21 23:50:54 +08:00
Cotes Chung cf3943342a Update the minimum version requirements of Jekyll
Jekyll allow custom sorting of collection documents from 4.x
2020-12-07 19:51:30 +08:00
Cotes Chung 8d4c555638 Fix gh-actions cache not being hit issue (#191) 2020-12-07 00:10:15 +08:00
Cotes Chung 4ea320b250 Generate sitemap by plugin 2020-11-26 23:58:11 +08:00
Cotes Chung 864119e3cc Lock `html-proofer` in stable version (#178) 2020-11-23 14:09:22 +08:00
Cotes Chung a5b002b2d8 Limit Jekyll gem version
also to trigger new CI to bypass the bundle cache error in GH-Actions
2020-11-22 04:45:42 +08:00
Cotes Chung 1f2ed3db60 Restore gem `tzinfo-data` for Windows & JRuby (#176) 2020-11-20 22:27:52 +08:00
Cotes Chung 1889b6b4e0 Using `jekyll-archives` to create category/tag pages. 2020-11-19 01:12:41 +08:00
Cotes Chung f3295c6d0c Remove unused gems. 2020-05-02 19:18:14 +08:00
Cotes Chung 6cef0829a8 Updated seo-tag settings.
Although `tagline` hasn't been released yet.
2020-01-14 02:57:31 +08:00
Cotes Chung d5f2895047 Added HTML-Proofer. 2019-12-24 00:37:26 +08:00
Cotes Chung b845c829f6 Import the framework. 2019-11-18 01:08:03 +08:00