rm index.md after build
This commit is contained in:
parent
36b36e8951
commit
3ee81c9ac7
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ boh_pre_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
boh_post_build() {
|
boh_post_build() {
|
||||||
|
rm $source_dir"/index.md"
|
||||||
echo "Moving posts"
|
echo "Moving posts"
|
||||||
boh_blog_move_posts
|
boh_blog_move_posts
|
||||||
echo "Coping assets"
|
echo "Coping assets"
|
||||||
|
|
Loading…
Reference in a new issue