diff --git a/config.toml b/config.toml index 3d323aa..7568106 100644 --- a/config.toml +++ b/config.toml @@ -11,6 +11,7 @@ paginatePath = "" author = 'Madison Scott-Clary' home = 'https://makyo.ink' copyright = 2021 + customCSS = ['wildness.css'] [markup.goldmark.renderer] unsafe = true diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..0cddbf8 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,34 @@ + + {{ if .Title }}{{ .Title }} | {{ end }}A Wildness of the Heart by Madison Scott-Clary + + {{ range .Site.Params.customCSS }} + + {{ end }} + + + + + + + + + + + + + + + + + + + diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..d0c7a18 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,3 @@ +
+

{{ .Site.Title }}Limerent Object and other stories

+
diff --git a/static/tomnr.woff b/static/tomnr.woff new file mode 100644 index 0000000..f4a2dfd Binary files /dev/null and b/static/tomnr.woff differ diff --git a/static/wildness.css b/static/wildness.css new file mode 100644 index 0000000..7a0a0cd --- /dev/null +++ b/static/wildness.css @@ -0,0 +1,10 @@ +@import url("https://fonts.googleapis.com/css?family=Gentium+Book+Basic"); +@font-face { + font-family: "Tom's New Roman"; + font-weight: 400; + font-style: normal; + src: url("/tomnr.woff") format("woff"); +} +header, footer, .title ul li p:first-of-type, ul.pagination, h1, h2 { + font-family: "Tom's New Roman", serif; +} diff --git a/themes/maddybook b/themes/maddybook new file mode 160000 index 0000000..f81a11a --- /dev/null +++ b/themes/maddybook @@ -0,0 +1 @@ +Subproject commit f81a11a02d2084cd2359a8dea4083ea1f886bc0b