Browse Source

add some theme reqs

tags/v1.1
Bud Parr 7 years ago
parent
commit
bd40795df0
No account linked to committer's email address

BIN
images/gohugho-default-theme-1500x1000.jpg View File


BIN
images/gohugho-default-theme-tn-900x600.jpg View File


+ 5
- 1
readme.md View File

HUGO Default theme readme


### [wip] A Base theme for [Hugo](http://gohugo.io/), a framework for building websites. ### [wip] A Base theme for [Hugo](http://gohugo.io/), a framework for building websites.


A base theme for Hugo sites. Though it looks like a theme, the intent is to provide a solid starting place for Hugo sites and include best practices for performance, A11y, and rapid development.
The intent of this theme is to provide a solid starting place for Hugo sites and include best practices for performance, accessibility, and rapid development.




Features Features
- template layouts (type "article" uses a special list template, single template, and a content view) - template layouts (type "article" uses a special list template, single template, and a content view)
- tags - tags
- len - len
- conditionals
- ge (greater than or equal to) - ge (greater than or equal to)





+ 3
- 13
theme.toml View File

name = "Gohugo Default Theme" name = "Gohugo Default Theme"
license = "MIT" license = "MIT"
licenselink = "https://github.com/budparr/gohugo-default-theme/blob/master/LICENSE.md" licenselink = "https://github.com/budparr/gohugo-default-theme/blob/master/LICENSE.md"
description = ""
description = "A Base theme for building full featured Hugo sites"
homepage = "https://github.com/budparr/gohugo-default-theme" homepage = "https://github.com/budparr/gohugo-default-theme"
tags = ["website", "starter"] tags = ["website", "starter"]
features = ["", ""]
min_version = 0.19
features = ["posts", ""]
min_version = 0.18


[author] [author]
name = "Bud Parr" name = "Bud Parr"
homepage = "https://github.com/budparr" homepage = "https://github.com/budparr"

# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""

[params]

hero_copy = "Some great copy here"

Loading…
Cancel
Save