diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2f73545..aea96e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: run: | cd mkdocs mkdocs build - cp -r wiki ../site/wiki + cp -r site ../site - name: Setup Pages uses: actions/configure-pages@v4 - name: Build with Jekyll diff --git a/.gitignore b/.gitignore index 8653102..475a28b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ wiki/ +site/ .cache/ \ No newline at end of file diff --git a/mkdocs/docs/home.md b/mkdocs/docs/home.md new file mode 100644 index 0000000..9b34e4b --- /dev/null +++ b/mkdocs/docs/home.md @@ -0,0 +1,32 @@ +--- +title: Ana Sayfa +--- + +Wiki sayfamıza hoş geldiniz! Menüden ilgili içeriklere tıklayarak içerikler hakkında detaylı bilgi alabilirsiniz. + +Yardıma ihtiyacınız olan bir konu var ise dilerseniz discord sunucumuza katılabilir veya bizimle doğrudan [iletişim](contact.md)e geçebilirsiniz. + +*** + +## Duyurular + +--8<-- "announcements.md:4:20" + +~[Tümünü görüntüle :octicons-arrow-right-16:](announcements.md)~ + +*** + +## Sıkça Sorulan Sorular + +--8<-- "faq.md:8:20" + +~[Tümünü görüntüle :octicons-arrow-right-16:](faq.md)~ + +*** + +!!! info "Discord Sunucusu" + [![Discord](./img/discord.png){ width="100" align=left }](https://discord.gg/jyD5jn9Vpd) + ## [Discord](https://discord.gg/jyD5jn9Vpd)'da aramıza katılın + + Destek almak, sohbet etmek ve diğer takipçilerimizle beraber vakit geçirmek için sunucumuza katılabilirsiniz. + diff --git a/site/img/crowsworn.webp b/mkdocs/docs/img/home/crowsworn.webp similarity index 100% rename from site/img/crowsworn.webp rename to mkdocs/docs/img/home/crowsworn.webp diff --git a/site/img/header.webm b/mkdocs/docs/img/home/header.webm similarity index 100% rename from site/img/header.webm rename to mkdocs/docs/img/home/header.webm diff --git a/site/img/header.webp b/mkdocs/docs/img/home/header.webp similarity index 100% rename from site/img/header.webp rename to mkdocs/docs/img/home/header.webp diff --git a/site/img/higurashi.webp b/mkdocs/docs/img/home/higurashi.webp similarity index 100% rename from site/img/higurashi.webp rename to mkdocs/docs/img/home/higurashi.webp diff --git a/site/img/silksong.webp b/mkdocs/docs/img/home/silksong.webp similarity index 100% rename from site/img/silksong.webp rename to mkdocs/docs/img/home/silksong.webp diff --git a/site/img/umineko.webp b/mkdocs/docs/img/home/umineko.webp similarity index 100% rename from site/img/umineko.webp rename to mkdocs/docs/img/home/umineko.webp diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md index 7a8930c..aeafb38 100644 --- a/mkdocs/docs/index.md +++ b/mkdocs/docs/index.md @@ -1,33 +1,9 @@ --- title: Ana Sayfa -template: home.html +template: start.html +hide: + - toc + - navigation --- -Wiki sayfamıza hoş geldiniz! Menüden ilgili içeriklere tıklayarak içerikler hakkında detaylı bilgi alabilirsiniz. - -Yardıma ihtiyacınız olan bir konu var ise dilerseniz discord sunucumuza katılabilir veya bizimle doğrudan [iletişim](contact.md)e geçebilirsiniz. - -*** - -## Duyurular - ---8<-- "announcements.md:4:20" - -~[Tümünü görüntüle :octicons-arrow-right-16:](announcements.md)~ - -*** - -## Sıkça Sorulan Sorular - ---8<-- "faq.md:8:20" - -~[Tümünü görüntüle :octicons-arrow-right-16:](faq.md)~ - -*** - -!!! info "Discord Sunucusu" - [![Discord](./img/discord.png){ width="100" align=left }](https://discord.gg/jyD5jn9Vpd) - ## [Discord](https://discord.gg/jyD5jn9Vpd)'da aramıza katılın - - Destek almak, sohbet etmek ve diğer takipçilerimizle beraber vakit geçirmek için sunucumuza katılabilirsiniz. - +Start page \ No newline at end of file diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml index 46549ea..0716cf0 100644 --- a/mkdocs/mkdocs.yml +++ b/mkdocs/mkdocs.yml @@ -1,17 +1,17 @@ # settings -site_name: Witch Love Wiki +site_name: Witch Love site_description: Umineko başta olmak üzere, sevgi ve saygı duyduğumuz Türkçe olmayan eserleri büyük bir özenle Türkçe'ye çevirerek daha fazla insana ulaştırabilmeyi amaçlıyoruz. -site_url: https://witch-love.com/wiki +site_url: https://witch-love.com repo_url: https://github.com/Witch-Love repo_name: Witch Love (GitHub) copyright: > © 2025 All nipahs reserved — Çerez ayarları -site_dir: wiki +site_dir: site edit_uri: witch-love.github.io/edit/main/mkdocs/docs # navigation nav: - - index.md + - home.md - Umineko: - umineko/index.md - Kurulum: @@ -78,7 +78,7 @@ plugins: - git-committers: enabled: !ENV [CI, false] repository: Witch-Love/witch-love.github.io - docs_path: mkdocs/docs/ + docs_path: docs/ branch: main # theme diff --git a/mkdocs/overrides/404.html b/mkdocs/overrides/404.html index 0f39b52..8822c6d 100644 --- a/mkdocs/overrides/404.html +++ b/mkdocs/overrides/404.html @@ -1,6 +1,12 @@ {% extends "main.html" %} {% block content %} + +

