Skip to content
/ hugoblog Public template

Hugoblog is responsive, simple, and clean that would fit for your personal blog based on Hugo Theme Static Site Generator (SSG)

License

Notifications You must be signed in to change notification settings

zuramai/hugoblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugoblog

Hugoblog is responsive, simple, and clean that very fit for your personal blog based on Hugo Theme Static Site Generator (SSG)

Screenshot

Click here for live demo.

Installation

Before starting, please be sure that you have installed extended version of Hugo and created a new site. After that, you ready to install Hugoblog.

In your Hugo site themes directory, run:

git clone https://github.com/zuramai/hugoblog

Or, if you don't plan to make any significant changes, but want to track and update the theme, you can add it as a git submodule via the following command:

git submodule add https://github.com/zuramai/hugoblog

Next, open config.toml in the base of the Hugo site and ensure the theme option is set to hugoblog:

theme = "hugoblog"

For more information read the official setup guide of Hugo.

Getting started

After installing the theme successfully it requires a just a few more steps to get your site 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 change the strings in this theme.

Change site logo

Upload your site logo to the /static folder in your project, then edit config.toml and change site_logo value your image path. For example:

[params]
  site_logo = "/images/logo.svg"

Comments Section

You could use Disqus comment by activating them in the config.toml and put your disqus shortname.

disqusShortname = "your-disqus-site-shortname"

License

This template is under MIT License

About

Hugoblog is responsive, simple, and clean that would fit for your personal blog based on Hugo Theme Static Site Generator (SSG)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published