Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--config/_default/params.toml3
-rw-r--r--content/home/skills.md3
-rw-r--r--netlify.toml2
m---------themes/academic0
5 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 91bc0ac4..b46f667e 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 5e75935b..52fc2167 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 e7d9ca78..d5c7c1a8 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 3ef8b3bc..f839f7d9 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
-Subproject 9e562fc076bf8869d6c513d34f7e120dedb6319
+Subproject 0db000a841927f57483098a7d234da6900f4053