/simpleblox

A blazing fast hugo theme for your blog.

Primary LanguageHTMLMIT LicenseMIT

Simple Blox

Simple and blazing fast Bootstrap 4 Theme for Your blog.

Build using Bootstrap 4.1.3 dedicated for Hugo Themes

Hugo Simple Blox Theme

Installation

Inside the folder of your Hugo site run:

cd themes
git clone https://github.com/okabrionz/simpleblox

For more information read the official setup guide of Hugo.

Getting started

After installing the Simple Blox Theme successfully it requires a just a few more steps to get your site finally running.

The config file

Take a look inside the exampleSite folder of this theme. You'll find a file called config.toml. To use it, copy the config.toml in the root folder of your Hugo site. Feel free to customize this theme as you like.

Config Settings

baseurl = "/"
title = "Your Website Title"
author = "John Doe"
copyright = "Copyright © 2008–2018, John Doe all rights reserved." #You can also use HTML code here.
canonifyurls = true
paginate = 3
theme = "simpleblox" #This parameter is required to use this theme

[params]
facebook = "antihacx"
twitter = "antihacx"
github = "okabrionz"

[menu]
    [menu.main]
    name = "Home"
    url = "/"
    weight = "-10"

If You have any feature requests and ideas, please feel free to submit new Issue.

Ready to rock?!

Deploy to Netlify