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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2020-04-15 11:52:02 +0300
committerGitHub <noreply@github.com>2020-04-15 11:52:02 +0300
commit8d69893386e6206a56661642d6312e89df14de72 (patch)
treed1cb47d14859dc2111fd1b29ae07cee1cead3860 /docker-compose.yml
parent3dc070be5938c98a826bce4a9c4d6e0e2200cdea (diff)
refactor: Enhance project structure (#134)
* chore: move assets to repo root * chore: Add bumphugo task * chore: Add scripts/bump_hugo.sh * move i18n * move resources
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index a41c1241..8cb83e7a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -8,17 +8,15 @@ services:
ports:
- 1313:1313
volumes:
- - ${PWD}:/src
+ - ${PWD}:/src/hugo-theme-iris
stdin_open: true
tty: true
- working_dir: /src/exampleSite
+ working_dir: /src/hugo-theme-iris/exampleSite
command:
- server
- --navigateToChanged
- --bind=0.0.0.0
- --buildDrafts
- --themesDir
- - ../
- - --layoutDir
- - ../layouts
+ - ../../
- --i18n-warnings