Add post about backing up gmail to Synology

This commit is contained in:
Dave Gallant
2022-03-13 22:08:46 -04:00
parent 0fbaafa456
commit c8a28648dc
65 changed files with 2661 additions and 43 deletions

View File

@@ -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: