MatthewOwens / website

mirror of my website source

Home Page:https://owens.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

static website generation with githooks and markdown

why?

previously my website was hosted on GitHub pages using Jekyll. I found this to be really cumbersome to use, hated relying on themes and hated the slew of dependencies needed to get it working.

I'm using discount to generate the markdown for the pages, until I roll my own markdown implementation. I don't like using that either, but it beats Jekyll

dependencies

posts/

location of the posts on the website

scripts/

collection of scripts called by the server-side git hooks

includes/

header/footer html files used by the gen_* scripts.

About

mirror of my website source

https://owens.tech


Languages

Language:Shell 43.3%Language:CSS 35.0%Language:HTML 15.6%Language:Awk 6.1%