This commit is contained in:
Mrrp 2025-01-03 21:55:26 -08:00
parent 4c2c33b269
commit b961db0767
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
export default { export default {
// Site information // Site information
siteTitle: 'My Site', siteTitle: 'TheFelidae',
siteDescription: 'My site description', siteDescription: 'TheFelidae\'s site and rambling ground',
siteUrl: 'https://thefelidae.github.io', siteUrl: 'https://thefelidae.github.io',
siteImage: '', siteImage: '',

View file

@ -105,7 +105,7 @@ pages_info = pages.get_pages_info("", "public/blog")
# Load the previous state from the assets/post_history.json file # Load the previous state from the assets/post_history.json file
try: try:
with open("assets/post_history.json", "r") as f: with open("assets/meta/post_history.json", "r") as f:
state = f.read() state = f.read()
except FileNotFoundError: except FileNotFoundError:
state = "{\"post_history\": []}" state = "{\"post_history\": []}"