From 448d3e69b29bed80ca30307fd6a7886810325955 Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Tue, 7 Feb 2023 13:33:12 +0100 Subject: [PATCH] docs: include sample config json --- config.json.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.json.sample diff --git a/config.json.sample b/config.json.sample new file mode 100644 index 0000000..eb1398f --- /dev/null +++ b/config.json.sample @@ -0,0 +1,10 @@ +{ + "title": "Welcome to my LiveJrnl", + "base_url": "https://localhost", + "description": "Write a bit about your website here.", + "author": "Ashley Robin", + "author_link": "https://localhost/arobin", + "year": "2023", + "language": "en", + "rss_language": "en-gb" +} \ No newline at end of file -- libgit2 1.7.2