diff --git a/render/index.eml.ml b/render/index.eml.ml new file mode 100644 index 0000000..2a557b6 --- /dev/null +++ b/render/index.eml.ml @@ -0,0 +1,19 @@ +let render () = +

Welcome!

+

+ Hi, I'm Rawley. I'm a software developer and self-proclaimed systems administrator + from Saskatchewan, Canada. I am experienced with a wide variety of technologies, including + but not limited to OCaml, Clojure, Scheme, GNU/Linux, OpenBSD, C/C++, + and Java. I am particularily interested in functional programming and + programming language theory. +

+

+ All of my personal projects are Free Software and can be + found on my git server or, on my github. + I spend most of my free time working on personal projects, + writing blog posts, or listening to bluegrass music. + To top it all off, I am a free software advocate, digital minimalist, and a full time husband. +

+

+ If you need to contact me, please send me an email. +

\ No newline at end of file diff --git a/render/layout.eml.ml b/render/layout.eml.ml new file mode 100644 index 0000000..b68f65a --- /dev/null +++ b/render/layout.eml.ml @@ -0,0 +1,44 @@ + let render body = + + + + + + rawley.xyz + + + +
+

+ /home/rawley.xyz +

+ +
+
+ <%s! body %> +
+ + + \ No newline at end of file