diff --git a/config.toml b/config.toml index dffca122..c68d7a64 100644 --- a/config.toml +++ b/config.toml @@ -2,4 +2,4 @@ [module.hugoVersion] extended = true min = "0.87.0" - max = "0.118.2" \ No newline at end of file + max = "0.119.0" \ No newline at end of file diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 0307d995..094a667d 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -414,10 +414,31 @@ ] }, { - "title": "scottmckendry.tech", - "url": "https://scottmckendry.tech", + "title": "theindiecoder.cloud", + "url": "https://theindiecoder.cloud", "tags": [ "Personal site" ] }, + { + "title": "gma.name", + "url": "https://gma.name", + "tags": [ + "Personal site" + ] + }, + { + "title": "mayer.life", + "url": "https://mayer.life", + "tags": [ + "Personal site" + ] + }, + { + "title": "scottmckendry.tech", + "url": "https://scottmckendry.tech", + "tags": [ + "Personal site" + ] + } ]