mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-14 03:53:54 +01:00
Update makefile
This commit is contained in:
parent
89189212dd
commit
465022eca4
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,2 +1,5 @@
|
|||
update-themes:
|
||||
git submodule update --recursive --remote
|
||||
|
||||
new-post:
|
||||
hugo new posts/$(title)/index.md
|
||||
|
|
Loading…
Reference in a new issue