Modify `new` task.
This commit is contained in:
parent
e5d33d6fe6
commit
4a0d309c43
|
@ -6,7 +6,7 @@ task :new do
|
||||||
day = Time.now
|
day = Time.now
|
||||||
title = ARGV.last.downcase
|
title = ARGV.last.downcase
|
||||||
|
|
||||||
postname = "#{day.year}-#{day.strftime("%m")}-#{day.strftime("%d")}-#{title}.md"
|
postname = "posts/#{day.year}/#{day.year}-#{day.strftime("%m")}-#{day.strftime("%d")}-#{title}.md"
|
||||||
|
|
||||||
# generate the post md file:
|
# generate the post md file:
|
||||||
sh "hugo new #{postname}"
|
sh "hugo new #{postname}"
|
||||||
|
|
Loading…
Reference in New Issue