About James Read
James is a "full stack" Open Source enthusiast, who enjoys creating no-nonsense open source software.
Dad, hobbyist developer, open-source enthusiast and Red Hatter.
{{ hugo.Generator }} {{ $production := eq (getenv "HUGO_ENV") "production" | or (eq site.Params.env "production") }} {{ $public := not .Params.private }} {{ if and $production $public }} {{ else }} {{ end }} {{ $bundleRaw := resources.Get "css/style.css" | resources.ExecuteAsTemplate "css/main.tmp.css" . }} {{ if .Site.IsServer }} {{ $cssOpts := (dict "targetPath" "css/main.css" "enableSourceMap" true ) }} {{ $bundle := $bundleRaw | toCSS $cssOpts }} {{ else }} {{ $cssOpts := (dict "targetPath" "css/main.css" ) }} {{ $postCSSOpts := (dict "use" "autoprefixer" ) }} {{ $bundle := $bundleRaw | toCSS $cssOpts | postCSS $postCSSOpts | minify | fingerprint }} {{ end }} {{ with .OutputFormats.Get "rss" }} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }} {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}} {{- template "_internal/opengraph.html" . -}} {{- template "_internal/schema.html" . -}} {{- template "_internal/twitter_cards.html" . -}}
James is a "full stack" Open Source enthusiast, who enjoys creating no-nonsense open source software.
Dad, hobbyist developer, open-source enthusiast and Red Hatter.