new post and added the index markdown to the make script

This commit is contained in:
shockrahwow 2019-05-02 13:15:49 -07:00
parent b7e606a176
commit 5633a50c34
3 changed files with 17 additions and 10 deletions

View File

@ -32,6 +32,7 @@ case $1 in
targetDir='' targetDir=''
post './prebuild/about.md' post './prebuild/about.md'
post './prebuild/links.md' post './prebuild/links.md'
post './prebuild/index.md'
exit 0 exit 0
;; ;;
esac esac

View File

@ -1,36 +1,42 @@
# [This is definitely not a blog](./index.html) # Definitely not a blog
# I swear
### **[Fitting ATX boards in MATX Cases](./post/atx.html)** ## **[Rewrites and this site](/post/rewrite.html)**
> _May 2, 2019_ \
> FeelsGoodMan
## **[Fitting ATX boards in MATX Cases](./post/atx.html)**
> _January 10, 2018_ \ > _January 10, 2018_ \
> pls no boolie cable management > pls no boolie cable management
### **[Wot in tarnation happend to the style](./post/style.html)** ## **[Wot in tarnation happend to the style](./post/style.html)**
> _September 21, 2018_ \ > _September 21, 2018_ \
> waddu heck man it looks all different \ > waddu heck man it looks all different \
### **[Bash is weird sometimes](./post/bash-1.html)** ## **[Bash is weird sometimes](./post/bash-1.html)**
> _July 22, 2018_ \ > _July 22, 2018_ \
> My terminal experience is gettin really weird... \ > My terminal experience is gettin really weird... \
> More deets coming after this post about that \ > More deets coming after this post about that \
### **[QuteBrowser is /comfy/](./post/qute.html)** ## **[QuteBrowser is /comfy/](./post/qute.html)**
> _July 2, 2018_ \ > _July 2, 2018_ \
> Operating at peak comfy levels captain! \ > Operating at peak comfy levels captain! \
### **[First Foray into big Projects](./post/qca1.html)** ## **[First Foray into big Projects](./post/qca1.html)**
> _June 25, 2018_ \ > _June 25, 2018_ \
> Sometimes you just gotta go ham \ > Sometimes you just gotta go ham \
### **[This time for real](./post/open.html)** ## **[This time for real](./post/open.html)**
> _June 18, 2018_ \ > _June 18, 2018_ \
> terminal commands > gui \ > terminal commands > gui \
> tfw you want to use propritary software but your ideology gets in the way > tfw you want to use propritary software but your ideology gets in the way
### **[Website Construction philosophy](./post/phil.html)** ## **[Website Construction philosophy](./post/phil.html)**
> JS is bloat prove me wrong \ > 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 > But no Seriously why do so many sites have to load 6000 js scripts and why are half of them obfuscated
### **[Mapping in Reflex](./post/mapping.html)** ## **[Mapping in Reflex](./post/mapping.html)**
> Making maps is hard fam > Making maps is hard fam

View File

@ -5,7 +5,7 @@ Finally after so long I came back to make this site look a little bit better sin
I'm still changing up the theming a bit but this time around it should hopefully be a bit more _modern_. I'm still changing up the theming a bit but this time around it should hopefully be a bit more _modern_.
Still no non-free javascript tho `\:D/`. Still no non-free javascript tho `\:D/`.
In fact at the moment there is literally 0 lines of javascript which actual make up my site right now. In fact at the moment there is literally 0 lines of javascript which actually runs on the site right now.
Even tho, [purecss](https://purecss.io/) has some javascript, it's only used for Node module packaging. Even tho, [purecss](https://purecss.io/) has some javascript, it's only used for Node module packaging.
Since I don't have any javascript using Node, those script never execute. Since I don't have any javascript using Node, those script never execute.