Config cleanup
Some checks failed
Build and Deploy Blog Site / setup-website-content (push) Failing after 2s

This commit is contained in:
2026-06-16 21:19:51 -07:00
parent 1023fff7ff
commit 0451d0e45b
4 changed files with 1 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
baseURL = "https://shockrah.xyz" baseURL = "https://shockrah.xyz"
languageCode = "en-us" locale = "en-us"
title = "Shockrah's Blog" title = "Shockrah's Blog"
description = "Place to post stuff" description = "Place to post stuff"

View File

@@ -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

View File

@@ -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

View File

@@ -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())