From 4e9588cbc8ed480a3f59a82dd80c4efd16cf5def Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Sun, 2 Aug 2020 10:35:24 +0200 Subject: Update theme --- assets/sass/typography.scss | 2 +- assets/sass/variables.scss | 2 +- exampleSite/config.toml | 3 --- exampleSite/content/about.md | 2 +- exampleSite/static/resume.pdf | Bin 32260 -> 97344 bytes layouts/partials/footer.html | 2 +- theme.toml | 2 +- 7 files changed, 5 insertions(+), 8 deletions(-) mode change 100644 => 100755 exampleSite/static/resume.pdf diff --git a/assets/sass/typography.scss b/assets/sass/typography.scss index a1427c4..d1a7315 100644 --- a/assets/sass/typography.scss +++ b/assets/sass/typography.scss @@ -34,7 +34,7 @@ margin: 0; } } - .avatar { + .avatar > img { border-radius: 50%; float: right; margin: -8px 0 0 16px; diff --git a/assets/sass/variables.scss b/assets/sass/variables.scss index 6defa80..7565b8c 100644 --- a/assets/sass/variables.scss +++ b/assets/sass/variables.scss @@ -2,7 +2,7 @@ $max-width: 750px; $avatar-size: 90px; $margin-y: 16px; -$red: #ff0f00; +$red: #dc3545; $dark: #000000; // Placeholders 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 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 749441b..44bb678 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,6 @@ {{ with .Site.Params.footer }}
- {{ .text }} + {{ .text }}
{{ end }} diff --git a/theme.toml b/theme.toml index 1bed02f..9e51836 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ license = "GPL-3.0" licenselink = "https://github.com/ojroques/hugo-researcher/blob/master/LICENSE" description = "A single column, monospace, resume template for Hugo." homepage = "https://github.com/ojroques/hugo-researcher" -min_version = "0.41.0" +min_version = "0.42.0" [author] name = "Olivier Roques" -- cgit v1.2.3