diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-29 18:06:57 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-29 18:06:57 +0300 |
commit | 2ffb4215645b463e9755d9663c100728fe0ebb57 (patch) | |
tree | 251a9735640b1acdd448ebeeb0672ed64826339d /Makefile | |
parent | 54375572e11d23dacb20c5742d171af3072d7b9c (diff) |
Новый пост + небольшие фиксы
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ deploy: hugo --gc && rsync -avz --delete public/ neonxp@neonxp.ru:/var/www/neonxp.ru post: - hugo new content posts/$(shell date '+%Y-%m-%d')-$(name)/_index.md
\ No newline at end of file + hugo new content posts/$(shell date '+%Y-%m-%d')-$(name)/index.md
\ No newline at end of file |