This is a new website for the Benson Place worker crew created in 2021. Once the content gets transferred, it will replace https://blube.club https://new.blube.club
Go to file
Ratan Kulshreshtha a3c51d7230 Update base url 2020-10-11 18:43:48 +05:30
content Update base url 2020-10-11 18:43:48 +05:30
sass Update format 2020-10-11 02:37:24 +05:30
static Add shortcodes for youtube and vimeo 2020-10-11 17:30:56 +05:30
templates Add shortcodes for youtube and vimeo 2020-10-11 17:30:56 +05:30
.gitignore Fix styling and chart 2020-09-07 00:14:01 +05:30
LICENSE Create LICENSE 2020-09-01 17:32:44 +05:30
README.md Update base url 2020-10-11 18:43:48 +05:30
config.toml Update base url 2020-10-11 18:43:48 +05:30
netlify.toml Update base url 2020-10-11 18:43:48 +05:30
screenshot.png Update screenshot of the website 2020-09-27 19:37:47 +05:30
theme.toml Update base url 2020-10-11 18:43:48 +05:30

README.md

DeepThought

A simple blog theme focused on writing powered by Bulma and Zola.

DeepThought

Live Demo

Live version of the website is available at here

Installation

Get Zola and follow their guide on installing a theme. 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

Zola already has great documentation for deploying to Netlify or Github Pages. I won't bore you with a regurgitated explanation.

Theme Options

# Add links to favicon, you can use https://realfavicongenerator.net/ to generate favicon for your site
[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 links
[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_hyvor_website_id>"

# To enable mapbox maps
[extra.mapbox]
access_token = "<your_access_token>"

Features

  • Dark Mode
  • Pagination
  • Search
  • Charts
  • Maps
  • Diagrams
  • Galleria
  • Analytics
  • Comments
  • Categories
  • Social Links
  • Post Sharing