Remove Prism.js
This commit is contained in:
parent
d29716197c
commit
08bdf17d27
3 changed files with 4 additions and 167 deletions
File diff suppressed because one or more lines are too long
|
@ -5,8 +5,9 @@ DefaultContentLanguage = "en"
|
||||||
|
|
||||||
theme = "hello-friend-ng"
|
theme = "hello-friend-ng"
|
||||||
|
|
||||||
pygmentsCodefences = true
|
PygmentsCodeFences = true
|
||||||
pygmentsUseClasses = true
|
PygmentsStyle = "monokai"
|
||||||
|
|
||||||
rssLimit = 10 # Maximum number of items in the RSS feed.
|
rssLimit = 10 # Maximum number of items in the RSS feed.
|
||||||
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
|
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
{{ $main := resources.Get "js/main.js" }}
|
{{ $main := resources.Get "js/main.js" }}
|
||||||
{{ $menu := resources.Get "js/menu.js" }}
|
{{ $menu := resources.Get "js/menu.js" }}
|
||||||
{{ $prism := resources.Get "js/prism.js" }}
|
|
||||||
{{ $theme := resources.Get "js/theme.js" }}
|
{{ $theme := resources.Get "js/theme.js" }}
|
||||||
{{ $js := slice $main $menu $prism $theme | resources.Concat "js/bundle.js" }}
|
{{ $js := slice $main $menu $theme | resources.Concat "js/bundle.js" }}
|
||||||
{{ $secureJS := $js | resources.Fingerprint "sha512" }}
|
{{ $secureJS := $js | resources.Fingerprint "sha512" }}
|
||||||
<script type="text/javascript" src="{{ $secureJS.Permalink }}" integrity="{{ $secureJS.Data.Integrity }}"></script>
|
<script type="text/javascript" src="{{ $secureJS.Permalink }}" integrity="{{ $secureJS.Data.Integrity }}"></script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue