mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Add Gemini task
This commit is contained in:
parent
c3fff3ae7f
commit
d9f8b33ee7
1 changed files with 6 additions and 0 deletions
|
@ -43,3 +43,9 @@ tasks:
|
|||
cmds:
|
||||
- go run ./import/omnivore ../
|
||||
- go run ./import/webmentionio
|
||||
|
||||
gemini:
|
||||
desc: Builds the site & starts a gemini server (on the default port) for it.
|
||||
deps: [ build ]
|
||||
cmds:
|
||||
- agate --content public --lang en-GB --hostname localhost --central-conf
|
||||
|
|
Loading…
Reference in a new issue