Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2019-10-14 18:30:06 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-10-14 18:30:06 +0300
commit7175fd6200ea5ec9e43fda9c04223f07c3f8d33f (patch)
tree4749099d7bcf6b5c994de82c0206e42e62093d2c
parentc5bb716c55974fbb8c6e8924830bcead71cefc10 (diff)
Update paths from lord/slate to slatedocs/slate
-rw-r--r--README.md7
-rw-r--r--config.toml4
-rw-r--r--exampleSite/go.mod2
-rw-r--r--go.mod2
-rw-r--r--theme.toml4
5 files changed, 7 insertions, 12 deletions
diff --git a/README.md b/README.md
index 4c6d07e..72cc0ef 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/49111249-0a1a-4b5a-a3ab-45d00732fdb3/deploy-status)](https://app.netlify.com/sites/docuapi/deploys)
-**DocuAPI** is a beautiful multilingual API documentation theme for [Hugo](http://gohugo.io/). This theme is built on top of the beautiful work of [Robert Lord](https://github.com/lord) and others on the [Slate](https://github.com/lord/slate) project ([Apache 2 License](https://github.com/lord/slate/blob/master/LICENSE)).
+**DocuAPI** is a beautiful multilingual API documentation theme for [Hugo](http://gohugo.io/). This theme is built on top of the beautiful work of [Robert Lord](https://github.com/lord) and others on the [Slate](https://github.com/slatedocs/slate) project ([Apache 2 License](https://github.com/slatedocs/slate/blob/master/LICENSE)).
<br/>
@@ -39,8 +39,3 @@ The styles and Javascript import are also put in each partial and as such can be
* `partials/styles.html`
* `partials/js.html`
-
-
-
-
-
diff --git a/config.toml b/config.toml
index 69388d3..c3892ef 100644
--- a/config.toml
+++ b/config.toml
@@ -5,7 +5,7 @@ baseURL = "https://example.com/"
[module.hugoVersion]
min = "0.56.0"
[[module.imports]]
-path="github.com/lord/slate"
+path="github.com/slatedocs/slate"
[[module.imports.mounts]]
source="source/images"
target="static/images"
@@ -17,4 +17,4 @@ source="source/stylesheets"
target="assets/scss/slate"
[[module.imports.mounts]]
source="source/javascripts"
-target="assets/js/slate" \ No newline at end of file
+target="assets/js/slate"
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index 05bdccc..cde18c5 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -4,5 +4,5 @@ go 1.12
require (
github.com/bep/empty-hugo-module v1.0.0 // indirect
- github.com/lord/slate v2.3.1+incompatible // indirect
+ github.com/slatedocs/slate v2.3.1+incompatible // indirect
)
diff --git a/go.mod b/go.mod
index 7e883d7..78d0c72 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module github.com/bep/docuapi
go 1.12
-require github.com/lord/slate v2.3.1+incompatible // indirect
+require github.com/slatedocs/slate v2.3.1+incompatible // indirect
diff --git a/theme.toml b/theme.toml
index 02515e1..2be49a3 100644
--- a/theme.toml
+++ b/theme.toml
@@ -13,5 +13,5 @@ min_version = 0.17
[original]
name = "Slate"
- homepage = "https://github.com/lord/slate"
- repo = "https://github.com/lord/slate"
+ homepage = "https://github.com/slatedocs/slate"
+ repo = "https://github.com/slatedocs/slate"