Repos / hi.imnhan.com / 58a19101a7
commit 58a19101a72116b383232c7f85f75a5c1fe0dd0f
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Fri Nov 27 21:20:58 2020 +0700

    add ping page

diff --git a/content/extra/ping.html b/content/extra/ping.html
new file mode 100644
index 0000000..9766475
--- /dev/null
+++ b/content/extra/ping.html
@@ -0,0 +1 @@
+ok
diff --git a/pelicanconf.py b/pelicanconf.py
index 1417635..22e7f9b 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -25,6 +25,7 @@
     "extra/favicon.ico": {"path": "favicon.ico"},
     "extra/favicon.png": {"path": "favicon.png"},
     "extra/404.html": {"path": "404.html"},
+    "extra/ping.html": {"path": "ping.html"},
 }
 
 ARTICLE_PATHS = ["posts"]