diff --git a/.gitignore b/.gitignore index 63f1fef..48749f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.lock + +public/ \ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd..810399e 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,5 +2,6 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true +tags: [] --- diff --git a/content/posts/drop-biscuits.md b/content/posts/drop-biscuits.md index 9a4549a..211de22 100644 --- a/content/posts/drop-biscuits.md +++ b/content/posts/drop-biscuits.md @@ -1,7 +1,7 @@ --- title: "Drop Biscuits" date: 2022-06-27T14:17:21-07:00 -draft: true +draft: false --- ## Ingredients diff --git a/content/posts/instant-pot-pinto-beans.md b/content/posts/instant-pot-pinto-beans.md index f1b447e..c6f6677 100644 --- a/content/posts/instant-pot-pinto-beans.md +++ b/content/posts/instant-pot-pinto-beans.md @@ -1,7 +1,7 @@ --- title: "Instant Pot Pinto Beans" date: 2022-06-27T14:12:49-07:00 -draft: true +draft: false tags: ["side", "beans"] --- diff --git a/content/posts/japanese-curry.md b/content/posts/japanese-curry.md index 26afa98..a657f57 100644 --- a/content/posts/japanese-curry.md +++ b/content/posts/japanese-curry.md @@ -1,7 +1,7 @@ --- title: "Japanese chicken Curry" date: 2022-06-27T12:59:10-07:00 -draft: true +draft: false tags: [curry, japanese, chicken] --- diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md index 2c2ac96..5202334 100644 --- a/content/posts/my-first-post.md +++ b/content/posts/my-first-post.md @@ -1,7 +1,7 @@ --- title: "Chicken Tikka Masala" date: 2022-06-27T11:30:26-07:00 -draft: true +draft: false tags: [dinner, bon apptite] ---