🎉 Initial commit

This commit is contained in:
James Panther
2021-11-01 13:28:09 +11:00
commit 5b8e93a5a9
73 changed files with 5524 additions and 0 deletions

20
exampleSite/config.toml Normal file
View File

@@ -0,0 +1,20 @@
theme = "lynx"
languageCode = "en-au"
defaultContentLanguage = "en"
title = "Lynx"
# copyright = "Copy, _right?_ :thinking_face:"
enableEmoji = true
disableKinds = ["taxonomy", "term"]
[author]
name = "Lynx"
image = "author.jpg"
links = [
{ github = "https://github.com/jpanther/lynx" },
{ discord = "https://discord.gg/invitecode" },
{ instagram = "https://instagram.com/username" },
{ soundcloud = "https://soundcloud.com/username" },
{ twitter = "https://twitter.com/username" },
]

View File

@@ -0,0 +1,5 @@
---
description: "This is a demo of the Lynx theme for Hugo."
---
A simple links theme for Hugo built with Tailwind CSS.

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB