mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-14 20:13:53 +01:00
5 lines
103 B
Makefile
5 lines
103 B
Makefile
update-themes:
|
|
git submodule update --recursive --remote
|
|
|
|
new-post:
|
|
hugo new posts/$(title)/index.md
|