Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Apply patches
run: |
cd themes/tehlug-hugo-theme
git apply ../../patches/0001-tmp-attention-button-to-sfd-website.patch
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down
Binary file added assets/events/images/42/20250821_193539.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/events/images/42/20250821_193540.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/events/images/42/20250821_193610.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ paginate: 3
favicon: static/favicon.ico

params:
customCSS: "/css/attention.css"
subtitle: "گروه کاربران گنو/لینوکس بیرجند"
mapView: 0.002
mode: "auto"
Expand All @@ -19,9 +20,10 @@ params:
{ title: "موضوعات", url: "/topics", name: "topics" },
{ title: "ارائه دهندگان", url: "/speakers", name: "speakers" },
{ title: "تصاویر", url: "/images", name: "images" },
{ title: "چالش‌ها *", url: "/~challenge", name: "challenges" },
{ title: "چالش‌ها", url: "/~challenge", name: "challenges" },
{ title: "بلاگ", url: "/~blog", name: "blog" },
{ title: "حمایت مالی", url: "/donation", name: "donation" },
{ title: "جشن آزادی نرم‌افزار *", url: "https://sfd.birlug.ir", name: "sfd" },
]

footer:
Expand Down
7 changes: 6 additions & 1 deletion content/donation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ type: news
darft: true
---

لاگ بیرجند همیشه به طور مستقل فعالیت کرده و سعی بر این بوده که از هرگونه وابستگی به سازمان‌ها دوری کنیم تا از محدودیت‌های احتمالی فاصله بگیریم. حمایت شما به هر شکلی می‌تونه انگیزه‌بخش باشه و کمک‌کننده به ادامه مسیر. اگر علاقه‌مند به حمایت مالی هستید می‌تونید از [این لینک](https://zarinp.al/birlug) استفاده کنید.
لاگ بیرجند همیشه به طور مستقل فعالیت کرده و سعی بر این بوده که از هرگونه وابستگی به سازمان‌ها دوری کنیم تا از محدودیت‌های احتمالی فاصله بگیریم. حمایت شما به هر شکلی می‌تونه انگیزه‌بخش باشه و کمک‌کننده به ادامه مسیر. اگر علاقه‌مند به حمایت مالی هستید می‌تونین یکی از راه های زیر رو انتخاب کنید:

- [لینک پرداخت مستقیم «دارمت»](https://daramet.com/birlug)
- کارت به کارت به شماره {{< copybox >}}5859-8312-2865-2912{{< /copybox >}} (امیر محمدی)


6 changes: 6 additions & 0 deletions content/events/42/gallery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "تصاویر جلسه ۴۲"
layout: gallery
eventNumber: 42
type: gallery
---
5 changes: 5 additions & 0 deletions layouts/shortcodes/copybox.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<span class="copy-box ltr-number"
onclick="copyToClipboard(this)"
data-copy="{{ replace .Inner "-" "" }}">
{{ .Inner }}
</span>
30 changes: 30 additions & 0 deletions patches/0001-tmp-attention-button-to-sfd-website.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
From 9695c1f4a0b42baee004cdd80df8f07aa8789701 Mon Sep 17 00:00:00 2001
From: Amir Mohammadi <amiremohamadi@yahoo.com>
Date: Wed, 3 Sep 2025 14:01:10 +0330
Subject: [PATCH] tmp: attention button to sfd website

---
layouts/index.html | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/layouts/index.html b/layouts/index.html
index fcc5e89..96d8cdb 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -5,6 +5,13 @@
<div class="container wrapper">
{{ partial "head.html" . }}

+ <div class="attention-wrapper">
+ <button class="attention-button" onclick="window.location.href='https://sfd.birlug.ir'">
+ <div class="pulse-dot"></div>
+ ثبت‌نام جشن آزادی نرم‌افزار
+ </button>
+ </div>
+
<div class="recent-posts section">
<h2 class="section-header">
اخبار و جلسات
--
2.42.0

56 changes: 56 additions & 0 deletions static/css/attention.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
.attention-wrapper {
display: flex;
justify-content: center;
}

.attention-button {
position: relative;
display: flex;
align-items: center;
gap: 12px;
background: #6fcf97;
color: #0d1f33;
padding: 18px 40px;
margin-top: 8px;
margin-bottom: 38px;
border: none;
border-radius: 50px;
cursor: pointer;
box-shadow: 0 6px 16px rgba(0,0,0,0.4);
transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.attention-button:hover {
transform: scale(1.1);
}

.pulse-dot {
width: 16px;
height: 16px;
background: #f2994a;
border-radius: 50%;
position: relative;
}

.pulse-dot::after {
content: "";
position: absolute;
top: -6px;
left: -6px;
width: 28px;
height: 28px;
border-radius: 50%;
background: rgba(255,111,60,0.5);
animation: pulse 0.8s infinite;
}

@keyframes pulse {
0% {
transform: scale(0.5);
opacity: 1;
}
100% {
transform: scale(1.8);
opacity: 0;
}
}