Update base url
parent
acabf58fe1
commit
a3c51d7230
|
@ -4,7 +4,7 @@ A simple blog theme focused on writing powered by Bulma and Zola.
|
|||

|
||||
|
||||
## 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/).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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?
|
||||
|
|
|
@ -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"
|
||||
command = "zola build --base-url https://deepthought-theme.netlify.app"
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue