diff --git a/boh.config b/boh.config index 0aebab5..8185dee 100644 --- a/boh.config +++ b/boh.config @@ -38,7 +38,7 @@ EOF base_date=`echo $file | cut -d / -f $cut_at- | cut -d - -f -3` date=`date --date="$base_date" "+ %a %d, %b %Y"` link="/posts/"`date --date="$base_date" "+%Y/%m/%d"`"/"`echo $file | rev | cut -d / -f 1 | rev | sed 's/.md/.html/' | cut -d - -f 4-` - frontmatter=`parse_frontmatter $file` + frontmatter=`boh_parse_frontmatter $file` eval $frontmatter echo "
  • $date

    $title

  • " >> "$source_dir/index.md" done