6
2
Fork
You've already forked oyd-web
3
Özgür Yazılım Derneği'nin web sitesinin kaynak kodu.
  • HTML 69%
  • CSS 29.4%
  • JavaScript 1.6%
Find a file
Mert Şişmanoğlu f8ed8083ad
All checks were successful
Deploy / deploy (push) Successful in 41s
fix(content): liste
Signed-off-by: Mert Şişmanoğlu <mertssmnoglu@gmail.com>
2026年06月22日 14:41:05 +03:00
.forgejo/workflows fix(deploy): specify Hugo version to 0.155.3 for consistency 2026年06月22日 13:05:36 +03:00
archetypes stil duzenlemeleri 2019年08月28日 01:17:28 +03:00
content fix(content): liste 2026年06月22日 14:41:05 +03:00
data chore: Working copy, ÖzgürKon and other 2026年03月13日 14:03:14 +03:00
i18n Add translations for new strings 2025年08月11日 12:34:02 +03:00
layouts fix: Update OYD membership application link in 'Where should I start?' section 2026年03月19日 17:17:06 +01:00
static content(21-06-2026): Add new article "Bu yasaklar son değil!" 2026年06月22日 12:30:42 +03:00
tools feat(deploy): add deployment workflow and logging utility scripts 2026年06月22日 13:00:19 +03:00
.gitignore Update .gitignore 2025年08月11日 12:35:55 +03:00
config.toml feat(yazilar): Add new category 'basin-aciklamalari' 2026年04月28日 16:13:26 +03:00
LICENSE.md Yeni site denemeleri 2019年08月06日 04:00:48 +03:00
README.md docs: Update README with installation instructions and Hugo commands ( #6 ) 2026年04月26日 09:46:32 +02:00

oyd.org.tr

Bu depo, Özgür Yazılım Derneği'nin resmi web sitesi içindir.

Gereksinimler

Kurulum

1. Repoyu klonlayın

SSH erişiminiz varsa SSH kullanmanız önerilir, aksi takdirde HTTPS kullanabilirsiniz.

git clone ssh://git@codeberg.org/oyd/oyd-web.git
git clone https://codeberg.org/oyd/oyd-web.git

2. Yerel sunucuyu çalıştırın

Web sitesinin kök dizinine gidin:

cd oyd-web

Web site içeriğini hugo --minify komutuyla derleyin:

hugo --minify

Geliştirme sunucusunu başlatın:

hugo server

Eğer taslak(Draft) olarak işaretlenmiş içerikleri de görmek istiyorsanız -D bayrağını ekleyin:

hugo server -D

Yerel web sitesine http://localhost:1313/ adresinden erişebilirsiniz.

Hugo komutları

  • hugo: Web sitesini üretir.
  • hugo --minify: Web sitesini üretirken içeriği sıkıştırır.
  • hugo server: Geliştirme sunucusunu başlatır.
  • hugo server -D: Geliştirme sunucusunu başlatır ve taslak(Draft) olarak işaretlenmiş içerikleri de gösterir.

Lisans

Bu web sitesi orijinalinde Tidyverse projesine ait olup Creative Commons Attribution-ShareAlike 4.0 Uluslararası Lisansı altında lisanslanmıştır.

CC BY-SA 4.0