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

github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Dinghofer <kdevo@users.noreply.github.com>2022-05-01 12:55:40 +0300
committerGitHub <noreply@github.com>2022-05-01 12:55:40 +0300
commite11c568790a20382dcf79278d53df3622ed12246 (patch)
treeeb6fa46c5b066e95e8048ea1c2b5828295fa59d6
parent13edea67742c53cff800ca5c8cbdf804ce0cbd31 (diff)
parentf09c338bc07fb5acfdca73f57ea0be74d5fe707c (diff)
Merge pull request #37 from kdevo/devHEADv5.0.2master
v5.0.2
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.yaml6
-rw-r--r--go.mod2
-rw-r--r--go.sum2
4 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3dc85ab..fe5e38f 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ Receive the latest features of the theme:
hugo mod get -u
```
-> It is good practice to [check the release notes](https://github.com/kdevo/osprey-delight/releases) before upgrading (especially before using new major versions).
+> It is good practice to [check the release notes](https://github.com/kdevo/osprey-delight/releases) before upgrading.
## Configuration and Usage <a href="config"></a>
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 53b5864..112991b 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -1,7 +1,7 @@
title: "Osprey Delight Demo"
baseURL: "https://example.com"
languageCode: "en-US"
-theme: "github.com/kdevo/osprey-delight"
+theme: "github.com/kdevo/osprey-delight/v5"
tags: ["personal", "homepage", "portfolio"]
#canonifyURLS: true
#googleAnalytics: ""
@@ -11,10 +11,10 @@ pygmentsUseClasses: true
module:
imports:
- - path: github.com/kdevo/osprey-delight
+ - path: github.com/kdevo/osprey-delight/v5
# useful for local development of the theme:
# replacements:
- # - github.com/kdevo/osprey-delight -> ../../.
+ # - github.com/kdevo/osprey-delight/v5 -> ../../.
## Generic theme parameters:
Params:
diff --git a/go.mod b/go.mod
index 932f05f..4ea240a 100644
--- a/go.mod
+++ b/go.mod
@@ -5,5 +5,5 @@ go 1.13
require (
github.com/hugo-mods/icons v0.0.0-20211204094455-ce8763589b4a // indirect
github.com/hugo-mods/lazyimg v0.0.0-20211204103006-f8df703cfde3 // indirect
- github.com/hugo-mods/release-notify v0.0.0-20211204183217-31d5f4d05aba // indirect
+ github.com/hugo-mods/release-notify v0.0.0-20211204191115-572031cb0d70 // indirect
)
diff --git a/go.sum b/go.sum
index 3b3351f..edae3c8 100644
--- a/go.sum
+++ b/go.sum
@@ -10,3 +10,5 @@ github.com/hugo-mods/lazyimg v0.0.0-20211204103006-f8df703cfde3 h1:oHkDP/qoX2nAX
github.com/hugo-mods/lazyimg v0.0.0-20211204103006-f8df703cfde3/go.mod h1:mUw/5rIlzxiJfDnKsFnZAITZ29I7n3QeDd8WwGsBmTI=
github.com/hugo-mods/release-notify v0.0.0-20211204183217-31d5f4d05aba h1:MKmr7sMNdXcgR0fpNX1O+c2rrDF9zdZnO3G3LShx0cc=
github.com/hugo-mods/release-notify v0.0.0-20211204183217-31d5f4d05aba/go.mod h1:RYv2eTG8LmJsxnEajLP4wkOLK3GDmwNterXVWgW6DYA=
+github.com/hugo-mods/release-notify v0.0.0-20211204191115-572031cb0d70 h1:oBpbA4hg5pzyjkFX1SmbqueOq6YR1qjhUiRCr1uLMzs=
+github.com/hugo-mods/release-notify v0.0.0-20211204191115-572031cb0d70/go.mod h1:RYv2eTG8LmJsxnEajLP4wkOLK3GDmwNterXVWgW6DYA=