support for images, link to nwe post in index and moved favicon to img/
This commit is contained in:
5
make
5
make
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user