Compare commits

..

2 commits

Author SHA1 Message Date
6d31001106 update from git. to dev. 2024-11-07 09:04:27 +01:00
65fd3863ff new triads 2024-11-05 15:57:21 +01:00
4 changed files with 18 additions and 11 deletions

View file

@ -1,8 +1,10 @@
{
"annex": "annexes",
"apiary": "apiaries",
"article": "articles",
"atlas": "atlases",
"author": "authors",
"bonfire": "bonfires",
"book": "books",
"bundle": "bundles",
"cabin": "cabins",
@ -19,25 +21,29 @@
"factor": "factors",
"floor": "floors",
"fragment": "fragments",
"glassblower": "glassblowers",
"glossary": "glossaries",
"highlight": "highlights",
"house": "houses",
"inquiry": "inquiries",
"insight": "insights",
"issue": "issues",
"item": "items",
"journal": "journals",
"journey": "journeys",
"library": "libraries",
"librarian": "librarians",
"library": "libraries",
"logbook": "logbooks",
"glassblower": "glassblowers",
"map": "maps",
"mirror": "mirrors",
"memory": "memories",
"mirror": "mirrors",
"note": "notes",
"notebook": "notebooks",
"part": "parts",
"person": "people",
"pin": "pins",
"poem": "poems",
"pollen": "pollen",
"print": "prints",
"record": "records",
"reflection": "reflections",
@ -51,14 +57,15 @@
"shard": "shards",
"ship": "ships",
"spectre": "spectres",
"struggle": "struggles",
"story": "stories",
"struggle": "struggles",
"syllabus": "syllabi",
"tab": "tabs",
"term":"terms",
"term": "terms",
"thing": "things",
"topic": "topics",
"toponym": "toponyms",
"twist": "twists",
"voice": "voices"
"voice": "voices",
"wax": "wax"
}

2
go.mod
View file

@ -1,3 +1,3 @@
module git.sandpoints.org/Drawwell/SandpointsTheme
module dev.sandpoints.org/Drawwell/SandpointsTheme
go 1.15

View file

@ -1,5 +1,5 @@
<footer>
<a class="logolink" title="built by Sandpoints" href="https://sandpoints.org">
<a class="logolink" title="built by Sandpoints" href="https://git.sandpoints.org/Drawwell/">
<div class="sandpointlogo">
<span class="sandpointF">ß</span>
<span class="sandpointN"></span>

View file

@ -5,13 +5,13 @@ name = "Sandpoints"
license = "GPL 3"
licenselink = "https://www.gnu.org/licenses/gpl-3.0.en.html"
description = "Sandpoints Theme"
homepage = "https://git.sandpoints.org/Drawwell/Sandpoints"
homepage = "https://dev.sandpoints.org/Drawwell/Sandpoints"
tags = ["syllabus"]
features = []
min_version = "0.79.0"
authors = [
{name = "Marcell Mars", homepage = "https://git.sandpoints.org"},
{name = "Sean Dockray", homepage = "https://git.sandpoints.org"},
{name = "Marcell Mars", homepage = "https://dev.sandpoints.org/Drawwell"},
{name = "Sean Dockray", homepage = "https://dev.sandpoints.org/Drawwell"},
{name = "Vincent W.J. van Gerven Oei", homepage = "http://www.vangervenoei.com"}
]