diff --git a/README.md b/README.md index adad567..edfdca5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple blog theme focused on writing powered by Bulma and Zola. ![DeepThought](./screenshot.png) ## Live Demo -Live version of the website is available at [here](https://zen-austin-0c80be.netlify.app/) +Live version of the website is available at [here](https://deepthought-theme.netlify.app/) ## Installation Get [Zola](https://www.getzola.org/) and follow their guide on [installing a theme](https://www.getzola.org/documentation/themes/installing-and-using-themes/). diff --git a/config.toml b/config.toml index 8c8f293..889f41f 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "https://zen-austin-0c80be.netlify.app" +base_url = "https://deepthought-theme.netlify.app" title = "DeepThought" default_language = "en" highlight_code = true diff --git a/content/posts/welcome-to-deep-thought.md b/content/posts/welcome-to-deep-thought.md index cc3d4ec..40b8886 100644 --- a/content/posts/welcome-to-deep-thought.md +++ b/content/posts/welcome-to-deep-thought.md @@ -94,7 +94,7 @@ with `vimeo(id="id_here")` ## Links -[Of Course](https://zen-austin-0c80be.netlify.app/) +[Of Course](https://deepthought-theme.netlify.app/) ## Tables You can make tables in markdown, too! Who would have thought. Are these styled yet? diff --git a/netlify.toml b/netlify.toml index 0beeb06..382d2ba 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,4 +6,4 @@ command = "zola build" ZOLA_VERSION = "0.11.0" [context.deploy-preview] -command = "zola build --base-url https://zen-austin-0c80be.netlify.app" \ No newline at end of file +command = "zola build --base-url https://deepthought-theme.netlify.app" \ No newline at end of file diff --git a/theme.toml b/theme.toml index aa3f200..4a11760 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/RatanShreshtha/DeepThought" min_version = "0.9.0" -demo = "https://zen-austin-0c80be.netlify.app/" +demo = "https://deepthought-theme.netlify.app/" [extra]