diff --git a/make.sh b/make.sh deleted file mode 100755 index 7064c2e..0000000 --- a/make.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/bash -rootDir='./site/' -targetDir='post/' - -post() { - tmp=".swap" - full=".fullswap" - base=$(basename $1) - # First build the content of the site - pandoc $1 | sed '3i ' >> $tmp - sed -i '1i
' $tmp - # next we glue together the header and footer - cat ./templates/post-header.html $tmp ./templates/post-footer.html > $full - rm -f $tmp - # Title, images and tables get added/fixed here - sed -i "5i ${base%.*}" $full - sed -i "s///g' $full - - # finally move this post to its proper location in the _rootDir - mv $full "$rootDir/$targetDir/${base%.*}.html" - rm -f $full -} - -_help() { - echo 'Options: - -p [postDirectory/*] - -r (build root pages) - -s (copy stylesheets)' -} -mkdir -p "$rootDir/post" - -while getopts ":srhp:" opt;do - case "$opt" in - s) - cp style.css "$rootDir" # root stylesheet - cp style.css "$rootDir/$targetDir" # post stylesheet - exit 0 - ;; - r) - # Fix targetDir so that it points to the root of the site output - targetDir='' - post './prebuild/about.md' - post './prebuild/links.md' - post './prebuild/index.md' - exit 0 - ;; - p) - for file in ${@:2};do - #echo $file - post $file - done - ;; - h) - _help;; - esac -done -_help; diff --git a/prebuild/index.html b/prebuild/index.html deleted file mode 100644 index 398d7ed..0000000 --- a/prebuild/index.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - -index - - - - - - - - -
- -
-
-
-

This is definitely not a blog

-

I swear

-
-

Fitting ATX boards in MATX Cases

-

January 10, 2018
-pls no boolie cable management

- -

Wot in tarnation happend to the style

-
-September 21, 2018
-waddu heck man it looks all different
- -
-

Bash is weird sometimes

-
-July 22, 2018
-My terminal experience is gettin really weird...
-More deets coming after this post about that
- -
-

QuteBrowser is /comfy/

-
-July 2, 2018
-Operating at peak comfy levels captain!
- -
-

First Foray into big Projects

-
-

June 25, 2018
-Sometimes you just gotta go ham  

-
-

This time for real

-
-

June 18, 2018
-terminal commands > gui
-tfw you want to use propritary software but your ideology gets in the way

-
-

Website Construction philosophy

-
-

JS is bloat prove me wrong
-But no Seriously why do so many sites have to load 6000 js scripts and why are half of them obfuscated

-
-

Mapping in Reflex

-
-

Making maps is hard fam

-
-
-
-
- -