mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-19 03:10:24 +00:00
docs: mention dependency loader #721
This commit is contained in:
parent
f2af6bf607
commit
a9ec209e66
1 changed files with 8 additions and 0 deletions
|
@ -109,6 +109,14 @@ disableExplicitIndexURLs = false
|
||||||
# source code on your page which typically uses English terminology.
|
# source code on your page which typically uses English terminology.
|
||||||
additionalContentLanguage = [ "en" ]
|
additionalContentLanguage = [ "en" ]
|
||||||
|
|
||||||
|
# Additional code dependencies.
|
||||||
|
# Default: See config.toml of the theme
|
||||||
|
# The theme provides a mechanism to load further JavaScript and CSS
|
||||||
|
# dependencies on demand only if they are needed. This comes in handy if you
|
||||||
|
# want to add own shortcodes that depend on additional code to be loaded.
|
||||||
|
# See te docs how tihs works.
|
||||||
|
# [relearn.dependencies]
|
||||||
|
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
# Topbar
|
# Topbar
|
||||||
# These options modify the topbar appearance.
|
# These options modify the topbar appearance.
|
||||||
|
|
Loading…
Reference in a new issue