1
1
Fork 0

fix pronouns in uses

This commit is contained in:
Ava Gaiety W 2023-09-13 10:25:04 -04:00
parent 37d807fc22
commit 686fc8d1ad
4 changed files with 1092 additions and 3791 deletions

View file

@ -3,6 +3,7 @@ const nunjucksDate = require('nunjucks-date');
const syntaxHighlight = require('@11ty/eleventy-plugin-syntaxhighlight'); const syntaxHighlight = require('@11ty/eleventy-plugin-syntaxhighlight');
const markdownIt = require('markdown-it'); const markdownIt = require('markdown-it');
const markdownItClass = require('@toycode/markdown-it-class'); const markdownItClass = require('@toycode/markdown-it-class');
const UpgradeHelper = require("@11ty/eleventy-upgrade-help");
const markdownClassMapping = { const markdownClassMapping = {
h1: ['hide'], h1: ['hide'],
@ -26,6 +27,7 @@ module.exports = function(eleventyConfig) {
nunjucksDate.install(nunjucksEnvironment); nunjucksDate.install(nunjucksEnvironment);
eleventyConfig.addPlugin(syntaxHighlight); eleventyConfig.addPlugin(syntaxHighlight);
eleventyConfig.addPlugin(UpgradeHelper);
const md = markdownIt({ linkify: true, html: true }); const md = markdownIt({ linkify: true, html: true });
md.use(markdownItClass, markdownClassMapping); md.use(markdownItClass, markdownClassMapping);

4877
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,7 @@
}, },
"homepage": "https://gitlab.com/gaiety/portfolio#readme", "homepage": "https://gitlab.com/gaiety/portfolio#readme",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^0.12.1", "@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3", "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"autoprefixer": "^10.3.7", "autoprefixer": "^10.3.7",
"cssnano": "^5.0.8", "cssnano": "^5.0.8",

View file

@ -2,7 +2,7 @@
layout: content.njk layout: content.njk
tags: uses tags: uses
title: About | Uses title: About | Uses
description: 🐕 Canine pretending to be a web engineer addicted to design 💻 (_[Fae](https://pronoun.monster/fae/faer/faer/femme/femmeself)/[She](https://pronoun.monster/she/her/her/hers/herself)_) description: 🐕 Canine pretending to be a web engineer addicted to design 💻 <a href="https://pronoun.monster/fae/faer/faer/femme/femmeself">Fae</a>/She
date: 2020-01-14 date: 2020-01-14
--- ---