Initial commit for Hugo site.

This commit is contained in:
Charish Patel
2025-02-20 08:28:31 -05:00
parent 737c448252
commit 045d0c24f3
696 changed files with 91218 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
name = "Poison"
license = "GPL-3.0 License"
licenselink = "https://github.com/lukeorth/poison/blob/master/LICENSE.md"
description = "A pragmatic Hugo theme for bloggers. Based on the classic \"Hyde\" design by mdo."
min_version = "0.101.0"
# The home page of the theme, where the source can be found.
homepage = "https://github.com/lukeorth/poison"
# If you have a running demo of the theme.
demosite = "https://poison.lukeorth.com"
tags = ["blog", "personal", "dark", "dark-mode", "light", "minimal"]
features = ["blog", "katex", "table-of-contents", "tabs", "dark-mode", "series"]
[author]
name = "Luke Orth"
homepage = "https://lukeorth.com"
# If Porting existing theme
[original]
author = "mdo"
homepage = "http://markdotto.com/"
repo = "https://www.github.com/mdo/hyde"