`)
-
-```html
-Gmarrar mitsakes
-```
-
-Yeet the sus drip while vibing with the TikTok fam on a cap-free boomerang.
-
-### External Links
-
-```html
-External link
-```
-
-Link to site
-
-### Spoilers
-
-```html
-Some spoiler
-```
-
-You know, Duckquill is a pretty dumb name. I know, crazy.
-
-With `solid` class:
-
-```html
-Some spoiler
-```
-
-You know, Duckquill is a pretty dumb name. I know, crazy.
-
-### Buttons Dialog
-
-```html.j2
-
-```
-
-
-
-With `centered` and `big` classes:
-
-```html.j2
-
-
-
-```
-
-
-
-
-
-[^1]: Footnote
-[^2]: [Footnote (link)](https://example.org)
-
-
-
- Accent color:
-
-
-
-
-
-
-
diff --git a/content/demo/index.ms.md b/content/demo/index.ms.md
deleted file mode 120000
index dd0ea36..0000000
--- a/content/demo/index.ms.md
+++ /dev/null
@@ -1 +0,0 @@
-index.md
\ No newline at end of file
diff --git a/content/demo/index.ru.md b/content/demo/index.ru.md
deleted file mode 120000
index dd0ea36..0000000
--- a/content/demo/index.ru.md
+++ /dev/null
@@ -1 +0,0 @@
-index.md
\ No newline at end of file
diff --git a/content/demo/index.zh-Hans.md b/content/demo/index.zh-Hans.md
deleted file mode 120000
index dd0ea36..0000000
--- a/content/demo/index.zh-Hans.md
+++ /dev/null
@@ -1 +0,0 @@
-index.md
\ No newline at end of file
diff --git a/content/demo/page.ar.md b/content/demo/page.ar.md
deleted file mode 120000
index 3c4893b..0000000
--- a/content/demo/page.ar.md
+++ /dev/null
@@ -1 +0,0 @@
-page.md
\ No newline at end of file
diff --git a/content/demo/page.es.md b/content/demo/page.es.md
deleted file mode 120000
index 3c4893b..0000000
--- a/content/demo/page.es.md
+++ /dev/null
@@ -1 +0,0 @@
-page.md
\ No newline at end of file
diff --git a/content/demo/page.fa.md b/content/demo/page.fa.md
deleted file mode 120000
index 3c4893b..0000000
--- a/content/demo/page.fa.md
+++ /dev/null
@@ -1 +0,0 @@
-page.md
\ No newline at end of file
diff --git a/content/demo/page.fr.md b/content/demo/page.fr.md
deleted file mode 120000
index 3c4893b..0000000
--- a/content/demo/page.fr.md
+++ /dev/null
@@ -1 +0,0 @@
-page.md
\ No newline at end of file
diff --git a/content/demo/page.md b/content/demo/page.md
deleted file mode 100644
index 7af1e0c..0000000
--- a/content/demo/page.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Cake Party"
-+++
-
-
-
-Sadly, the cake is a _lie_
-
-
diff --git a/content/demo/page.ms.md b/content/demo/page.ms.md
deleted file mode 120000
index 3c4893b..0000000
--- a/content/demo/page.ms.md
+++ /dev/null
@@ -1 +0,0 @@
-page.md
\ No newline at end of file
diff --git a/content/demo/page.ru.md b/content/demo/page.ru.md
deleted file mode 120000
index 3c4893b..0000000
--- a/content/demo/page.ru.md
+++ /dev/null
@@ -1 +0,0 @@
-page.md
\ No newline at end of file
diff --git a/content/demo/page.zh-Hans.md b/content/demo/page.zh-Hans.md
deleted file mode 120000
index 3c4893b..0000000
--- a/content/demo/page.zh-Hans.md
+++ /dev/null
@@ -1 +0,0 @@
-page.md
\ No newline at end of file
diff --git a/content/mods/index.ar.md b/content/mods/index.ar.md
deleted file mode 120000
index dd0ea36..0000000
--- a/content/mods/index.ar.md
+++ /dev/null
@@ -1 +0,0 @@
-index.md
\ No newline at end of file
diff --git a/content/mods/index.es.md b/content/mods/index.es.md
deleted file mode 120000
index dd0ea36..0000000
--- a/content/mods/index.es.md
+++ /dev/null
@@ -1 +0,0 @@
-index.md
\ No newline at end of file
diff --git a/content/mods/index.fa.md b/content/mods/index.fa.md
deleted file mode 120000
index dd0ea36..0000000
--- a/content/mods/index.fa.md
+++ /dev/null
@@ -1 +0,0 @@
-index.md
\ No newline at end of file
diff --git a/content/mods/index.fr.md b/content/mods/index.fr.md
deleted file mode 120000
index dd0ea36..0000000
--- a/content/mods/index.fr.md
+++ /dev/null
@@ -1 +0,0 @@
-index.md
\ No newline at end of file
diff --git a/content/mods/index.md b/content/mods/index.md
deleted file mode 100644
index 505e24d..0000000
--- a/content/mods/index.md
+++ /dev/null
@@ -1,116 +0,0 @@
-+++
-title = "Mods"
-[extra]
-toc = true
-toc_sidebar = true
-+++
-
-Mods enhance/change some Duckquill visuals. They are updated alongside Duckquill to ensure that you don't need to manually update them every release.
-
-To enable these mods, you need to paste provided Sass to [appropriate file](@/_index.md#custom-styles), e.g `sass/mods.scss` under your website, then enable it in `config.toml`:
-
-```toml
-[extra]
-styles = ["mods.css"]
-```
-
-## Background Image
-
-Want to set some nice image as a background? We got you covered:
-
-
-
-```scss
-body {
- background-image: var(--bg-overlay), url("https://images.unsplash.com/photo-1523712999610-f77fbcfc3843");
- background-position: center;
- background-size: cover;
- background-attachment: fixed;
-}
-```
-
-Most of the time contrast should be okay, but what if it's not? Simply adjust the opacity of `--bg-overlay` based on your needs:
-
-```scss
-@import "../themes/duckquill/sass/_variables.scss";
-
-@include theme-variables using ($theme) {
- @if $theme == "dark" {
- --bg-overlay: linear-gradient(rgb(0 0 0 / 0.9), rgb(0 0 0 / 0.9));
- }
-
- @else {
- --bg-overlay: linear-gradient(rgb(255 255 255 / 0.8), rgb(255 255 255 / 0.8));
- }
-}
-```
-
-## Classic Article List
-
-Prefer the less fancy look of the article list used in Duckquill some time ago (to some extent)? It can be done with the `classic-article-list` mod:
-
-
-
-```scss
-@use "../themes/duckquill/sass/mods/classic-article-list";
-```
-
-## Classic Navbar
-
-You can make navbar have more traditional look by using the `classic-nav` mod:
-
-
-
-```scss
-@use "../themes/duckquill/sass/mods/classic-nav";
-```
-
-Or you can make it sticked to top but not full-width with the `sticked-nav` mod:
-
-{% alert(note=true) %}
-Not compatible with the `classic-nav` mod.
-{% end %}
-
-
-
-```scss
-@use "../themes/duckquill/sass/mods/sticked-nav";
-```
-
-## Classic Strikethrough
-
-The default strikethrough style is too much? It can be fixed using the `classic-del` mod:
-
-
-
-```scss
-@use "../themes/duckquill/sass/mods/classic-del";
-```
-
-## Modern Headings
-
-Default headings might not fit your taste, that's understandable. They can be ~~made boring~~ fixed with the `modern-headings` mod:
-
-
-
-```scss
-@use "../themes/duckquill/sass/mods/modern-headings";
-```
-
-## Modern Horizontal Rule
-
-Don't like that fancy horizontal rule? Make it more modern with the `modern-hr` mod:
-
-
-
-```scss
-@use "../themes/duckquill/sass/mods/modern-hr";
-```
-
-## No Edge Highlight
-
-Hate the skeuomorphic edge highlight on all semi-transparent elements? Let's get rid of it using the `no-edge-highlight` mod:
-
-```scss
-@use "../themes/duckquill/sass/mods/no-edge-highlight";
-```
diff --git a/content/mods/index.ms.md b/content/mods/index.ms.md
deleted file mode 120000
index dd0ea36..0000000
--- a/content/mods/index.ms.md
+++ /dev/null
@@ -1 +0,0 @@
-index.md
\ No newline at end of file
diff --git a/content/mods/index.ru.md b/content/mods/index.ru.md
deleted file mode 120000
index dd0ea36..0000000
--- a/content/mods/index.ru.md
+++ /dev/null
@@ -1 +0,0 @@
-index.md
\ No newline at end of file
diff --git a/content/mods/index.zh-Hans.md b/content/mods/index.zh-Hans.md
deleted file mode 120000
index dd0ea36..0000000
--- a/content/mods/index.zh-Hans.md
+++ /dev/null
@@ -1 +0,0 @@
-index.md
\ No newline at end of file
diff --git a/static/processed_images/banner.11b1c6ec8721de53.webp b/static/processed_images/banner.11b1c6ec8721de53.webp
deleted file mode 100644
index 05d28ad..0000000
Binary files a/static/processed_images/banner.11b1c6ec8721de53.webp and /dev/null differ
diff --git a/static/processed_images/banner.d26f9911a4551316.jpg b/static/processed_images/banner.d26f9911a4551316.jpg
deleted file mode 100644
index 8b51a7c..0000000
Binary files a/static/processed_images/banner.d26f9911a4551316.jpg and /dev/null differ