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

github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpuresyntax71 <34715246+puresyntax71@users.noreply.github.com>2019-12-18 12:13:00 +0300
committerpuresyntax71 <34715246+puresyntax71@users.noreply.github.com>2019-12-18 12:13:00 +0300
commit6abebaea74373f51269f2fe9ff399dc6508ce200 (patch)
treeb12f6efe4f74f0ae970f2ab44762f9e12656dc9d
parentc3277e3a82d0993ddb92de104f2c5c552e19637d (diff)
Remove gitlab.v0.0.6
-rw-r--r--.gitlab-ci.yml29
-rw-r--r--README.md3
2 files changed, 1 insertions, 31 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 96a230b..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-stages:
- - build
- - deploy
-
-build:
- image: registry.gitlab.com/pages/hugo/hugo_extended:latest
- stage: build
- before_script:
- - cd exampleSite
- script:
- - hugo --themesDir ../../ -t "hugo-theme-chunky-poster" --baseURL "https://hugo-theme-chunky-poster.netlify.com"
- artifacts:
- paths:
- - exampleSite/public
- only:
- - master
-
-deploy:
- image: node:latest
- stage: deploy
- before_script:
- - cd exampleSite
- - npm i -g netlify-cli
- script:
- - netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_AUTH_TOKEN --prod --message "Deploy via Gitlab Pipelines."
- only:
- - master
- dependencies:
- - build
diff --git a/README.md b/README.md
index 5f714b2..4c89dfd 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
# Chunky poster
-![Gitlab pipeline status (branch)](https://img.shields.io/gitlab/pipeline/virtualcursor/hugo-theme-chunky-poster/master)
![CircleCI](https://img.shields.io/circleci/build/github/puresyntax71/hugo-theme-chunky-poster)
A simple, bootstrap 4 based blog theme. The structure and design is based on the [Prisma blog](https://www.prisma.io/blog/).
@@ -9,7 +8,7 @@ A simple, bootstrap 4 based blog theme. The structure and design is based on the
# Screenshot
-![Chunky poster](https://gitlab.com/virtualcursor/hugo-theme-chunky-poster/raw/master/images/screenshot-responsive.png "Chunky poster")
+![Chunky poster](https://github.com/puresyntax71/hugo-theme-chunky-poster/raw/master/images/screenshot-responsive.png)
# Features