1
Fork 0
e11sync/blog/themes/default
Motiejus Jakštys edebcf570a combine blog and djangostatic 2024-01-28 18:15:49 +02:00
..
layouts combine blog and djangostatic 2024-01-28 18:15:49 +02:00
LICENSE starting the blog 2024-01-27 16:57:07 +02:00
README.md starting the blog 2024-01-27 16:57:07 +02:00
theme.toml starting the blog 2024-01-27 16:57:07 +02:00

README.md

Simple Style Hugo Theme

My simple style hugo theme, based on this webpage template

Online demo of this theme: simple-style-demo

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