Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazgi/hugo-theme-techlog-simple
A simple Hugo theme for tech-blogs.
https://github.com/mazgi/hugo-theme-techlog-simple
hugo hugo-theme
Last synced: 4 months ago
JSON representation
A simple Hugo theme for tech-blogs.
- Host: GitHub
- URL: https://github.com/mazgi/hugo-theme-techlog-simple
- Owner: mazgi
- License: mit
- Created: 2018-10-07T12:37:00.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-11-01T19:37:55.000Z (over 4 years ago)
- Last Synced: 2024-09-29T05:41:16.284Z (4 months ago)
- Topics: hugo, hugo-theme
- Language: HTML
- Homepage: https://themes.gohugo.io/hugo-theme-techlog-simple/
- Size: 1.27 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Techlog Simple, A simple theme for [Hugo](https://gohugo.io/).
![screenshot](https://raw.githubusercontent.com/mazgi/hugo-theme-techlog-simple/main/images/screenshot.png)
[DEMO](https://mazgi-hugo-themes-gcp.firebaseapp.com/techlog-simple/)
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`](https://github.com/mazgi/hugo-theme-techlog-simple/tree/main/exampleSite) folder of this theme. You'll find a file called [`config.toml`](https://github.com/mazgi/hugo-theme-techlog-simple/blob/main/exampleSite/config.toml). To use it, copy the [`config.toml`](https://github.com/mazgi/hugo-theme-techlog-simple/blob/main/exampleSite/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`](http://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:
```shellsession
$ HUGO_ENV=production hugo
```