blog/tasks
Kazuhiro MUSASHI c06b55ae44 Build the blog site for the staging environment:
```
--- a/tasks/build.rake
+++ b/tasks/build.rake
@@ -36,5 +36,5 @@ task :build do
     sh 'rm -rf *'
   end

-  sh 'hugo'
+  sh 'hugo -e staging -v'
 end
```
2019-05-06 11:13:44 +08:00
..
build.rake Build the blog site for the staging environment: 2019-05-06 11:13:44 +08:00
demo.rake initial commit 2019-03-31 19:00:21 +08:00
deploy.rake Deploy blog site to the staging environment: 2019-05-06 11:12:44 +08:00
new.rake Create the new artcle markdown to be generated under content directory 2019-04-20 14:38:32 +08:00
textlint.rake initial commit 2019-03-31 19:00:21 +08:00