Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/40d3264518325f8bf23b0c81987d3da0ad50a3de
You should set ROOT_URL correctly, otherwise the web may not work correctly.
12 changed files with
4 additions and
48 deletions
@ -1,4 +1,4 @@
lightgallery==0.5
mkdocs-glightbox==0.3.0
mkdocs-awesome-pages-plugin==2.8.0
mkdocs-git-revision-date-localized-plugin==1.1.0
mkdocs-macros-plugin==0.7.0
@ -4,7 +4,7 @@
- You got a decent audio setup. (that supports all HD audio formats)
- You got a setup that completely supports DoVi from start to end.
- You do want the highest quality as possible to watch but want to save space for archiving without loo sing video and audio quality.
- You do want the highest quality as possible to watch but want to save space for archiving without losing video and audio quality.
- HDR/DoVi (Depending what's offered and often both)
- HD Audio (Atmos, TrueHD etc...)
- You don't want to wait for the HQ Encodes to be released, to watch it.
@ -4,6 +4,6 @@
- You got a decent audio setup. (that supports all HD audio formats)
- You got a setup that completely supports DoVi from start to end.
- You do want the highest quality as possible to watch but want to save space for archiving without loo sing video and audio quality.
- You do want the highest quality as possible to watch but want to save space for archiving without losing video and audio quality.
- HDR/DoVi (Depending what's offered and often both)
- HD Audio (Atmos, TrueHD etc...)
@ -33,7 +33,6 @@ markdown_extensions:
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.tilde
- lightgallery
- codehilite:
guess_lang : true
- toc:
@ -55,6 +54,7 @@ plugins:
locale : en
# fallback_to_build_date: false
- awesome-pages
- glightbox
- macros:
j2_block_start_string : "[[%"
j2_block_end_string : "%]]"
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Width:
|
Height:
|
Size: 8.3 KiB
Width:
|
Height:
|
Size: 3.7 KiB
File diff suppressed because one or more lines are too long
@ -10,22 +10,3 @@
< / footer >
{% endblock %}
{% block styles %}
{{ super() }}
< link rel = "stylesheet" href = "{{ base_url }}/css/lightgallery.min.css" >
{% endblock styles %}
{% block libs %}
{{ super() }}
< script src = "{{ base_url }}/js/lightgallery.min.js" > < / script >
{% endblock libs %}
{% block scripts %}
{{ super() }}
< script >
var elements = document.getElementsByClassName("lightgallery");
for(var i=0; i< elements.length ; i + + ) {
lightGallery(elements[i]);
}
< / script >
{% endblock scripts %}