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>2018-10-07 20:03:47 +0300
committerHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-10-07 20:03:47 +0300
commiteb8a202acef96ee5b488dc9880758353ee912f70 (patch)
treeb5490bbd6000d01573b9a6130d8a08914fb038ad
parent3295e05d8b0916f2775ecb21386ca284282a1c82 (diff)
Rename example site directory: example-site -> exampleSite.
ref: https://github.com/gohugoio/hugoThemes
-rw-r--r--.circleci/config.yml8
-rw-r--r--exampleSite/.gitignore (renamed from example-site/.gitignore)0
-rw-r--r--exampleSite/Dockerfile (renamed from example-site/Dockerfile)0
-rw-r--r--exampleSite/archetypes/default.md (renamed from example-site/archetypes/default.md)0
-rw-r--r--exampleSite/config.toml (renamed from example-site/config.toml)0
-rw-r--r--exampleSite/content/about.en.md (renamed from example-site/content/about.en.md)0
-rw-r--r--exampleSite/content/about.ja.md (renamed from example-site/content/about.ja.md)0
-rw-r--r--exampleSite/content/posts/2006.01/first-page.en.md (renamed from example-site/content/posts/2006.01/first-page.en.md)0
-rw-r--r--exampleSite/content/posts/2006.01/first-page.ja.md (renamed from example-site/content/posts/2006.01/first-page.ja.md)0
-rw-r--r--exampleSite/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.en.md (renamed from example-site/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.en.md)0
-rw-r--r--exampleSite/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.ja.md (renamed from example-site/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.ja.md)0
-rw-r--r--exampleSite/content/profiles/john.en.md (renamed from example-site/content/profiles/john.en.md)0
-rw-r--r--exampleSite/content/profiles/smith.en.md (renamed from example-site/content/profiles/smith.en.md)0
-rw-r--r--exampleSite/docker-compose.yml (renamed from example-site/docker-compose.yml)2
-rw-r--r--exampleSite/firebase.json (renamed from example-site/firebase.json)0
15 files changed, 5 insertions, 5 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6c4c04a..71db7cc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -9,14 +9,14 @@ jobs:
<<: *defaults
steps:
- checkout
- - run: cd example-site && sed -i '1ipublishDir = "public/techlog-simple"' config.toml
- - run: cd example-site && sed -i '1igoogleAnalytics = "'${GOOGLE_ANALYTICS_TRACKING_ID}'"' config.toml
+ - 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 example-site && hugo --baseURL="https://${GCLOUD_PROJECT}.firebaseapp.com/techlog-simple" --themesDir="../.."
+ command: cd exampleSite && hugo --baseURL="https://${GCLOUD_PROJECT}.firebaseapp.com/techlog-simple" --themesDir="../.."
- run:
name: Deploy to Firebase
- command: cd example-site && firebase deploy --project="${GCLOUD_PROJECT}" --token="${FIREBASE_TOKEN}"
+ command: cd exampleSite && firebase deploy --project="${GCLOUD_PROJECT}" --token="${FIREBASE_TOKEN}"
workflows:
version: 2
diff --git a/example-site/.gitignore b/exampleSite/.gitignore
index d76897d..d76897d 100644
--- a/example-site/.gitignore
+++ b/exampleSite/.gitignore
diff --git a/example-site/Dockerfile b/exampleSite/Dockerfile
index e3a2b9d..e3a2b9d 100644
--- a/example-site/Dockerfile
+++ b/exampleSite/Dockerfile
diff --git a/example-site/archetypes/default.md b/exampleSite/archetypes/default.md
index 00e77bd..00e77bd 100644
--- a/example-site/archetypes/default.md
+++ b/exampleSite/archetypes/default.md
diff --git a/example-site/config.toml b/exampleSite/config.toml
index ed203ab..ed203ab 100644
--- a/example-site/config.toml
+++ b/exampleSite/config.toml
diff --git a/example-site/content/about.en.md b/exampleSite/content/about.en.md
index 8f2d507..8f2d507 100644
--- a/example-site/content/about.en.md
+++ b/exampleSite/content/about.en.md
diff --git a/example-site/content/about.ja.md b/exampleSite/content/about.ja.md
index 55b2c2b..55b2c2b 100644
--- a/example-site/content/about.ja.md
+++ b/exampleSite/content/about.ja.md
diff --git a/example-site/content/posts/2006.01/first-page.en.md b/exampleSite/content/posts/2006.01/first-page.en.md
index d351aca..d351aca 100644
--- a/example-site/content/posts/2006.01/first-page.en.md
+++ b/exampleSite/content/posts/2006.01/first-page.en.md
diff --git a/example-site/content/posts/2006.01/first-page.ja.md b/exampleSite/content/posts/2006.01/first-page.ja.md
index 8c4935d..8c4935d 100644
--- a/example-site/content/posts/2006.01/first-page.ja.md
+++ b/exampleSite/content/posts/2006.01/first-page.ja.md
diff --git a/example-site/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.en.md b/exampleSite/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.en.md
index db034fa..db034fa 100644
--- a/example-site/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.en.md
+++ b/exampleSite/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.en.md
diff --git a/example-site/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.ja.md b/exampleSite/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.ja.md
index 199b752..199b752 100644
--- a/example-site/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.ja.md
+++ b/exampleSite/content/posts/2006.02/a-fun-light-novel-didnt-i-say-to-make-my-abilities-average-in-the-next-life.ja.md
diff --git a/example-site/content/profiles/john.en.md b/exampleSite/content/profiles/john.en.md
index f1f256d..f1f256d 100644
--- a/example-site/content/profiles/john.en.md
+++ b/exampleSite/content/profiles/john.en.md
diff --git a/example-site/content/profiles/smith.en.md b/exampleSite/content/profiles/smith.en.md
index 1756ef4..1756ef4 100644
--- a/example-site/content/profiles/smith.en.md
+++ b/exampleSite/content/profiles/smith.en.md
diff --git a/example-site/docker-compose.yml b/exampleSite/docker-compose.yml
index 11714b7..11669a9 100644
--- a/example-site/docker-compose.yml
+++ b/exampleSite/docker-compose.yml
@@ -2,7 +2,7 @@ version: '2'
services:
website:
build: .
- working_dir: /techlog-simple/example-site
+ working_dir: /techlog-simple/exampleSite
command: hugo server --themesDir="../.." --bind 0.0.0.0 --buildDrafts
volumes:
- ../:/techlog-simple
diff --git a/example-site/firebase.json b/exampleSite/firebase.json
index e782939..e782939 100644
--- a/example-site/firebase.json
+++ b/exampleSite/firebase.json