Fix how GitHub displays readme with TOML

This commit is contained in:
Joe Hutchinson
2022-02-09 13:52:56 -05:00
committed by GitHub
parent 80eedf87b4
commit d49083abec

View File

@@ -25,7 +25,7 @@ git clone https://github.com/josephhutch/aether.git themes/aether
### Website Configuration ### Website Configuration
Customize the look and feel of aether through the config.toml file. See how to fill in the config file below. 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/" baseURL = "https://yourwebsitenamegoeshere.com/"
languageCode = "The language code for the language the website is written in" 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" title = "The website title that is used in each page title, displayed in the browser tab and search results"