This commit is contained in:
Oliver
2025-06-17 12:46:36 -03:00
parent 9b654c8dd4
commit c352992708
313 changed files with 23294 additions and 13892 deletions

View File

@@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="de">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Authors | diese Story-Site</title>
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
</head>
<body>
<nav>
<h2>ODOO Community Success Stories sponsored by </h2>
<a href="http://ODOO4projects.com" style="
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 12px;
background-color: white;
color: orange;
border: 2px solid orange;
text-decoration: none;
padding: 16px 24px;
border-radius: 10px;
font-size: 18px;
font-weight: bold;
text-align: left;
line-height: 1.3;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
transition: all 0.3s ease;
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
<span style="display: inline-block;">
Launch your ODOO Project now!
</span>
</a>
<div class="search-bar-container" id="search"></div>
<div class="dropdown">
<button class="dropbtn">de</button>
<div class="dropdown-content">
<a href="/en/" class="">
English
</a>
<a href="/de/" class="">
Deutsch
</a>
<a href="/es/" class="">
Spanish
</a>
</div>
</div>
</nav>
<main>
<section class="story__grid">
</section>
</main>
<div id="story-modal">
<button id="close-modal"></button>
<div id="modal-content">Loading...</div>
</div>
<script src="/pagefind/pagefind-ui.js"></script>
<script src="/js/main.js"></script>
<script>
window.addEventListener("DOMContentLoaded", (event) => {
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
});
</script>
<script>
const dialog = document.querySelector("dialog");
const showButton = document.getElementById("createStoryBtn");
const closeButton = document.getElementById("closeStoryModal");
showButton.addEventListener("click", () => {
dialog.showModal();
});
closeButton.addEventListener("click", () => {
dialog.close();
});
</script>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Authors on diese Story-Site</title>
<link>http://localhost:1313/de/authors/</link>
<description>Recent content in Authors on diese Story-Site</description>
<generator>Hugo</generator>
<language>de</language>
<atom:link href="http://localhost:1313/de/authors/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -0,0 +1,142 @@
<!DOCTYPE html>
<html lang="de">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wanderlust Willow | diese Story-Site</title>
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
</head>
<body>
<nav>
<h2>sponser</h2>
<img src="" alt="" class="logo" />
<div class="search-bar-container" id="search"></div>
<div class="dropdown">
<button class="dropbtn">de</button>
<div class="dropdown-content">
<a href="/en/" class="">
English
</a>
<a href="/de/" class="">
Deutsch
</a>
<a href="/es/" class="">
Spanish
</a>
</div>
</div>
</nav>
<main>
<section class="story__grid">
<article class="story__card">
<img
src=""
alt="Southeast Asia on a Shoestring: A 3-Week Backpacking Itinerary"
data-pagefind-index-attrs="title,alt"
class="story__coverImg"
loading="lazy"
/>
<div class="story__card__details">
<a data-story-url="/de/stories/post1/" class="open-modal">
<h4 class="card__title">Southeast Asia on a Shoestring: A 3-Week Backpacking Itinerary</h4>
</a>
<p class="card__description">Explore the vibrant cultures and stunning landscapes of Southeast Asia without breaking the bank. This detailed itinerary covers Thailand, Vietnam, and Cambodia.</p>
<div class="card__tags_categories">
<a href="/de/categories/travel/" class="category__chip">
Travel
</a>
<a href="/de/tags/budget-travel/" class="tag__chip">
<span class="hastag">#</span>Budget Travel
</a>
<a href="/de/tags/backpacking/" class="tag__chip">
<span class="hastag">#</span>Backpacking
</a>
<a href="/de/tags/southeast-asia/" class="tag__chip">
<span class="hastag">#</span>Southeast Asia
</a>
<a href="/de/tags/thailand/" class="tag__chip">
<span class="hastag">#</span>Thailand
</a>
<a href="/de/tags/vietnam/" class="tag__chip">
<span class="hastag">#</span>Vietnam
</a>
<a href="/de/tags/cambodia/" class="tag__chip">
<span class="hastag">#</span>Cambodia
</a>
</div>
<div class="publish__date__timeToRead">
<div class="publish__date">
<img src="/icons/calender.svg" class="story__card__icon" alt="" />
<time datetime=""
>15.04.2025</time
>
</div>
<div class="publish__date">
<img src="/icons/hourglass.svg" class="story__card__icon" alt="" />
<time datetime="">3 Minuten zum Lesen </time>
</div>
</div>
<div class="publish__date">
<img src="/icons/person.svg" class="story__card__icon" alt="" />
<time datetime=""></time>
</div>
</div>
</article>
</section>
</main>
<div id="story-modal">
<button id="close-modal"></button>
<div id="modal-content">Loading...</div>
</div>
<script src="/pagefind/pagefind-ui.js"></script>
<script src="/js/main.js"></script>
<script>
window.addEventListener("DOMContentLoaded", (event) => {
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
});
</script>
<script>
const dialog = document.querySelector("dialog");
const showButton = document.getElementById("createStoryBtn");
const closeButton = document.getElementById("closeStoryModal");
showButton.addEventListener("click", () => {
dialog.showModal();
});
closeButton.addEventListener("click", () => {
dialog.close();
});
</script>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Wanderlust Willow on diese Story-Site</title>
<link>http://localhost:1313/de/authors/wanderlust-willow/</link>
<description>Recent content in Wanderlust Willow on diese Story-Site</description>
<generator>Hugo</generator>
<language>de</language>
<lastBuildDate>Tue, 15 Apr 2025 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/de/authors/wanderlust-willow/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Southeast Asia on a Shoestring: A 3-Week Backpacking Itinerary</title>
<link>http://localhost:1313/de/stories/post1/</link>
<pubDate>Tue, 15 Apr 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/de/stories/post1/</guid>
<description>&lt;h2 id=&#34;southeast-asia-on-a-shoestring-your-epic-3-week-backpacking-adventure&#34;&gt;Southeast Asia on a Shoestring: Your Epic 3-Week Backpacking Adventure&lt;/h2&gt;&#xA;&lt;p&gt;Hey fellow wanderers! If you&amp;rsquo;re dreaming of exotic temples, bustling markets, and breathtaking beaches without emptying your savings account, then Southeast Asia is calling your name. Trust me, this corner of the world is a backpacker&amp;rsquo;s paradise, offering incredible experiences at prices that will make your wallet sing.&lt;/p&gt;&#xA;&lt;p&gt;After countless hostel stays, delicious street food meals, and unforgettable adventures, I&amp;rsquo;ve crafted the perfect 3-week itinerary to give you a taste of the magic in Thailand, Vietnam, and Cambodia. Buckle up, because this is going to be an epic ride!&lt;/p&gt;</description>
</item>
</channel>
</rss>