From 5f9cf455e327ad112ccd42828add6aa67949dff2 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Sun, 27 Feb 2022 14:09:01 +0000 Subject: [PATCH] Add dummy single pages --- content/blog/about.md | 4 ++++ content/blog/contact.md | 4 ++++ content/blog/latest.md | 4 ++++ content/docs/app.md | 4 ++++ content/docs/dashboard.md | 4 ++++ content/docs/quickstart.md | 4 ++++ 6 files changed, 24 insertions(+) create mode 100644 content/blog/about.md create mode 100644 content/blog/contact.md create mode 100644 content/blog/latest.md create mode 100644 content/docs/app.md create mode 100644 content/docs/dashboard.md create mode 100644 content/docs/quickstart.md diff --git a/content/blog/about.md b/content/blog/about.md new file mode 100644 index 0000000..e6cb52a --- /dev/null +++ b/content/blog/about.md @@ -0,0 +1,4 @@ +--- +title: About Us +include_footer: true # or false to display the footer +--- \ No newline at end of file diff --git a/content/blog/contact.md b/content/blog/contact.md new file mode 100644 index 0000000..53a9f9d --- /dev/null +++ b/content/blog/contact.md @@ -0,0 +1,4 @@ +--- +title: Contact Us +include_footer: true # or false to display the footer +--- \ No newline at end of file diff --git a/content/blog/latest.md b/content/blog/latest.md new file mode 100644 index 0000000..c87e519 --- /dev/null +++ b/content/blog/latest.md @@ -0,0 +1,4 @@ +--- +title: Latest News +include_footer: true # or false to display the footer +--- \ No newline at end of file diff --git a/content/docs/app.md b/content/docs/app.md new file mode 100644 index 0000000..3c320e6 --- /dev/null +++ b/content/docs/app.md @@ -0,0 +1,4 @@ +--- +title: App Guide +include_footer: true # or false to display the footer +--- \ No newline at end of file diff --git a/content/docs/dashboard.md b/content/docs/dashboard.md new file mode 100644 index 0000000..d59e88c --- /dev/null +++ b/content/docs/dashboard.md @@ -0,0 +1,4 @@ +--- +title: Dashboard Guide +include_footer: true # or false to display the footer +--- \ No newline at end of file diff --git a/content/docs/quickstart.md b/content/docs/quickstart.md new file mode 100644 index 0000000..056fd3b --- /dev/null +++ b/content/docs/quickstart.md @@ -0,0 +1,4 @@ +--- +title: Quickstart Guide +include_footer: true # or false to display the footer +--- \ No newline at end of file