From 430b08947f200355617c06a8d194a779c397562c Mon Sep 17 00:00:00 2001 From: Jonny Gerig Meyer Date: Wed, 24 May 2023 16:49:22 -0400 Subject: [PATCH] More human-friendly hash slugs --- package.json | 2 ++ source/community.md | 18 +++++++++--------- source/guide.liquid | 2 +- source/helpers/engines.ts | 2 ++ source/libsass.md | 4 ++-- source/styleguide/styleguide.11tydata.yml | 2 +- yarn.lock | 3 ++- 7 files changed, 19 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 4cf2f88..2b7b493 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "@rollup/plugin-inject": "^5.0.3", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-terser": "^0.4.3", + "@sindresorhus/slugify": "^1.1.0", "@types/jquery": "^3.5.16", "@types/jqueryui": "^1.12.17", "@types/markdown-it": "^12.2.3", @@ -93,6 +94,7 @@ }, "yarn-upgrade-all": { "ignore": [ + "@sindresorhus/slugify", "@types/node" ] } diff --git a/source/community.md b/source/community.md index 366c6ea..d32d54a 100644 --- a/source/community.md +++ b/source/community.md @@ -8,19 +8,19 @@ introduction: > complementary_content: | --- diff --git a/source/guide.liquid b/source/guide.liquid index 07d31b7..fc71d8c 100644 --- a/source/guide.liquid +++ b/source/guide.liquid @@ -6,7 +6,7 @@ introduction: > just browse here, go ahead, but we recommend you go install Sass first. [Go here](/install) if you want to learn how to get everything set up. navigation: | - ### Topics +

Topics