diff --git a/config.toml b/config.toml index 041a385..ab8c4b8 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://devkeystuff.github.io" +base_url = "https://notdevkey.github.io" title = "Devkey's blog" @@ -25,9 +25,7 @@ generate_feed = true feed_filename = "rss.xml" # The taxonomies to be rendered for the site and their configuration of the default languages -taxonomies = [ - { name = "categories", feed = true }, -] +taxonomies = [{ name = "categories", feed = true }] [markdown] # Whether to do syntax highlighting @@ -47,8 +45,8 @@ author = "Ronalds Palacis" after_dark_menu = [ { name = "Home", url = "$BASE_URL" }, { name = "Categories", url = "$BASE_URL/categories" }, - { name = "Source", url = "https://github.com/Devkeystuff/devkeystuff.github.io" }, + { name = "Source", url = "https://github.com/notdevkey/notdevkey.github.io" }, { name = "RSS", url = "$BASE_URL/rss.xml" }, - { name = "About", url = "https://github.com/Devkeystuff" }, + { name = "About", url = "https://github.com/notdevkey" }, ] -after_dark_title = "Devkey's Blog | Web3 • Design • Music" \ No newline at end of file +after_dark_title = "Devkey's Blog | Web3 • Design • Music" diff --git a/public/CNAME b/public/CNAME index 1b91203..d364546 100644 --- a/public/CNAME +++ b/public/CNAME @@ -1 +1 @@ -devkeystuff.github.io +notdevkey.github.io diff --git a/static/CNAME b/static/CNAME index 1b91203..d364546 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -devkeystuff.github.io +notdevkey.github.io