diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/data/sandpointsnamegraph.json b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/data/sandpointsnamegraph.json index f9cb5d6..5b7bb06 100644 --- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/data/sandpointsnamegraph.json +++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/data/sandpointsnamegraph.json @@ -15,5 +15,6 @@ "note": "notes", "annex": "annexes", "author": "authors", - "editor": "editors" + "editor": "editors", + "contributor": "contributors" } diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/_default/list.html b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/_default/list.html index b428d29..62c1535 100644 --- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/_default/list.html +++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/_default/list.html @@ -7,7 +7,7 @@ {{ end }} {{ $currentFile := (printf "/%s" .File) }} -
Sitemap⁄{{ substr $.Site.Title 0 1 }}{{ substr $.Site.Title 1 }} ({{ $currentDir }})
+
Sitemap⁄{{ substr $.Site.Title 0 1 }}{{ substr $.Site.Title 1 }} {{with $currentDir}}({{ . }}){{ end }}
{{ $s := partialCached "scratch.html" . }} {{ $noTriad := (slice) }} diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/print.css b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/print.css index b969d4c..0ded15e 100644 --- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/print.css +++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/print.css @@ -1,13 +1,13 @@ @page { - size: 156mm 234mm; + size: 6.14in 9.21in; margin-bottom: 0.8in; padding-bottom: 0.2in; margin-top: 0.7in; } @page:left { - margin-right: 0.7in; - margin-left: 1in; + margin-right: 0.6in; + margin-left: 1.1in; @bottom-left-corner { content: counter(page); font-size: 1rem; @@ -21,8 +21,8 @@ } @page:right { - margin-left: 0.7in; - margin-right: 1in; + margin-left: 0.6in; + margin-right: 1.1in; @bottom-right-corner { content: counter(page); font-size: 1rem; diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 5b12ec0..53d3197 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1 +1 @@ -# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210211021211-8674473d0c45 +# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210219121445-3e058b4ebb35 diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..a6f8280 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,3 @@ +--- +title: "Root" +--- diff --git a/content/print/_index.md b/content/print/_index.md new file mode 100644 index 0000000..9226cd8 --- /dev/null +++ b/content/print/_index.md @@ -0,0 +1,3 @@ +--- +title: "List of print pages" +---