Go to file
Kazuhiro MUSASHI 6abf67e828 Specify the environment by hugo option:
```
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
       - run:
           name: "Run Hugo"
           working_directory: /root/project/
-          command: HUGO_ENV=staging hugo -v -s /root/project/
+          command: hugo -e staging -v -s /root/project/

       - run:
           name: Change Amazon Links
```
2019-05-04 21:55:31 +08:00
.circleci Specify the environment by hugo option: 2019-05-04 21:55:31 +08:00
config Add config file for staging. 2019-05-04 21:30:18 +08:00
content Add `004-display-raster-style-data-leaflet.md`. 2019-05-04 15:33:06 +08:00
layouts Change base url based on the environment: 2019-05-04 21:42:30 +08:00
static/images initial commit 2019-03-31 19:00:21 +08:00
tasks Delete `test.rake` file. 2019-04-20 14:38:39 +08:00
themes/angels-ladder Delete the `url` setting from the archetypes file. 2019-04-02 23:13:03 +07:00
.gitignore Ignore vim swap file. 2019-04-12 15:43:58 +07:00
.textlintrc initial commit 2019-03-31 19:00:21 +08:00
Rakefile initial commit 2019-03-31 19:00:21 +08:00