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