Hugo Themes
Techlog Simple
A simple Hugo theme for tech blog.
- Author: Hidenori Matsuki
- Minimum Hugo Version: 0.76.0
- GitHub Stars: 8
- Updated: 2020-11-01
- License: MIT
Techlog Simple, A simple theme for Hugo.
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