Hugo Themes
Simple Style
A simple style huho theme by Linlin Yan.
- Author: Linlin Yan
- GitHub Stars: 29
- Updated: 2022-04-14
- License: MIT
- Tags: Blog Light
Simple Style Hugo Theme
My simple style hugo theme, based on this webpage template
Online demo of this theme: simple-style-demo
License
This project is licensed under MIT, copyright (c) 2019 Linlin Yan, expect for the following code:
layout/partial/github-cornor.html
is based on source code from http://tholman.com/github-corners/, which is licensed under MIT, copyright (c) 2016 Tim Holman.
Supported Parameters
In config.toml
[params]
subtitle = "Sub title of the site"
favicon = "/<path-to-site-icon>/logo.ico"
githubUrl = "https://github.com/<your-name>/<site-proj-name>/"
referrer = "always"
author = "..."
description = "..."
keywords = "..."
googleSiteVerification = "<google-site-verification-code>"
search = "..." # baidu, google, bing, duckduckgo
dateFormat = "Mon Jan 2 15:04:05 MST 2006" # see: https://gohugo.io/functions/format/#gos-layout-string
externalLinkIcon = true
externalLinkNewWindow = true