Update base url

This commit is contained in:
Ratan Kulshreshtha 2020-10-11 18:43:48 +05:30
parent acabf58fe1
commit a3c51d7230
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ A simple blog theme focused on writing powered by Bulma and Zola.
![DeepThought](./screenshot.png) ![DeepThought](./screenshot.png)
## Live Demo ## 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 ## 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/). Get [Zola](https://www.getzola.org/) and follow their guide on [installing a theme](https://www.getzola.org/documentation/themes/installing-and-using-themes/).

View File

@ -1,4 +1,4 @@
base_url = "https://zen-austin-0c80be.netlify.app" base_url = "https://deepthought-theme.netlify.app"
title = "DeepThought" title = "DeepThought"
default_language = "en" default_language = "en"
highlight_code = true highlight_code = true

View File

@ -94,7 +94,7 @@ with `vimeo(id="id_here")`
## Links ## Links
[Of Course](https://zen-austin-0c80be.netlify.app/) [Of Course](https://deepthought-theme.netlify.app/)
## Tables ## Tables
You can make tables in markdown, too! Who would have thought. Are these styled yet? You can make tables in markdown, too! Who would have thought. Are these styled yet?

View File

@ -6,4 +6,4 @@ command = "zola build"
ZOLA_VERSION = "0.11.0" ZOLA_VERSION = "0.11.0"
[context.deploy-preview] [context.deploy-preview]
command = "zola build --base-url https://zen-austin-0c80be.netlify.app" command = "zola build --base-url https://deepthought-theme.netlify.app"

View File

@ -5,7 +5,7 @@ homepage = "https://github.com/RatanShreshtha/DeepThought"
min_version = "0.9.0" min_version = "0.9.0"
demo = "https://zen-austin-0c80be.netlify.app/" demo = "https://deepthought-theme.netlify.app/"
[extra] [extra]