Skip to content

Commit

Permalink
Migrate to new domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
notdevkey committed Aug 21, 2023
1 parent 36c6a1c commit 59795fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions config.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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
Expand All @@ -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"
after_dark_title = "Devkey's Blog | Web3 • Design • Music"
2 changes: 1 addition & 1 deletion public/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
devkeystuff.github.io
notdevkey.github.io
2 changes: 1 addition & 1 deletion static/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
devkeystuff.github.io
notdevkey.github.io

0 comments on commit 59795fb

Please sign in to comment.