mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
Add post about backing up gmail to Synology
This commit is contained in:
7
Makefile
7
Makefile
@@ -9,9 +9,12 @@ ifeq ($(origin .RECIPEPREFIX), undefined)
|
||||
endif
|
||||
.RECIPEPREFIX = >
|
||||
|
||||
## server: run server locally on port 51313
|
||||
build:
|
||||
> hugo
|
||||
|
||||
## server: run server locally on port 1313 and open in a browser
|
||||
server:
|
||||
> hugo server -D -p 51313
|
||||
> xdg-open http://localhost:1313 && hugo server
|
||||
|
||||
## help: Print this help message
|
||||
help:
|
||||
|
Reference in New Issue
Block a user