From 5bc5d4e481d013d4fdb629e07c1858f0b521b566 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 8 Jun 2020 20:09:12 +0100 Subject: [PATCH] theme: upgrade to latest master --- README.md | 2 +- config/_default/params.toml | 3 +++ content/home/skills.md | 3 ++- netlify.toml | 2 +- themes/academic | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91bc0ac..b46f667 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - ⬆️ **Updating?** View the [Update Guide](https://sourcethemes.com/academic/docs/update/) and [Release Notes](https://sourcethemes.com/academic/updates/) - :heart: **Support development** of Academic: - ☕️ [**Donate a coffee**](https://paypal.me/cushen) - - 💵 [Become a backer on **Patreon**](https://www.patreon.com/cushen) + - 💵 [Become a backer on **Patreon** and **unlock rewards**](https://www.patreon.com/cushen) - 🖼️ [Decorate your laptop or journal with an Academic **sticker**](https://www.redbubble.com/people/neutreno/works/34387919-academic) - 👕 [Wear the **T-shirt**](https://academic.threadless.com/) - :woman_technologist: [**Contribute**](https://sourcethemes.com/academic/docs/contribute/) diff --git a/config/_default/params.toml b/config/_default/params.toml index 5e75935..52fc216 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -163,6 +163,9 @@ sharing = true # Page specific copyright licenses are also possible by adding this option to a page's front matter. copyright_license = {enable = false, allow_derivatives = false, share_alike = true, allow_commercial = false, notice = "This work is licensed under {license}"} +# Highlight the site author (superuser) in author lists? (true/false) +highlight_superuser = false + # Link authors to their profile page? (true/false) link_authors = true diff --git a/content/home/skills.md b/content/home/skills.md index e7d9ca7..d5c7c1a 100644 --- a/content/home/skills.md +++ b/content/home/skills.md @@ -41,8 +41,9 @@ subtitle = "" # Uncomment to use custom SVG icons. # Place custom SVG icon in `assets/images/icon-pack/`, creating folders if necessary. +# Reference the SVG icon name (without `.svg` extension) in the `icon` field. # [[feature]] -# icon = "beach-sunset" +# icon = "your-custom-icon-name" # icon_pack = "custom" # name = "Surfing" # description = "90%" diff --git a/netlify.toml b/netlify.toml index 3ef8b3b..f839f7d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.70.0" + HUGO_VERSION = "0.72.0" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/themes/academic b/themes/academic index 9e562fc..0db000a 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit 9e562fc076bf8869d6c513d34f7e120dedb63193 +Subproject commit 0db000a841927f57483098a7d234da6900f40532