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

View file

@ -1,5 +1,5 @@
<footer> <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"> <div class="sandpointlogo">
<span class="sandpointF">ß</span> <span class="sandpointF">ß</span>
<span class="sandpointN"></span> <span class="sandpointN"></span>

View file

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