1
Fork 0

Add Kate external tools for Hugo

This commit is contained in:
Joshua Goins 2024-12-31 11:08:13 -05:00
parent a8b54f3659
commit 3778f2e02e
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[General]
actionName=externaltool_Hugo
arguments=server -O
cmdname=hugo-server
executable=hugo
icon=internet-web-browser-symbolic
name=Hugo
output=DisplayInPane
reload=false
save=None
trigger=None
workingDir=%{Project:Path}

View file

@ -0,0 +1,12 @@
[General]
actionName=externaltool_StopHugo
arguments=hugo
category=Uncategorized
cmdname=stop-hugo-server
executable=killall
icon=process-stop-symbolic
name=Stop Hugo
output=DisplayInPane
reload=false
save=None
trigger=None