support for images, link to nwe post in index and moved favicon to img/

This commit is contained in:
shockrah
2019-09-13 22:39:12 -07:00
parent 8581af889e
commit 9d4472cd5f
4 changed files with 8 additions and 3 deletions

5
make
View File

@@ -20,13 +20,16 @@ post() {
}
build_all() {
mkdir -p $rootDir/post/ $rootDir/fonts/
mkdir -p $rootDir/post/ $rootDir/fonts/ $rootDir/img/
cp style.css "$rootDir"
cp prebuild/post/style.css "$rootDir/post/"
cp fonts/* $rootDir/fonts/
cp img/ $rootDir/img/ -r
mv $rootDir/img/favicon.png $rootDir/
# Try to get xargs to deal with this ugliness
for r in prebuild/*md;do
post $r