Had to add default text to generate_index (utils/libs/generate.sh).
This commit is contained in:
parent
53fc0138d6
commit
dd90818d9c
@ -52,6 +52,13 @@ function generate_index () {
|
|||||||
cat >$OUTPUT <<EOF
|
cat >$OUTPUT <<EOF
|
||||||
%title Blog Index
|
%title Blog Index
|
||||||
|
|
||||||
|
--------
|
||||||
|
[[about-me.wiki|About Me]]
|
||||||
|
--------
|
||||||
|
|
||||||
|
## Blog Posts
|
||||||
|
-------------
|
||||||
|
|
||||||
`
|
`
|
||||||
for file in ${blog_files[@]}; do
|
for file in ${blog_files[@]}; do
|
||||||
read JUNK TITLE <<< "$( grep '%title' $file )"
|
read JUNK TITLE <<< "$( grep '%title' $file )"
|
||||||
|
Loading…
Reference in New Issue
Block a user