theme: upgrade to latest master
This commit is contained in:
parent
8a52fc09c5
commit
5bc5d4e481
5 changed files with 8 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
||||||
- ⬆️ **Updating?** View the [Update Guide](https://sourcethemes.com/academic/docs/update/) and [Release Notes](https://sourcethemes.com/academic/updates/)
|
- ⬆️ **Updating?** View the [Update Guide](https://sourcethemes.com/academic/docs/update/) and [Release Notes](https://sourcethemes.com/academic/updates/)
|
||||||
- :heart: **Support development** of Academic:
|
- :heart: **Support development** of Academic:
|
||||||
- ☕️ [**Donate a coffee**](https://paypal.me/cushen)
|
- ☕️ [**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)
|
- 🖼️ [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/)
|
- 👕 [Wear the **T-shirt**](https://academic.threadless.com/)
|
||||||
- :woman_technologist: [**Contribute**](https://sourcethemes.com/academic/docs/contribute/)
|
- :woman_technologist: [**Contribute**](https://sourcethemes.com/academic/docs/contribute/)
|
||||||
|
|
|
@ -163,6 +163,9 @@ sharing = true
|
||||||
# Page specific copyright licenses are also possible by adding this option to a page's front matter.
|
# 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}"}
|
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 to their profile page? (true/false)
|
||||||
link_authors = true
|
link_authors = true
|
||||||
|
|
||||||
|
|
|
@ -41,8 +41,9 @@ subtitle = ""
|
||||||
|
|
||||||
# Uncomment to use custom SVG icons.
|
# Uncomment to use custom SVG icons.
|
||||||
# Place custom SVG icon in `assets/images/icon-pack/`, creating folders if necessary.
|
# 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]]
|
# [[feature]]
|
||||||
# icon = "beach-sunset"
|
# icon = "your-custom-icon-name"
|
||||||
# icon_pack = "custom"
|
# icon_pack = "custom"
|
||||||
# name = "Surfing"
|
# name = "Surfing"
|
||||||
# description = "90%"
|
# description = "90%"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
publish = "public"
|
publish = "public"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.70.0"
|
HUGO_VERSION = "0.72.0"
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9e562fc076bf8869d6c513d34f7e120dedb63193
|
Subproject commit 0db000a841927f57483098a7d234da6900f40532
|
Loading…
Reference in a new issue