From af1130587333bddd5f2ecacd211f68fda627e6e6 Mon Sep 17 00:00:00 2001 From: drew Date: Fri, 18 Oct 2019 23:35:10 +0200 Subject: [PATCH] add status page --- config.toml | 4 ++++ content/status/index.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 content/status/index.md diff --git a/config.toml b/config.toml index 5f468b8..c318c65 100644 --- a/config.toml +++ b/config.toml @@ -57,6 +57,10 @@ theme = "hello-friend-ng" identifier = "git" name = "Git" url = "https://git.dotya.ml" + [[languages.en.menu.main]] + identifier = "status" + name = "Status" + url = "/status" # And you can even create generic menu [menu] diff --git a/content/status/index.md b/content/status/index.md new file mode 100644 index 0000000..f70e014 --- /dev/null +++ b/content/status/index.md @@ -0,0 +1,3 @@ +# dotya status + +Any information regarding status of the site and services will be posted here. \ No newline at end of file