Disable lazy images for now
The feature is very unstable on Zola's side, it causes a lot of rendering issues that I don't know how to fix because it's not an issue on my end.
This commit is contained in:
@ -32,7 +32,6 @@ highlight_themes_css = [
|
|||||||
{ theme = "solarized-light", filename = "syntax-theme-light.css" },
|
{ theme = "solarized-light", filename = "syntax-theme-light.css" },
|
||||||
]
|
]
|
||||||
smart_punctuation = true
|
smart_punctuation = true
|
||||||
lazy_async_image = true
|
|
||||||
bottom_footnotes = true
|
bottom_footnotes = true
|
||||||
|
|
||||||
[search]
|
[search]
|
||||||
|
@ -338,7 +338,7 @@ The <abbr title="American Standard Code for Information Interchange">ASCII</abbr
|
|||||||
|
|
||||||
<aside>
|
<aside>
|
||||||
Quill and a parchment
|
Quill and a parchment
|
||||||
<img class="transparent no-hover" style="margin-bottom: 0; border-radius: 0;" alt="Quill and a parchment" decoding="async" loading="lazy" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/%D7%A7%D7%9C%D7%A3%2C_%D7%A0%D7%95%D7%A6%D7%94_%D7%95%D7%93%D7%99%D7%95.jpg/326px-%D7%A7%D7%9C%D7%A3%2C_%D7%A0%D7%95%D7%A6%D7%94_%D7%95%D7%93%D7%99%D7%95.jpg" />
|
<img class="transparent no-hover" style="margin-bottom: 0; border-radius: 0;" alt="Quill and a parchment" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/%D7%A7%D7%9C%D7%A3%2C_%D7%A0%D7%95%D7%A6%D7%94_%D7%95%D7%93%D7%99%D7%95.jpg/326px-%D7%A7%D7%9C%D7%A3%2C_%D7%A0%D7%95%D7%A6%D7%94_%D7%95%D7%93%D7%99%D7%95.jpg" />
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
A quill is a writing tool made from a moulted flight feather (preferably a primary wing-feather) of a large bird. Quills were used for writing with ink before the invention of the dip pen, the metal-nibbed pen, the fountain pen, and, eventually, the ballpoint pen.
|
A quill is a writing tool made from a moulted flight feather (preferably a primary wing-feather) of a large bird. Quills were used for writing with ink before the invention of the dip pen, the metal-nibbed pen, the fountain pen, and, eventually, the ballpoint pen.
|
||||||
|
@ -4,7 +4,7 @@ title = "Cake Party"
|
|||||||
|
|
||||||
# Welcome to the cake party
|
# Welcome to the cake party
|
||||||
|
|
||||||
<img class="transparent no-hover" style="width:50%" decoding="async" loading="lazy" src="https://i1.theportalwiki.net/img/0/0a/Portal_Cake.png"/>
|
<img class="transparent no-hover" style="width:50%" src="https://i1.theportalwiki.net/img/0/0a/Portal_Cake.png"/>
|
||||||
|
|
||||||
Sadly, the cake is a _lie_
|
Sadly, the cake is a _lie_
|
||||||
|
|
||||||
|
@ -8,6 +8,16 @@ Several lesser known Duckquill thingies.
|
|||||||
|
|
||||||
<small>If you have some, please consider sharing them here.</small>
|
<small>If you have some, please consider sharing them here.</small>
|
||||||
|
|
||||||
|
## Table of Contents
|
||||||
|
|
||||||
|
- [Styling](#styling)
|
||||||
|
- [Navbar](#navbar)
|
||||||
|
- [Headings](#headings)
|
||||||
|
- [Strikethrough](#strikethrough)
|
||||||
|
- [Edge Highlights](#edge-highlights)
|
||||||
|
- [Horizontal Rules](#horizontal-rules)
|
||||||
|
- [Background Image](#background-image)
|
||||||
|
|
||||||
## Styling
|
## Styling
|
||||||
|
|
||||||
Duckquill is pretty easy to restyle with just a few lines of SCSS in the [appropriate location](@/_index.md#custom-stylesheets). Let's see some examples.
|
Duckquill is pretty easy to restyle with just a few lines of SCSS in the [appropriate location](@/_index.md#custom-stylesheets). Let's see some examples.
|
||||||
|
@ -136,7 +136,7 @@
|
|||||||
.emoji {
|
.emoji {
|
||||||
all: unset;
|
all: unset;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: -0.35em;
|
vertical-align: middle;
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user