From d101e851d4ceacd98188e601f4b725642bec907d Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Sun, 26 Nov 2023 10:59:02 -0800 Subject: [PATCH] Moving some of the pages over --- content/page/about/index.md | 24 ++++++++++++++++++++++++ content/page/search/index.md | 13 +++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 content/page/about/index.md create mode 100644 content/page/search/index.md diff --git a/content/page/about/index.md b/content/page/about/index.md new file mode 100644 index 0000000..89841df --- /dev/null +++ b/content/page/about/index.md @@ -0,0 +1,24 @@ +--- +title: About +description: Hugo, the world's fastest framework for building websites +date: '2019-02-28' +aliases: + - about-us + - about-hugo + - contact +license: CC BY-NC-ND +lastmod: '2020-10-09' +menu: + main: + weight: -90 + params: + icon: user +--- + +Welcome to the personal cookbook of [James Tombleson](https://github.com/jtom38/cookbook)! This site contains recipies that my family likes to cook and stored in a easy location that we can use on a tablet. The reason this site exists is so we can archive the recipies that we find online. We have had sites go offline and had to use the [Wayback Machine](https://web.archive.org/) to try to recover them. This does not always work so thats why I wanted to make this site. I dont want to lose anymore recipies that my family loves. + +With this being a website, we can also share the recipies with family, friends, and now you! + +You will be able to find everything that we have stored here! This is a work in progress so things will be added over time. + +If you use github and find this helpful, leave a star to let me know you like it! \ No newline at end of file diff --git a/content/page/search/index.md b/content/page/search/index.md new file mode 100644 index 0000000..b2a5943 --- /dev/null +++ b/content/page/search/index.md @@ -0,0 +1,13 @@ +--- +title: "Search" +slug: "search" +layout: "search" +outputs: + - html + - json +menu: + main: + weight: -60 + params: + icon: search +--- \ No newline at end of file