From 7168fca998224b7f4d8bad986f1dcb2bb7f0bcb0 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 17 Sep 2022 00:53:40 +0630 Subject: [PATCH] Add comments for sample env file --- .env.sample | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index a36d914..4ae9d07 100644 --- a/.env.sample +++ b/.env.sample @@ -1,4 +1,9 @@ -PUBLIC_AUTHOR=Sat Naing +# this is just a sample .env file +# you can replace any value in the following environment variables +# note that if you change the default og image name, +# you also need to change that image name under public directory +# also, don't forget to rename this file from ".env.sample" to ".env" +PUBLIC_AUTHOR=Your Name 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