Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hutchinson <hutch7995@gmail.com>2022-02-09 21:52:56 +0300
committerGitHub <noreply@github.com>2022-02-09 21:52:56 +0300
commitd49083abec1ff414a5140a9a01f0d21c88fc7f1c (patch)
treeb6ca773a650695c95e3c77c7067843a3234e8847
parent80eedf87b4dd7a705b558eaa7f5d1772e48e6742 (diff)
Fix how GitHub displays readme with TOML
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95c1499..8e5b925 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ git clone https://github.com/josephhutch/aether.git themes/aether
### Website Configuration
Customize the look and feel of aether through the config.toml file. See how to fill in the config file below.
-```toml
+```
baseURL = "https://yourwebsitenamegoeshere.com/"
languageCode = "The language code for the language the website is written in"
title = "The website title that is used in each page title, displayed in the browser tab and search results"