Skip to content

mazgi/hugo-theme-techlog-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Techlog Simple, A simple theme for Hugo.

screenshot

DEMO

Features

  • Simple
  • Table of Contents
  • Custom profile page.

Also includes examples of Hugo Features or Functions:

  • Pagination
  • Tags
  • Authors

Installation

Inside the folder of your Hugo site run:

$ cd themes
$ git clone https://github.com/mazgi/hugo-theme-techlog-simple.git

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.

Nearly finished

In order to see your site in action, run Hugo's built-in local server.

$ hugo server

Now enter localhost:1313 in the address bar of your browser.

To run in production (e.g. to have Google Analytics show up), run HUGO_ENV=production before your build command. For example:

$ HUGO_ENV=production hugo