Add headline parameter and image resizing

This commit is contained in:
James Panther
2022-06-17 11:56:39 +10:00
parent 5ae1a23727
commit e2dd72d0be
6 changed files with 24 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -6,6 +6,7 @@ disableKinds = ["taxonomy", "term"]
[author]
name = "Lynx"
headline = "A simple links theme for Hugo built with Tailwind CSS"
image = "author.jpg"
links = [
{ link = { href = "https://github.com/jpanther/lynx/blob/stable/README.md", text = "View the readme", icon = "github" } },

View File

@@ -2,4 +2,4 @@
description: "This is a demo of the Lynx theme for Hugo."
---
A simple links theme for Hugo built with Tailwind CSS.
View the readme or check out all the link styles available using the links below.