diff --git a/images/gohugho-default-theme-1500x1000.jpg b/images/gohugho-default-theme-1500x1000.jpg new file mode 100644 index 0000000..899caa4 Binary files /dev/null and b/images/gohugho-default-theme-1500x1000.jpg differ diff --git a/images/gohugho-default-theme-tn-900x600.jpg b/images/gohugho-default-theme-tn-900x600.jpg new file mode 100644 index 0000000..296db57 Binary files /dev/null and b/images/gohugho-default-theme-tn-900x600.jpg differ diff --git a/readme.md b/readme.md index c91f102..fff9af7 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,9 @@ +HUGO Default theme readme + + ### [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 @@ -23,6 +26,7 @@ includes examples of - template layouts (type "article" uses a special list template, single template, and a content view) - tags - len +- conditionals - ge (greater than or equal to) diff --git a/theme.toml b/theme.toml index c96a2d9..fb70fa9 100755 --- a/theme.toml +++ b/theme.toml @@ -4,22 +4,12 @@ name = "Gohugo Default Theme" license = "MIT" 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" tags = ["website", "starter"] -features = ["", ""] -min_version = 0.19 +features = ["posts", ""] +min_version = 0.18 [author] name = "Bud Parr" homepage = "https://github.com/budparr" - -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = "" - - [params] - - hero_copy = "Some great copy here"