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

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandomBloke <asleeppiano@outlook.com>2020-02-24 20:09:06 +0300
committerRandomBloke <asleeppiano@outlook.com>2020-02-24 20:09:06 +0300
commitcc5622ecc37a1380e4680bef7e96ea41ff387834 (patch)
tree6ffadd5e3a262e15c3713242919234258f218c2e
parentb029228aba2615378097284f7755658e19ee08f6 (diff)
gitlab-ci fix
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--README.md1
-rw-r--r--theme.toml6
3 files changed, 6 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 665d6ac..2d1531e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,8 @@ variables:
pages:
script:
- - cd exampleSite
- - hugo --gc --themesDir ../..
+ - mkdir origin && cp -r archetypes/ assets/ layouts/ static/ theme.toml origin/
+ - cd exampleSite && hugo --gc --themesDir ..
artifacts:
paths:
- exampleSite/public
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..66c6faf
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+# ORIGIN HUGO THEME
diff --git a/theme.toml b/theme.toml
index 3302695..dea9c1b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,11 +1,11 @@
name = "Origin"
license = "MIT"
-licenselink = ""
+licenselink = "https://gitlab.com/asleeppiano/origin-hugo-theme/-/blob/master/LICENSE"
description = "simple theme for hugo"
-homepage = "http://example.com/"
+homepage = ""
tags = ["blog", "responsive", "light", "simple"]
features = []
-min_version = "0.41"
+min_version = "0.60"
[author]
name = "Andrey Parfenov"