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

github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2019-03-31 16:13:56 +0300
committerHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2019-03-31 16:13:56 +0300
commit79ded4b01fe7248e6ad6ec18aa61d78430c549d5 (patch)
treeb14a17dd6927d075f1eaac5e0797e745382cfc00
parente8ea801b21adaf23683c1b5326119eeced6eb584 (diff)
Remove CI/CD settings.
ref. https://github.com/mazgi/mazgi-hugo-themes-gcp/pull/1
-rw-r--r--.circleci/config.yml28
-rw-r--r--README.md2
2 files changed, 0 insertions, 30 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
deleted file mode 100644
index 71db7cc..0000000
--- a/.circleci/config.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-defaults: &defaults
- working_directory: techlog-simple
- docker:
- - image: mazgi/hugo-static-website:hugo-0.49-2018.10.1
-
-version: 2
-jobs:
- deploy_to_firebase:
- <<: *defaults
- steps:
- - checkout
- - run: cd exampleSite && sed -i '1ipublishDir = "public/techlog-simple"' config.toml
- - run: cd exampleSite && sed -i '1igoogleAnalytics = "'${GOOGLE_ANALYTICS_TRACKING_ID}'"' config.toml
- - run:
- name: Build Website
- command: cd exampleSite && hugo --baseURL="https://${GCLOUD_PROJECT}.firebaseapp.com/techlog-simple" --themesDir="../.."
- - run:
- name: Deploy to Firebase
- command: cd exampleSite && firebase deploy --project="${GCLOUD_PROJECT}" --token="${FIREBASE_TOKEN}"
-
-workflows:
- version: 2
- build_and_deploy:
- jobs:
- - deploy_to_firebase:
- filters:
- branches:
- only: master
diff --git a/README.md b/README.md
index 57142de..209b624 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# Techlog Simple, A simple theme for [Hugo](https://gohugo.io/).
-[![CircleCI](https://circleci.com/gh/mazgi/hugo-theme-techlog-simple.svg?style=svg)](https://circleci.com/gh/mazgi/hugo-theme-techlog-simple)
-
![screenshot](https://raw.githubusercontent.com/mazgi/hugo-theme-techlog-simple/master/images/screenshot.png)
[DEMO](https://mazgi-hugo-themes-gcp.firebaseapp.com/techlog-simple/)