first commit
This commit is contained in:
commit
7fa1a1444a
52 changed files with 1519 additions and 0 deletions
33
theme.toml
Normal file
33
theme.toml
Normal file
|
@ -0,0 +1,33 @@
|
|||
name = "Goa"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/stiebke/hugo-goa/blob/master/LICENSE.md"
|
||||
description = "Simple Minimalist Hugo Theme"
|
||||
homepage = "https://github.com/stiebke/hugo-goa"
|
||||
demosite = "https://stephan.hadan.de/hugo-goa-demo/"
|
||||
tags = [
|
||||
"Roboto",
|
||||
"Lato",
|
||||
"Roboto Slab",
|
||||
"bootstrap",
|
||||
"font awesome",
|
||||
"minimal",
|
||||
"clean",
|
||||
]
|
||||
features = [
|
||||
"blog",
|
||||
"pages",
|
||||
"minimal",
|
||||
"responsive",
|
||||
"404",
|
||||
"icons",
|
||||
"disqus",
|
||||
"anlaytics",
|
||||
]
|
||||
|
||||
min_version = "v0.134.0"
|
||||
|
||||
# If the theme has multiple authors
|
||||
authors = [
|
||||
{name = "Rajesh Shenoy", homepage = "https://shenoy.me"},
|
||||
{name = "Stephan Hadan", homepage = "https://stephan.hadan.de"},
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue