Compare commits
No commits in common. "master" and "master" have entirely different histories.
4 changed files with 11 additions and 18 deletions
|
@ -1,10 +1,8 @@
|
|||
{
|
||||
"annex": "annexes",
|
||||
"apiary": "apiaries",
|
||||
"article": "articles",
|
||||
"atlas": "atlases",
|
||||
"author": "authors",
|
||||
"bonfire": "bonfires",
|
||||
"book": "books",
|
||||
"bundle": "bundles",
|
||||
"cabin": "cabins",
|
||||
|
@ -21,29 +19,25 @@
|
|||
"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",
|
||||
"librarian": "librarians",
|
||||
"library": "libraries",
|
||||
"librarian": "librarians",
|
||||
"logbook": "logbooks",
|
||||
"glassblower": "glassblowers",
|
||||
"map": "maps",
|
||||
"memory": "memories",
|
||||
"mirror": "mirrors",
|
||||
"memory": "memories",
|
||||
"note": "notes",
|
||||
"notebook": "notebooks",
|
||||
"part": "parts",
|
||||
"person": "people",
|
||||
"pin": "pins",
|
||||
"poem": "poems",
|
||||
"pollen": "pollen",
|
||||
"print": "prints",
|
||||
"record": "records",
|
||||
"reflection": "reflections",
|
||||
|
@ -57,8 +51,8 @@
|
|||
"shard": "shards",
|
||||
"ship": "ships",
|
||||
"spectre": "spectres",
|
||||
"story": "stories",
|
||||
"struggle": "struggles",
|
||||
"story": "stories",
|
||||
"syllabus": "syllabi",
|
||||
"tab": "tabs",
|
||||
"term":"terms",
|
||||
|
@ -66,6 +60,5 @@
|
|||
"topic": "topics",
|
||||
"toponym": "toponyms",
|
||||
"twist": "twists",
|
||||
"voice": "voices",
|
||||
"wax": "wax"
|
||||
"voice": "voices"
|
||||
}
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
|||
module dev.sandpoints.org/Drawwell/SandpointsTheme
|
||||
module git.sandpoints.org/Drawwell/SandpointsTheme
|
||||
|
||||
go 1.15
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<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">
|
||||
<span class="sandpointF">ß</span>
|
||||
<span class="sandpointN">•</span>
|
||||
|
|
|
@ -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://dev.sandpoints.org/Drawwell/Sandpoints"
|
||||
homepage = "https://git.sandpoints.org/Drawwell/Sandpoints"
|
||||
tags = ["syllabus"]
|
||||
features = []
|
||||
min_version = "0.79.0"
|
||||
|
||||
authors = [
|
||||
{name = "Marcell Mars", homepage = "https://dev.sandpoints.org/Drawwell"},
|
||||
{name = "Sean Dockray", homepage = "https://dev.sandpoints.org/Drawwell"},
|
||||
{name = "Marcell Mars", homepage = "https://git.sandpoints.org"},
|
||||
{name = "Sean Dockray", homepage = "https://git.sandpoints.org"},
|
||||
{name = "Vincent W.J. van Gerven Oei", homepage = "http://www.vangervenoei.com"}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue