From 732682c89a3ab1150525a128d884bc2a2433c6f0 Mon Sep 17 00:00:00 2001 From: Nick Frasser <1693461+nfrasser@users.noreply.github.com> Date: Tue, 19 Nov 2024 02:09:35 -0500 Subject: [PATCH] v4.1.4 and Hypercontext/legacy cleanup --- Gemfile | 2 + Gemfile.lock | 73 ++++++----- _config.yml | 11 +- _includes/footer.html | 28 ++--- _includes/head.html | 2 +- _includes/header.html | 12 +- _includes/hypercontext-logo.svg | 3 - _includes/icon-hypercontext.html | 5 - css/main.scss | 66 ++++++---- docs/linkifyjs.md | 2 +- docs/options.md | 16 ++- docs/plugin-hashtag.md | 12 +- docs/plugin-mention.md | 8 +- docs/plugin-ticket.md | 6 +- docs/plugins.md | 2 +- docs/v2/2.1.md | 62 ++++----- docs/v2/options.md | 209 ++++++++++++++++--------------- index.html | 68 +++++++--- js/demo.coffee | 2 +- 19 files changed, 326 insertions(+), 263 deletions(-) delete mode 100644 _includes/hypercontext-logo.svg delete mode 100644 _includes/icon-hypercontext.html diff --git a/Gemfile b/Gemfile index fa1f37a3..15e76e98 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ +source "https://rubygems.org" + gem 'jekyll' gem 'jekyll-coffeescript' gem 'jekyll-sitemap' diff --git a/Gemfile.lock b/Gemfile.lock index 4c2657c2..850f1c86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,70 +1,79 @@ GEM + remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + bigdecimal (3.1.8) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.12.2) colorator (1.1.0) - concurrent-ruby (1.1.8) - em-websocket (0.5.2) + concurrent-ruby (1.3.4) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) + http_parser.rb (~> 0) eventmachine (1.2.7) - execjs (2.7.0) - ffi (1.15.0) + execjs (2.10.0) + ffi (1.17.0) forwardable-extended (2.6.0) - http_parser.rb (0.6.0) - i18n (1.8.9) + google-protobuf (4.28.3) + bigdecimal + rake (>= 13) + http_parser.rb (0.8.0) + i18n (1.14.6) concurrent-ruby (~> 1.0) - jekyll (4.2.0) + jekyll (4.3.4) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 2.3) + kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.4.0) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - terminal-table (~> 2.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) jekyll-coffeescript (2.0.0) coffee-script (~> 2.2) coffee-script-source (~> 1.12) - jekyll-sass-converter (2.1.0) - sassc (> 2.0.1, < 3.0) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.3.1) - rexml + kramdown (2.5.1) + rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) - listen (3.5.0) + liquid (4.0.4) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.6) - rb-fsevent (0.10.4) - rb-inotify (0.10.1) + public_suffix (6.0.1) + rake (13.2.1) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.3) - rouge (3.26.0) + rexml (3.3.9) + rouge (4.5.1) safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.7.0) + sass-embedded (1.81.0) + google-protobuf (~> 4.28) + rake (>= 13) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.6.0) + webrick (1.9.0) PLATFORMS ruby @@ -75,4 +84,4 @@ DEPENDENCIES jekyll-sitemap BUNDLED WITH - 2.1.4 + 2.5.23 diff --git a/_config.yml b/_config.yml index 12a06d03..af885a2f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,15 @@ # Site settings title: Linkify -email: info@hypercontext.com -website: hypercontext.com -websiteurl: https://hypercontext.com +email: info@example.com +website: nfrasser.com +websiteurl: https://nfrasser.com description: > # this means to ignore newlines until "baseurl:" Linkify is a JavaScript plugin. Use Linkify to find links in plain-text and convert them to HTML <a> tags. It automatically highlights URLs, #hashtags, @mentions and more. url: "https://linkify.js.org" # the base hostname & protocol for your site -twitter_username: HypercontextApp -github_username: Hypercontext/linkifyjs -version: "4.1.3" +github_username: nfrasser/linkifyjs +version: "4.1.4" # Build settings markdown: kramdown diff --git a/_includes/footer.html b/_includes/footer.html index bdde2293..e440648d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,30 +1,18 @@ diff --git a/_includes/head.html b/_includes/head.html index 3ae7c9bf..221365d6 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,7 +3,7 @@ - {% if page.title %}{{ page.title }} · {% endif %}{{ site.title }}{%if page.showbyhypercontext %}: a JS plugin by Hypercontext{% endif %} + {% if page.title %}{{ page.title }} · {% endif %}{{ site.title }}{%if page.showsubtitle %}: a JavaScript plugin{% endif %} diff --git a/_includes/header.html b/_includes/header.html index 3b38e1cf..38488752 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,13 +1,15 @@