accessibility maxxing
This commit is contained in:
parent
6c9294f0a0
commit
f18a342ae5
64 changed files with 320 additions and 205 deletions
|
@ -1,7 +1,6 @@
|
|||
import markdownIt from "markdown-it";
|
||||
import markdownItAnchor from "markdown-it-anchor";
|
||||
import { format } from "date-fns";
|
||||
import pluginInlineLinkFavicon from "eleventy-plugin-inline-link-favicon"
|
||||
|
||||
export default async function (eleventyConfig) {
|
||||
|
||||
|
@ -24,8 +23,6 @@ export default async function (eleventyConfig) {
|
|||
eleventyConfig.addPassthroughCopy(assets);
|
||||
eleventyConfig.addWatchTarget(assets);
|
||||
|
||||
eleventyConfig.addPlugin(pluginInlineLinkFavicon);
|
||||
|
||||
eleventyConfig.addFilter("firstSegment", url => (typeof url === 'string' ? url.split('/')[1] || '' : ''));
|
||||
|
||||
eleventyConfig.addFilter("sortByFirstDate", items => items.sort((a, b) => new Date(b.data.images[0].date) - new Date(a.data.images[0].date)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue