From 2899681dbc63a894ffc3edf4b90f289f9baa8f7b Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 17 Sep 2022 00:47:50 +0630 Subject: [PATCH] Add sample .env file --- .env.sample | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..a36d914 --- /dev/null +++ b/.env.sample @@ -0,0 +1,4 @@ +PUBLIC_AUTHOR=Sat Naing +PUBLIC_SITE_DESC=A minimal, responsive and SEO-friendly Astro blog theme. +PUBLIC_SITE_TITLE=AstroPaper +PUBLIC_OG_IMAGE=og-default.png \ No newline at end of file