-
Notifications
You must be signed in to change notification settings - Fork 963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Themes Results in Failure to Serve #1623
Comments
You need to have a look at the theme README: https://github.com/RatanShreshtha/DeepThought#how-to-serve |
I did follow the documentation and the associated README, but something is wrong. I have also given the steps to reproduce and I have also added the theme to config.toml, but still it results in this failure. |
You need to put
|
Ok now the confusion is where this extra should be placed. I have it in the config.toml which is located inside the themes&DeepThought folder, but I need to bring it out in the config.toml of the top level folder. |
There is some fundamental documentation missing. Could this be because of the fact that I have git cloned the DeepThought theme inside the themes folder. My understanding was this is how I should do. |
Bug Report
I created a new Zola project and in the themes folder, I downloaded a Github repo of a theme that I'm interested in, but upon doing zola serve, I run into errors.
Environment
Ubuntu 20.04
rustc 1.50.0 (cb75ad5db 2021-02-10)
Zola version:
zola 0.14.1
Expected Behavior
I would have expected that the blog uses the theme and renders
Current Behavior
joesan@joesan-InfinityBook-S-14-v5:~/Projects/Private/github-docs/my-blog$ zola serve
Building site...
Checking all internal links with anchors.
Step to reproduce
$ zola init myblog
$ cd themes
$ git clone https://github.com/RatanShreshtha/DeepThought.git
$ cd ..
$ zola serve
The text was updated successfully, but these errors were encountered: