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:
authorkdevo <kdevo@users.noreply.github.com>2022-05-01 12:50:47 +0300
committerkdevo <kdevo@users.noreply.github.com>2022-05-01 12:50:47 +0300
commitb63998e0b5e8be0694aa24009535b01b78098bf8 (patch)
treead0d0d729fe491ad04202a3c07793701fb2bdb91
parent3df77c3c6cfd316f81eaf1310743be09f629245f (diff)
fix(exampleSite): use correct v5 import path
-rw-r--r--exampleSite/config.yaml6
1 files changed, 3 insertions, 3 deletions
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: