blog/newpost.sh
Alex NeonXP 87a40a0200
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Пост про https от Минцифры
2024-02-21 22:38:40 +03:00

3 lines
275 B
Bash
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#! /bin/sh
filename=`echo $1 | sed "s/ /_/g"`
echo "---\ntitle: \"$1\"\ndate: $(date '+%Y-%m-%dT%H:%M:%S')+03:00\ntags: []\n---\n\n\n\nЕсть что накинуть? Внизу теперь есть комментарии:" > content/posts/$(date '+%Y-%m-%d')-$filename.md