forked from getzola/zola
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update themes gallery (getzola#1153)
Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
d198ad6
commit d1ca1e3
Showing
29 changed files
with
172 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
|
||
+++ | ||
title = "DeepThought" | ||
description = "A simple blog theme focused on writing powered by Bulma and Zola." | ||
template = "theme.html" | ||
date = 2020-09-02T11:42:41+05:30 | ||
|
||
[extra] | ||
created = 2020-09-02T11:42:41+05:30 | ||
updated = 2020-09-02T11:42:41+05:30 | ||
repository = "https://github.com/RatanShreshtha/DeepThought.git" | ||
homepage = "https://github.com/RatanShreshtha/DeepThought" | ||
minimum_version = "0.9.0" | ||
license = "MIT" | ||
demo = "https://zen-austin-0c80be.netlify.app/" | ||
|
||
[extra.author] | ||
name = "Ratan Kulshreshtha" | ||
homepage = "https://ratanshreshtha.dev" | ||
+++ | ||
|
||
# DeepThought | ||
> A simple blog theme focused on writing powered by Bulma and Zola. | ||
![DeepThought](./screenshot.png) | ||
|
||
# [Live Demo](https://zen-austin-0c80be.netlify.app/) | ||
|
||
## Installation | ||
Get [Zola](https://www.getzola.org/) and/or follow their guide on [installing a theme](https://www.getzola.org/documentation/themes/installing-and-using-themes/). | ||
Make sure to add `theme = "DeepThought"` to your `config.toml` | ||
|
||
#### Check zola version (only 0.9.0+) | ||
Just to double-check to make sure you have the right version. It is not supported to use this theme with a version under 0.9.0. | ||
|
||
### how to serve | ||
go into your sites directory, and type `zola serve`. You should see your new site at `localhost:1111`. | ||
|
||
### Deployment to Github Pages or Netlify | ||
[Zola](https://www.getzola.org) already has great documentation for deploying to [Netlify](https://www.getzola.org/documentation/deployment/netlify/) or [Github Pages](https://www.getzola.org/documentation/deployment/github-pages/). I won't bore you with a regurgitated explanation. | ||
|
||
#### Theme Options | ||
```toml | ||
# Add links to favicon | ||
[extra.favicon] | ||
favicon_16x16 = "/icons/favicon-16x16.png" | ||
favicon_32x32 = "/icons/favicon-32x32.png" | ||
apple_touch_icon = "/icons/apple-touch-icon.png" | ||
safari_pinned_tab = "/icons/safari-pinned-tab.svg" | ||
webmanifest = "/icons/site.webmanifest" | ||
|
||
# Author details | ||
[extra.author] | ||
name = "DeepThought" | ||
avatar = "/images/avatar.png" | ||
|
||
# Social link setup | ||
[extra.social] | ||
[extra.social] | ||
facebook = "<facebook_username>" | ||
github = "<github_username>" | ||
keybase = "<keybase_username>" | ||
linkedin = "<linkedin_username>" | ||
stackoverflow = "<stackoverflow_userid>" | ||
twitter = "<twitter_username>" | ||
|
||
# To add google analytics | ||
[extra.analytics] | ||
google = "<your_gtag>" | ||
|
||
# To add hyvor comments | ||
[extra.commenting] | ||
hyvor = "<your_website_id>" | ||
|
||
# To enable mapbox maps | ||
[extra.mapbox] | ||
access_token = "<your_access_token>" | ||
``` | ||
|
||
## Features | ||
- [x] Pagination | ||
- [x] Search | ||
- [x] Charts | ||
- [x] Maps | ||
- [x] Diagrams | ||
- [x] Analytics | ||
- [x] Comments | ||
- [x] Categories | ||
- [ ] Social Links | ||
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.