{{ partial "page_start.html" . }}

Part Developer. Part SysAdmin. Part Hacker. All Nerd!

I'm Jake. A software engineer with a passion for security and privacy. This is my website, a home for my projects, blog posts, and anything else for that matter.

{{ with .Site.GetPage "section" "posts" }}

Blog

{{ partial "summary_string.html" . }}

{{ end }}
{{ with .Site.GetPage "section" "projects" }}

Projects

{{ partial "summary_string.html" . }}

{{ end }}
{{ with .Site.GetPage "section" "setup" }}

Setup

{{ partial "summary_string.html" . }}

{{ end }}

Enim phasellus

Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros.

Projects

{{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "projects") }} {{ partial "box.html" . }} {{ end }}

All Projects

Recent Posts

{{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "posts") }} {{ partial "box.html" . }} {{ end }}

All Posts

{{ partial "page_end.html" . }}