Skip to content

Commit

Permalink
update henry so we can include in hugo themes site builder
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikgopal committed Oct 18, 2021
1 parent a51401c commit cbbdd35
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Henry

<p align="center"><img src="static/images/henry.png"></p>
<p align="center"><img src="images/henry.png"></p>

Henry is a [Hugo](https://gohugo.io/) theme with a gorgeous reading experience, chock-full of features. To find out more about all the features check out this [blog post](https://jkl.gg/b/henry-hugo-theme/).

Expand Down
4 changes: 4 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[module]
[module.hugoVersion]
extended = true
min = "0.41.0"
6 changes: 3 additions & 3 deletions content/using-new-theme-henry.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ date = 2021-10-17
title = "This blog now uses Henry"
slug = "now-on-theme-henry"
description = "My blog now uses the Hugo theme - Henry"
images = ["https://raw.githubusercontent.com/kaushikgopal/henry-hugo/master/static/images/henry.png"]
banner =["https://raw.githubusercontent.com/kaushikgopal/henry-hugo/master/static/images/henry.png"]
images = ["https://raw.githubusercontent.com/kaushikgopal/henry-hugo/master/images/henry.png"]
banner =["https://raw.githubusercontent.com/kaushikgopal/henry-hugo/master/images/henry.png"]
tags = ["henry", "hugo", "theme"]
categories = ["blog"]
+++

{{< img src="https://raw.githubusercontent.com/kaushikgopal/henry-hugo/master/static/images/henry.png"
{{< img src="https://raw.githubusercontent.com/kaushikgopal/henry-hugo/master/images/henry.png"
align="center"
alt="Henry Theme Mascot"
attrlink="https://jkl.gg/b/henry-hugo-theme"
Expand Down
File renamed without changes
Binary file added images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 8 additions & 16 deletions theme.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "henry"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
description = ""
homepage = "http://example.com/"
tags = []
features = []
min_version = "0.41.0"

[author]
name = ""
homepage = ""
description = "Henry is a gorgeous Hugo theme optimmized for a good reading experience and packed with features"
homepage = "https://jkl.gg/b/henry-hugo-theme/"

# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""
tags = ["blog", "minimal", "responsive", "archive", "personal", "bootstrap", "portfolio", "dark"]
features = ["clean reading experience", "beautiful font & type", "customizable & versatile", "footnotes", "sidenotes", "multiple image display combinations", "image attribution captions", "external url", "daring fireball style urls", "canonical urls", "alternate urls aliases", "rss feed clean", "seo optimized"]

[author]
name = "Kaushik Gopal"
homepage = "https://jkl.gg"

0 comments on commit cbbdd35

Please sign in to comment.