diff --git a/config.toml b/config.toml index a8da1f1..89927c4 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ baseURL = "https://shockrah.xyz" -languageCode = "en-us" +locale = "en-us" title = "Shockrah's Blog" description = "Place to post stuff" diff --git a/configs/neocities.toml b/configs/neocities.toml deleted file mode 100644 index 0473800..0000000 --- a/configs/neocities.toml +++ /dev/null @@ -1,12 +0,0 @@ -baseURL = "https://shockrah.neocities.org" -languageCode = "en-us" -title = "Shockrah's Blog" -description = "Place to post stuff" - -theme = "shockrah.xyz" - -enableEmoji = true - -[markup.goldmark.renderer] -unsafe = true - diff --git a/configs/pages.toml b/configs/pages.toml deleted file mode 100644 index 7aeb5d5..0000000 --- a/configs/pages.toml +++ /dev/null @@ -1,13 +0,0 @@ -baseURL = "https://shockrah.gitlab.io/shockrah-city" -languageCode = "en-us" -title = "Shockrah's Blog" -description = "Place to post stuff" - -theme = "shockrah.xyz" - -enableEmoji = true - -[markup.goldmark.renderer] -unsafe = true - - diff --git a/scripts/compare.py b/scripts/compare.py deleted file mode 100644 index 28d7764..0000000 --- a/scripts/compare.py +++ /dev/null @@ -1,7 +0,0 @@ -import hashlib - -with open('public/tags/index.xml') as file: - data = hashlib.sha1(file.read().encode('utf-8')) - -remote = '99d66a9e171feaf11be88b831bc69c55d85c1b4b' -print(remote == data.hexdigest())