From 4e9588cbc8ed480a3f59a82dd80c4efd16cf5def Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Sun, 2 Aug 2020 10:35:24 +0200 Subject: Update theme --- exampleSite/config.toml | 3 --- exampleSite/content/about.md | 2 +- exampleSite/static/resume.pdf | Bin 32260 -> 97344 bytes 3 files changed, 1 insertion(+), 4 deletions(-) mode change 100644 => 100755 exampleSite/static/resume.pdf (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index ab94b95..7c66ee4 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -26,6 +26,3 @@ theme = "researcher" name = "Contact" url = "/contact" weight = 3 - -[markup.goldmark.renderer] - unsafe= true diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index 8d5a559..d3c778d 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -4,7 +4,7 @@ title = "About" ## About Me - +{{< figure class="avatar" src="/avatar.jpg" >}} This is a jekyll based resume template. You can find the full source code on [GitHub](https://github.com/ojroques/researcher). diff --git a/exampleSite/static/resume.pdf b/exampleSite/static/resume.pdf old mode 100644 new mode 100755 index dc476ff..d71bd6e Binary files a/exampleSite/static/resume.pdf and b/exampleSite/static/resume.pdf differ -- cgit v1.2.3