1 parent 16577de commit cc968bdCopy full SHA for cc968bd
1 file changed
gen.sh
@@ -236,13 +236,6 @@ post_tags_comma="photography, gallery" \
236
post_content="<h1>The gallery is coming soon :></h1>" \
237
envsubst < template/index.html > public/photos/index.html
238
239
-mkdir public/feedroll
240
-post_title="feedroll" \
241
-post_desc="public static blogroll feed reader" \
242
-post_tags_comma="feed, blogroll" \
243
-post_content="<h1>My feedroll is coming soon :></h1>" \
244
-envsubst < template/index.html > public/feedroll/index.html
245
-
246
mkdir public/gen.sh
247
post_title="gen.sh" \
248
post_desc="static site generator" \
0 commit comments