diff --git a/config.toml b/config.toml index e2cf99f..859ebf1 100644 --- a/config.toml +++ b/config.toml @@ -6,6 +6,7 @@ copyright = "© 2016. All rights reserved." canonifyurls = true paginate = 10 theme = "blackburn" +uglyurls = true [indexes] tag = "tags" @@ -19,7 +20,7 @@ theme = "blackburn" disqus = "jakewindle-life" # CSS name for highlight.js highlightjs = "androidstudio" - highlightjs_extra_languages = ["yaml"] + highlightjs_extra_languages = ["yaml", "julia"] dateFormat = "02 Jan 2006, 15:04" # Include any custom CSS and/or JS files # (relative to /static folder) diff --git a/content/about.md b/content/about.md index f17d34a..f72686a 100644 --- a/content/about.md +++ b/content/about.md @@ -10,4 +10,8 @@ I'm a hard-working software engineer by day, and attending classes at George Mas # Interests -Tech-wise, there will always be more to know, and more to do. Currently I am interested in statistics and machine learning, and how to apply these fields to common problems I encounter. I also am a programming language fanatic. My favorite programming languages include but are not limited to: Julia, Python, C, Scheme, Racket, Ruby, Javascript, and R. \ No newline at end of file +Tech-wise, there will always be more to know, and more to do. Currently I am interested in statistics and machine learning, and how to apply these fields to common problems I encounter. I also am a programming language fanatic. My favorite programming languages include but are not limited to: Julia, Python, C, Scheme, Racket, Ruby, Javascript, and R. + +# [Resume](cv.pdf) + +Can be found at the link above. \ No newline at end of file diff --git a/static/cv.pdf b/static/cv.pdf new file mode 100644 index 0000000..3da1e35 Binary files /dev/null and b/static/cv.pdf differ