We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe1a36 commit 2bc70a9Copy full SHA for 2bc70a9
Rakefile
@@ -29,6 +29,7 @@ task :post do
29
post.puts "author: iosdevlog"
30
post.puts "date: #{Time.now}"
31
post.puts 'description: ""'
32
+ post.puts 'cover-img: /assets/img/avatar-icon.png'
33
post.puts "category: #{category}"
34
post.puts "tags: #{tags}"
35
post.puts "---"
0 commit comments