diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 89af1b0..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/PaperMod"] - path = themes/PaperMod - url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/hugo.toml b/hugo.toml index 8ef107f..dfb01d7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,32 +1,17 @@ baseURL = "https://www.reground.org/" locale = "en-US" title = "ReGround" -theme = "PaperMod" enableRobotsTXT = true buildDrafts = false buildFuture = false buildExpired = false +disableKinds = ["taxonomy", "term"] [params] env = "production" description = "ReGround helps fiction authors find the readers who were always meant to find them." author = "Will Estes" - defaultTheme = "auto" - disableThemeToggle = false - ShowReadingTime = false - ShowShareButtons = false - ShowPostNavLinks = false - ShowBreadCrumbs = false - ShowCodeCopyButtons = false - ShowRssButtonInSectionTermList = false - ShowToc = false - disableSpecial1stPost = true - hidemeta = true - mainSections = ["posts"] - - [params.label] - text = "ReGround" # Menu is intentionally minimal for now — add Blog/About/Contact # entries here as those sections come online. diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..53acd59 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,34 @@ + + +
+ + +{{ . }}
- {{- end }} - {{- with .Params.intro }} -{{ .Params.hero_subheading }}
++ {{ . }} +
+{{ end }} +{{ end }} diff --git a/themes/PaperMod b/themes/PaperMod deleted file mode 160000 index a2eb47b..0000000 --- a/themes/PaperMod +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a2eb47bb4b805116dcd34c1605d39835121f8dbe