From b76eae0056c8eeccf9d94ebd0f716ecdd3f4edd5 Mon Sep 17 00:00:00 2001 From: Aron Gates Date: Tue, 12 Dec 2023 15:07:07 -0500 Subject: [PATCH] added search --- .eleventy.js | 7 + _headers | 4 - _includes/layouts/base.njk | 15 +- _includes/layouts/recipe.njk | 4 +- _site/1/index.html | 17 +- _site/10/index.html | 17 +- _site/11/index.html | 17 +- _site/12/index.html | 17 +- _site/13/index.html | 17 +- _site/14/index.html | 17 +- _site/15/index.html | 17 +- _site/16/index.html | 17 +- _site/17/index.html | 17 +- _site/18/index.html | 17 +- _site/19/index.html | 17 +- _site/2/index.html | 17 +- _site/20/index.html | 17 +- _site/21/index.html | 17 +- _site/22/index.html | 17 +- _site/23/index.html | 17 +- _site/24/index.html | 17 +- _site/25/index.html | 17 +- _site/26/index.html | 17 +- _site/27/index.html | 17 +- _site/28/index.html | 17 +- _site/29/index.html | 17 +- _site/3/index.html | 17 +- _site/30/index.html | 17 +- _site/31/index.html | 17 +- _site/32/index.html | 17 +- _site/33/index.html | 17 +- _site/34/index.html | 17 +- _site/35/index.html | 17 +- _site/36/index.html | 17 +- _site/37/index.html | 17 +- _site/38/index.html | 17 +- _site/39/index.html | 17 +- _site/4/index.html | 17 +- _site/40/index.html | 17 +- _site/404.html | 10 +- _site/41/index.html | 17 +- _site/42/index.html | 17 +- _site/43/index.html | 17 +- _site/44/index.html | 17 +- _site/45/index.html | 17 +- _site/46/index.html | 17 +- _site/47/index.html | 17 +- _site/48/index.html | 17 +- _site/49/index.html | 17 +- _site/5/index.html | 17 +- _site/50/index.html | 17 +- _site/51/index.html | 17 +- _site/52/index.html | 17 +- _site/6/index.html | 17 +- _site/7/index.html | 17 +- _site/8/index.html | 17 +- _site/9/index.html | 17 +- _site/_headers | 2789 ---------------------------------- _site/about/index.html | 10 +- index.njk | 11 + package-lock.json | 130 ++ package.json | 3 +- 62 files changed, 1017 insertions(+), 2850 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 97ceeea10..f6e8bab26 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -59,6 +59,7 @@ const localImages = require("./third_party/eleventy-plugin-local-images/.elevent const CleanCSS = require("clean-css"); const GA_ID = require("./_data/metadata.json").googleAnalyticsId; const { cspDevMiddleware } = require("./_11ty/apply-csp.js"); +const { execSync } = require("child_process"); module.exports = function (eleventyConfig) { eleventyConfig.addPlugin(pluginRss); @@ -245,6 +246,12 @@ module.exports = function (eleventyConfig) { } }); + eleventyConfig.on("eleventy.after", () => { + execSync(`npx pagefind --source _site --glob \"**/*.html\"`, { + encoding: "utf-8", + }); + }); + return { templateFormats: ["md", "njk", "html", "liquid"], diff --git a/_headers b/_headers index d1a7b2e9d..34ca8c165 100644 --- a/_headers +++ b/_headers @@ -11,7 +11,3 @@ cache-control: public,max-age=31536000,immutable /favicon.svg cache-control: public,max-age=3600 - -# [csp headers] -# this text will be replaced by apply-csp.js plugin -# [end csp headers] diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 11bfe37f5..d27ebaaaf 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -53,7 +53,20 @@ - + + + +
diff --git a/_includes/layouts/recipe.njk b/_includes/layouts/recipe.njk index 813fde336..2fdfd9a62 100644 --- a/_includes/layouts/recipe.njk +++ b/_includes/layouts/recipe.njk @@ -4,7 +4,7 @@ templateClass: tmpl-recipe --- {% extends "layouts/base.njk" %} - +
{% block extraArticleHeader %} {% set wc = content | striptags | wordcount %} {% set wPerMinute = (wc / 240) + 1 %} @@ -56,3 +56,5 @@ templateClass: tmpl-recipe {% endblock %} + +
diff --git a/_site/1/index.html b/_site/1/index.html index f78c28c19..2414fee80 100644 --- a/_site/1/index.html +++ b/_site/1/index.html @@ -1,4 +1,19 @@ -Csillagok Receptek

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Content not found. #

Go home.

\ No newline at end of file +Csillagok Receptek

Content not found. #

Go home.

\ No newline at end of file diff --git a/_site/41/index.html b/_site/41/index.html index 4f38dbed6..537e32bf5 100644 --- a/_site/41/index.html +++ b/_site/41/index.html @@ -1,4 +1,19 @@ -Csillagok Receptek

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

Csillagok Receptek

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu

Recipes

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Next

About

I am a person that loves to cook.

\ No newline at end of file +About

About

I am a person that loves to cook.

\ No newline at end of file diff --git a/index.njk b/index.njk index 903591e3d..78fa4bede 100644 --- a/index.njk +++ b/index.njk @@ -11,6 +11,17 @@ pagination: reverse: true --- + + + +

This is a recipe website of Csilla's original recipes. These were first posted on cookpad.hu diff --git a/package-lock.json b/package-lock.json index e4160c8ba..92703a15a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,6 +45,7 @@ "markdown-it": "^12.3.2", "markdown-it-anchor": "^5.2.5", "node-fetch": "^2.6.7", + "pagefind": "^1.0.4", "pre-commit": "^1.2.2", "pre-push": "^0.1.1", "rollup-plugin-terser": "^6.1.0", @@ -546,6 +547,71 @@ "node": ">= 8" } }, + "node_modules/@pagefind/darwin-arm64": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@pagefind/darwin-arm64/-/darwin-arm64-1.0.4.tgz", + "integrity": "sha512-2OcthvceX2xhm5XbgOmW+lT45oLuHqCmvFeFtxh1gsuP5cO8vcD8ZH8Laj4pXQFCcK6eAdSShx+Ztx/LsQWZFQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@pagefind/darwin-x64": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@pagefind/darwin-x64/-/darwin-x64-1.0.4.tgz", + "integrity": "sha512-xkdvp0D9Ld/ZKsjo/y1bgfhTEU72ITimd2PMMQtts7jf6JPIOJbsiErCvm37m/qMFuPGEq/8d+fZ4pydOj08HQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@pagefind/linux-arm64": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@pagefind/linux-arm64/-/linux-arm64-1.0.4.tgz", + "integrity": "sha512-jGBrcCzIrMnNxLKVtogaQyajVfTAXM59KlBEwg6vTn8NW4fQ6nuFbbhlG4dTIsaamjEM5e8ZBEAKZfTB/qd9xw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@pagefind/linux-x64": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@pagefind/linux-x64/-/linux-x64-1.0.4.tgz", + "integrity": "sha512-LIn/QcvcEtLEBqKe5vpSbSC2O3fvqbRCWOTIklslqSORisCsvzsWbP6j+LYxE9q0oWIfkdMoWV1vrE/oCKRxHg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@pagefind/windows-x64": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@pagefind/windows-x64/-/windows-x64-1.0.4.tgz", + "integrity": "sha512-QlBCVeZfj9fc9sbUgdOz76ZDbeK4xZihOBAFqGuRJeChfM8pnVeH9iqSnXgO3+m9oITugTf7PicyRUFAG76xeQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@sindresorhus/slugify": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.1.2.tgz", @@ -4668,6 +4734,22 @@ "node": ">=6" } }, + "node_modules/pagefind": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/pagefind/-/pagefind-1.0.4.tgz", + "integrity": "sha512-oRIizYe+zSI2Jw4zcMU0ebDZm27751hRFiSOBLwc1OIYMrsZKk+3m8p9EVaOmc6zZdtqwwdilNUNxXvBeHcP9w==", + "dev": true, + "bin": { + "pagefind": "lib/runner/bin.cjs" + }, + "optionalDependencies": { + "@pagefind/darwin-arm64": "1.0.4", + "@pagefind/darwin-x64": "1.0.4", + "@pagefind/linux-arm64": "1.0.4", + "@pagefind/linux-x64": "1.0.4", + "@pagefind/windows-x64": "1.0.4" + } + }, "node_modules/param-case": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz", @@ -7621,6 +7703,41 @@ "fastq": "^1.6.0" } }, + "@pagefind/darwin-arm64": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@pagefind/darwin-arm64/-/darwin-arm64-1.0.4.tgz", + "integrity": "sha512-2OcthvceX2xhm5XbgOmW+lT45oLuHqCmvFeFtxh1gsuP5cO8vcD8ZH8Laj4pXQFCcK6eAdSShx+Ztx/LsQWZFQ==", + "dev": true, + "optional": true + }, + "@pagefind/darwin-x64": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@pagefind/darwin-x64/-/darwin-x64-1.0.4.tgz", + "integrity": "sha512-xkdvp0D9Ld/ZKsjo/y1bgfhTEU72ITimd2PMMQtts7jf6JPIOJbsiErCvm37m/qMFuPGEq/8d+fZ4pydOj08HQ==", + "dev": true, + "optional": true + }, + "@pagefind/linux-arm64": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@pagefind/linux-arm64/-/linux-arm64-1.0.4.tgz", + "integrity": "sha512-jGBrcCzIrMnNxLKVtogaQyajVfTAXM59KlBEwg6vTn8NW4fQ6nuFbbhlG4dTIsaamjEM5e8ZBEAKZfTB/qd9xw==", + "dev": true, + "optional": true + }, + "@pagefind/linux-x64": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@pagefind/linux-x64/-/linux-x64-1.0.4.tgz", + "integrity": "sha512-LIn/QcvcEtLEBqKe5vpSbSC2O3fvqbRCWOTIklslqSORisCsvzsWbP6j+LYxE9q0oWIfkdMoWV1vrE/oCKRxHg==", + "dev": true, + "optional": true + }, + "@pagefind/windows-x64": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@pagefind/windows-x64/-/windows-x64-1.0.4.tgz", + "integrity": "sha512-QlBCVeZfj9fc9sbUgdOz76ZDbeK4xZihOBAFqGuRJeChfM8pnVeH9iqSnXgO3+m9oITugTf7PicyRUFAG76xeQ==", + "dev": true, + "optional": true + }, "@sindresorhus/slugify": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.1.2.tgz", @@ -10853,6 +10970,19 @@ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" }, + "pagefind": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/pagefind/-/pagefind-1.0.4.tgz", + "integrity": "sha512-oRIizYe+zSI2Jw4zcMU0ebDZm27751hRFiSOBLwc1OIYMrsZKk+3m8p9EVaOmc6zZdtqwwdilNUNxXvBeHcP9w==", + "dev": true, + "requires": { + "@pagefind/darwin-arm64": "1.0.4", + "@pagefind/darwin-x64": "1.0.4", + "@pagefind/linux-arm64": "1.0.4", + "@pagefind/linux-x64": "1.0.4", + "@pagefind/windows-x64": "1.0.4" + } + }, "param-case": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz", diff --git a/package.json b/package.json index 164582f61..4869f67f2 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "markdown-it": "^12.3.2", "markdown-it-anchor": "^5.2.5", "node-fetch": "^2.6.7", + "pagefind": "^1.0.4", "pre-commit": "^1.2.2", "pre-push": "^0.1.1", "rollup-plugin-terser": "^6.1.0", @@ -69,4 +70,4 @@ "touch": "^3.1.0", "twitter": "^1.7.1" } -} \ No newline at end of file +}