diff --git a/exampleSite/assets/img/faceshot.jpg b/exampleSite/assets/img/faceshot.jpg new file mode 100644 index 0000000..4a55b80 Binary files /dev/null and b/exampleSite/assets/img/faceshot.jpg differ diff --git a/exampleSite/assets/img/faceshot.png b/exampleSite/assets/img/faceshot.png deleted file mode 100644 index b6650ed..0000000 Binary files a/exampleSite/assets/img/faceshot.png and /dev/null differ diff --git a/exampleSite/config.toml b/exampleSite/config.toml index bd44169..d286c3c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -9,6 +9,7 @@ themesDir = "../../" [params] brand = "aether" description = "aether Hugo theme for blogs" + headshotimg = "img/faceshot.jpg" [markup] [markup.highlight] diff --git a/images/screenshot.png b/images/screenshot.png index 9678c52..faf8f79 100755 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 849672a..3480392 100755 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 43d097d..9664ee6 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -10,7 +10,7 @@ {{ with .Title }}
{{ . }}
{{ end }} - {{ with resources.Get "img/faceshot.png" -}} + {{ with resources.GetMatch .Site.Params.headshotimg -}}