mirror of
https://github.com/morgan9e/blog
synced 2026-04-14 16:24:19 +09:00
4 lines
114 B
Bash
4 lines
114 B
Bash
|
|
sed -i "s/buildDate: [0-9]\+/buildDate: $(date +%m%d-%H%M)/" config.yml
|
||
|
|
echo buildDate: $(date +%m%d-%H%M)
|
||
|
|
./hugo
|