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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 B

BIN
img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

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

View File

@ -1,11 +1,13 @@
# Definitely not a blog
## I swear
## **[Segmented Routes](/post/route2.html)**
> _September 13, 2019_ \
> tfw -1 time saves everywhere
## **[A quick Bhop Route showcase](/post/route1.html)**
> Time to finally put that speedrunning tag to use
## **[Segmented Routes](/post/route2.html)**
> _September 13, 2019_
## **[DWM > i3](/post/dwm.html)**
> _August 18, 2019_