This commit is contained in:
2024-10-14 01:28:50 +02:00
parent 1bb184cfe4
commit 63a1fda8b5
7 changed files with 26 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
<svg <svg
width="30mm" width="20mm"
height="30mm" height="20mm"
viewBox="0 0 30 30" viewBox="0 0 30 30"
version="1.1" version="1.1"
id="svg1" id="svg1"

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Categories on Nulla Dies Sine Pictura</title> <title>Categories on Nulla Dies Sine Pictura</title>
<link>http://localhost:1313/categories/</link> <link>https://nds.delmar.bzh/categories/</link>
<description>Recent content in Categories on Nulla Dies Sine Pictura</description> <description>Recent content in Categories on Nulla Dies Sine Pictura</description>
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en-gb</language> <language>en-gb</language>
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://nds.delmar.bzh/categories/index.xml" rel="self" type="application/rss+xml" />
</channel> </channel>
</rss> </rss>

View File

@@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<meta name="generator" content="Hugo 0.126.1"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script> <meta name="generator" content="Hugo 0.126.1">
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta <meta
name="viewport" name="viewport"
@@ -12,12 +12,17 @@
<script src="/js/gallerydeluxe/cdn/index.js" defer></script>
<link rel="stylesheet" href="/css/gallerydeluxe/styles.css"></link>
<link rel="stylesheet" href="/css/styles.css"></link> <script src="/js/gallerydeluxe/cdn/index.d2c69bffabaf6619a739b95a7204fb060e932ddfee5d7a70265546d72ca8a7dd.js" defer></script>
<link rel="stylesheet" href="/css/gallerydeluxe/styles.min.df16b82fd3409832a98d274bae6985a290f033dbd55227f6cdc4fa12eee8935c.css"></link>
<link rel="stylesheet" href="/css/styles.min.980f44c6a1e4176e4b54279e5eb0a95871789b14598cd5430e0713266ed0a033.css"></link>
@@ -25,8 +30,8 @@
<a class="logo" href="/"> <a class="logo" href="/">
<svg <svg
width="30mm" width="20mm"
height="30mm" height="20mm"
viewBox="0 0 30 30" viewBox="0 0 30 30"
version="1.1" version="1.1"
id="svg1" id="svg1"
@@ -72,7 +77,7 @@
<body id="gallerydeluxe" data-gd-image-data-url="/3520546475-gallery.json"> <body id="gallerydeluxe" data-gd-image-data-url="/3520546475-gallery.min.b5b11067a615a9f7532582f1a7df31fcdf6df2371738a1f25b391e7d77890a80.json">
<div id="gd-modal" class="gd-modal"> <div id="gd-modal" class="gd-modal">
<span id="gd-modal-close" class="gd-modal-close">&times;</span> <span id="gd-modal-close" class="gd-modal-close">&times;</span>

View File

@@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Nulla Dies Sine Pictura</title> <title>Nulla Dies Sine Pictura</title>
<link>http://localhost:1313/</link> <link>https://nds.delmar.bzh/</link>
<description>Recent content on Nulla Dies Sine Pictura</description> <description>Recent content on Nulla Dies Sine Pictura</description>
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en-gb</language> <language>en-gb</language>
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://nds.delmar.bzh/index.xml" rel="self" type="application/rss+xml" />
</channel> </channel>
</rss> </rss>

View File

@@ -1,5 +1,5 @@
(() => { (() => {
// ns-hugo:/mnt/data/julien/Nextcloud/delmar.bzh/nds/themes/gallerydeluxe/assets/js/gallerydeluxe/src/pig.js // ns-hugo:/home/julien/Sync/delmar.bzh/nds/themes/gallerydeluxe/assets/js/gallerydeluxe/src/pig.js
var optimizedResize = /* @__PURE__ */ function() { var optimizedResize = /* @__PURE__ */ function() {
const callbacks = []; const callbacks = [];
let running = false; let running = false;
@@ -462,7 +462,7 @@
this.getElement().style.transform = "translate3d(" + this.style.translateX + "px," + this.style.translateY + "px, 0)"; this.getElement().style.transform = "translate3d(" + this.style.translateX + "px," + this.style.translateY + "px, 0)";
}; };
// ns-hugo:/mnt/data/julien/Nextcloud/delmar.bzh/nds/themes/gallerydeluxe/assets/js/gallerydeluxe/src/helpers.js // ns-hugo:/home/julien/Sync/delmar.bzh/nds/themes/gallerydeluxe/assets/js/gallerydeluxe/src/helpers.js
function newSwiper(el, callback) { function newSwiper(el, callback) {
const debug2 = 0 ? console.log.bind(console, "[swiper]") : function() { const debug2 = 0 ? console.log.bind(console, "[swiper]") : function() {
}; };
@@ -568,7 +568,7 @@
el.addEventListener("touchend", handleTouch, { passive: true }); el.addEventListener("touchend", handleTouch, { passive: true });
} }
// ns-hugo:/mnt/data/julien/Nextcloud/delmar.bzh/nds/themes/gallerydeluxe/assets/js/gallerydeluxe/src/index.js // ns-hugo:/home/julien/Sync/delmar.bzh/nds/themes/gallerydeluxe/assets/js/gallerydeluxe/src/index.js
var debug = 0 ? console.log.bind(console, "[gallery-deluxe]") : function() { var debug = 0 ? console.log.bind(console, "[gallery-deluxe]") : function() {
}; };
var GalleryDeluxe = { var GalleryDeluxe = {

View File

@@ -2,10 +2,10 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>http://localhost:1313/categories/</loc> <loc>https://nds.delmar.bzh/categories/</loc>
</url><url> </url><url>
<loc>http://localhost:1313/</loc> <loc>https://nds.delmar.bzh/</loc>
</url><url> </url><url>
<loc>http://localhost:1313/tags/</loc> <loc>https://nds.delmar.bzh/tags/</loc>
</url> </url>
</urlset> </urlset>

View File

@@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Tags on Nulla Dies Sine Pictura</title> <title>Tags on Nulla Dies Sine Pictura</title>
<link>http://localhost:1313/tags/</link> <link>https://nds.delmar.bzh/tags/</link>
<description>Recent content in Tags on Nulla Dies Sine Pictura</description> <description>Recent content in Tags on Nulla Dies Sine Pictura</description>
<generator>Hugo</generator> <generator>Hugo</generator>
<language>en-gb</language> <language>en-gb</language>
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://nds.delmar.bzh/tags/index.xml" rel="self" type="application/rss+xml" />
</channel> </channel>
</rss> </rss>