Skip to content

Commit 59b402d

Browse files
committed
Add Makefile
1 parent eecd66d commit 59b402d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
server:
2+
Rscript -e "blogdown::hugo_server('localhost', '1314')"
3+
4+
stop-server:
5+
Rscript -e "blogdown::stop_server()"
6+
7+
build:
8+
Rscript -e "blogdown::build_site()"

0 commit comments

Comments
 (0)