You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh |
|
# Git-hook to generate Hugo content. To install the hook for the |
|
# event post-receive, this file must be copied into the git's hook |
|
# sub directory: /hooks/post-receive.d/ |
|
# Take care, not to overwrite an already existing hook script! |
|
~/kollegengen/generate.sh
|
|
|