Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

4 changed files with 11 additions and 18 deletions

View file

@ -1,10 +1,8 @@
{ {
"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",
@ -21,29 +19,25 @@
"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",
"librarian": "librarians",
"library": "libraries", "library": "libraries",
"librarian": "librarians",
"logbook": "logbooks", "logbook": "logbooks",
"glassblower": "glassblowers",
"map": "maps", "map": "maps",
"memory": "memories",
"mirror": "mirrors", "mirror": "mirrors",
"memory": "memories",
"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",
@ -57,15 +51,14 @@
"shard": "shards", "shard": "shards",
"ship": "ships", "ship": "ships",
"spectre": "spectres", "spectre": "spectres",
"story": "stories",
"struggle": "struggles", "struggle": "struggles",
"story": "stories",
"syllabus": "syllabi", "syllabus": "syllabi",
"tab": "tabs", "tab": "tabs",
"term": "terms", "term":"terms",
"thing": "things", "thing": "things",
"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 dev.sandpoints.org/Drawwell/SandpointsTheme module git.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://git.sandpoints.org/Drawwell/"> <a class="logolink" title="built by Sandpoints" href="https://sandpoints.org">
<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://dev.sandpoints.org/Drawwell/Sandpoints" homepage = "https://git.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://dev.sandpoints.org/Drawwell"}, {name = "Marcell Mars", homepage = "https://git.sandpoints.org"},
{name = "Sean Dockray", homepage = "https://dev.sandpoints.org/Drawwell"}, {name = "Sean Dockray", homepage = "https://git.sandpoints.org"},
{name = "Vincent W.J. van Gerven Oei", homepage = "http://www.vangervenoei.com"} {name = "Vincent W.J. van Gerven Oei", homepage = "http://www.vangervenoei.com"}
] ]