Add Kate external tools for Hugo
This commit is contained in:
parent
a8b54f3659
commit
3778f2e02e
2 changed files with 24 additions and 0 deletions
12
private_dot_config/kate/externaltools/private_Hugo.ini
Normal file
12
private_dot_config/kate/externaltools/private_Hugo.ini
Normal 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}
|
|
@ -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
|
Loading…
Add table
Reference in a new issue