support for images, link to nwe post in index and moved favicon to img/
This commit is contained in:
parent
8581af889e
commit
9d4472cd5f
BIN
favicon.png
BIN
favicon.png
Binary file not shown.
Before Width: | Height: | Size: 536 B |
BIN
img/favicon.png
Normal file
BIN
img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
5
make
5
make
@ -20,13 +20,16 @@ post() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build_all() {
|
build_all() {
|
||||||
mkdir -p $rootDir/post/ $rootDir/fonts/
|
mkdir -p $rootDir/post/ $rootDir/fonts/ $rootDir/img/
|
||||||
|
|
||||||
cp style.css "$rootDir"
|
cp style.css "$rootDir"
|
||||||
cp prebuild/post/style.css "$rootDir/post/"
|
cp prebuild/post/style.css "$rootDir/post/"
|
||||||
|
|
||||||
cp fonts/* $rootDir/fonts/
|
cp fonts/* $rootDir/fonts/
|
||||||
|
|
||||||
|
cp img/ $rootDir/img/ -r
|
||||||
|
mv $rootDir/img/favicon.png $rootDir/
|
||||||
|
|
||||||
# Try to get xargs to deal with this ugliness
|
# Try to get xargs to deal with this ugliness
|
||||||
for r in prebuild/*md;do
|
for r in prebuild/*md;do
|
||||||
post $r
|
post $r
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
# Definitely not a blog
|
# Definitely not a blog
|
||||||
## I swear
|
## I swear
|
||||||
|
|
||||||
|
## **[Segmented Routes](/post/route2.html)**
|
||||||
|
> _September 13, 2019_ \
|
||||||
|
> tfw -1 time saves everywhere
|
||||||
|
|
||||||
## **[A quick Bhop Route showcase](/post/route1.html)**
|
## **[A quick Bhop Route showcase](/post/route1.html)**
|
||||||
> Time to finally put that speedrunning tag to use
|
> Time to finally put that speedrunning tag to use
|
||||||
|
|
||||||
## **[Segmented Routes](/post/route2.html)**
|
|
||||||
> _September 13, 2019_
|
|
||||||
|
|
||||||
## **[DWM > i3](/post/dwm.html)**
|
## **[DWM > i3](/post/dwm.html)**
|
||||||
> _August 18, 2019_
|
> _August 18, 2019_
|
||||||
|
Loading…
Reference in New Issue
Block a user