🎉 Initial commit
This commit is contained in:
20
exampleSite/config.toml
Normal file
20
exampleSite/config.toml
Normal 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" },
|
||||
]
|
||||
5
exampleSite/content/_index.md
Normal file
5
exampleSite/content/_index.md
Normal 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.
|
||||
BIN
exampleSite/static/author.jpg
Normal file
BIN
exampleSite/static/author.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user