404 - Sayfa Bulunamadı


diff --git a/mkdocs/overrides/home.html b/mkdocs/overrides/home.html deleted file mode 100644 index 2f0c44b..0000000 --- a/mkdocs/overrides/home.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends "main.html" %} - -{% block content %} - {{ super() }} -{% endblock %} \ No newline at end of file diff --git a/mkdocs/overrides/start.html b/mkdocs/overrides/start.html new file mode 100644 index 0000000..4744372 --- /dev/null +++ b/mkdocs/overrides/start.html @@ -0,0 +1,312 @@ +{% extends "main.html" %} + +{% block tabs %} + {{ super() }} + + + +
+ +
+

Witch Love Çeviri

+

Umineko başta olmak üzere, sevgi ve saygı duyduğumuz Türkçe olmayan eserleri büyük bir özenle Türkçe'ye çevirerek daha fazla insana ulaştırabilmeyi amaçlıyoruz.

+ +
+
+
+
+

Umineko Türkçe Çeviri Projesi

+

Cadı bilgeleri övecek ve dört hazine bahşedecek.

+ Huzur içinde uyu, sevgili cadım, Beatrice... +

+ +
+
+
+
+

Higurashi Türkçe Çeviri

+

Hinamizawa adında sakin bir köy...

+ + SAYFAYA GIT + + + YOUTUBE PLAYLIST + +
+
+
+
+

Hollow Knight: Silksong Türkçe Çeviri

+

Yakında...

+ + STEAM SAYFASI + +
+
+
+
+

Crowsworn Türkçe Çeviri

+

Yakında...

+ + STEAM SAYFASI + +
+
+ + +{% endblock %} + +{% block content %}{% endblock %} + +{% block footer %}{% endblock %} \ No newline at end of file diff --git a/site/css/blue.css b/old-site/css/blue.css similarity index 100% rename from site/css/blue.css rename to old-site/css/blue.css diff --git a/site/css/cyan.css b/old-site/css/cyan.css similarity index 100% rename from site/css/cyan.css rename to old-site/css/cyan.css diff --git a/site/css/default.css b/old-site/css/default.css similarity index 100% rename from site/css/default.css rename to old-site/css/default.css diff --git a/site/css/green.css b/old-site/css/green.css similarity index 100% rename from site/css/green.css rename to old-site/css/green.css diff --git a/site/css/indigo.css b/old-site/css/indigo.css similarity index 100% rename from site/css/indigo.css rename to old-site/css/indigo.css diff --git a/site/css/orange.css b/old-site/css/orange.css similarity index 100% rename from site/css/orange.css rename to old-site/css/orange.css diff --git a/site/css/pink.css b/old-site/css/pink.css similarity index 100% rename from site/css/pink.css rename to old-site/css/pink.css diff --git a/site/css/purple.css b/old-site/css/purple.css similarity index 100% rename from site/css/purple.css rename to old-site/css/purple.css diff --git a/site/css/red.css b/old-site/css/red.css similarity index 100% rename from site/css/red.css rename to old-site/css/red.css diff --git a/site/css/yellow.css b/old-site/css/yellow.css similarity index 100% rename from site/css/yellow.css rename to old-site/css/yellow.css diff --git a/site/img/blasphemous2.webp b/old-site/img/blasphemous2.webp similarity index 100% rename from site/img/blasphemous2.webp rename to old-site/img/blasphemous2.webp diff --git a/old-site/img/crowsworn.webp b/old-site/img/crowsworn.webp new file mode 100644 index 0000000..fc57fcd Binary files /dev/null and b/old-site/img/crowsworn.webp differ diff --git a/site/img/embedimage.jpg b/old-site/img/embedimage.jpg similarity index 100% rename from site/img/embedimage.jpg rename to old-site/img/embedimage.jpg diff --git a/site/img/favicon.png b/old-site/img/favicon.png similarity index 100% rename from site/img/favicon.png rename to old-site/img/favicon.png diff --git a/site/img/header.mp4 b/old-site/img/header.mp4 similarity index 100% rename from site/img/header.mp4 rename to old-site/img/header.mp4 diff --git a/old-site/img/header.webm b/old-site/img/header.webm new file mode 100644 index 0000000..bfd9a37 Binary files /dev/null and b/old-site/img/header.webm differ diff --git a/old-site/img/header.webp b/old-site/img/header.webp new file mode 100644 index 0000000..7b90ca3 Binary files /dev/null and b/old-site/img/header.webp differ diff --git a/old-site/img/higurashi.webp b/old-site/img/higurashi.webp new file mode 100644 index 0000000..b129e5b Binary files /dev/null and b/old-site/img/higurashi.webp differ diff --git a/site/img/palecourt.webp b/old-site/img/palecourt.webp similarity index 100% rename from site/img/palecourt.webp rename to old-site/img/palecourt.webp diff --git a/old-site/img/silksong.webp b/old-site/img/silksong.webp new file mode 100644 index 0000000..7d42a9b Binary files /dev/null and b/old-site/img/silksong.webp differ diff --git a/old-site/img/umineko.webp b/old-site/img/umineko.webp new file mode 100644 index 0000000..e08fc17 Binary files /dev/null and b/old-site/img/umineko.webp differ diff --git a/site/index.html b/old-site/index.html similarity index 100% rename from site/index.html rename to old-site/index.html diff --git a/site/js/scripts.js b/old-site/js/scripts.js similarity index 100% rename from site/js/scripts.js rename to old-site/js/scripts.js