-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5dce17e
commit dff774d
Showing
13 changed files
with
118 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
comments: true | ||
status: draft | ||
--- | ||
|
||
# Kurulum | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ site_description: Umineko başta olmak üzere, sevgi ve saygı duyduğumuz Türk | |
site_url: https://witch-love.com/wiki | ||
repo_url: https://github.com/Witch-Love | ||
repo_name: Witch Love (GitHub) | ||
copyright: '© 2025 All nipahs reserved' | ||
copyright: > | ||
© 2025 All nipahs reserved — <a href="#__consent">Çerez ayarları</a> | ||
site_dir: wiki | ||
edit_uri: witch-love.github.io/edit/main/mkdocs/docs | ||
|
||
# navigation | ||
nav: | ||
- index.md | ||
- faq.md | ||
- Umineko: | ||
- umineko/index.md | ||
- Kurulum: | ||
|
@@ -22,15 +22,17 @@ nav: | |
- umineko/contributing/rules.md | ||
- Higurashi: | ||
- higurashi/index.md | ||
- higurashi/installation.md | ||
- Kurulum: | ||
- higurashi/installation.md | ||
- Katkıda Bulunma: | ||
- higurashi/contributing/info.md | ||
- higurashi/contributing/rules.md | ||
- faq.md | ||
- donation.md | ||
- contact.md | ||
- For Developers: | ||
- Umineko Project: | ||
- umineko/creating-translations.md | ||
- donation.md | ||
- contact.md | ||
|
||
# extra | ||
extra: | ||
|
@@ -40,13 +42,22 @@ extra: | |
link: https://discord.gg/jyD5jn9Vpd | ||
- icon: fontawesome/brands/youtube | ||
link: https://www.youtube.com/@Singularityy | ||
- icon: fontawesome/solid/paper-plane | ||
link: mailto:[email protected] | ||
status: | ||
new: Yeni | ||
deprecated: Kullanım dışı | ||
draft: Taslak | ||
analytics: | ||
provider: google | ||
property: G-D9MFM5S3BH | ||
consent: | ||
title: Çerezler | ||
description: >- | ||
Sitemizden en iyi şekilde faydalanabilmeniz için çerezler kullanılmaktadır. Sitemize giriş yaparak çerez kullanımını kabul etmiş sayılıyorsunuz. | ||
actions: | ||
- manage | ||
- accept | ||
extra_javascript: | ||
- js/custom.js | ||
extra_css: | ||
|
@@ -79,20 +90,22 @@ theme: | |
icon: | ||
logo: butterfly | ||
edit: material/pencil | ||
repo: fontawesome/brands/github | ||
features: | ||
- navigation.indexes | ||
- navigation.footer | ||
- navigation.top | ||
- navigation.instant | ||
- navigation.instant.progress | ||
- navigation.sections | ||
- navigation.tabs | ||
- navigation.tabs.sticky | ||
- content.tooltips | ||
- content.tabs.link | ||
- content.code.copy | ||
- content.action.edit | ||
- content.action.view | ||
- search.suggest | ||
- search.highlight | ||
- navigation.instant | ||
- navigation.instant.progress | ||
- navigation.sections | ||
palette: | ||
- media: "(prefers-color-scheme: dark)" | ||
scheme: slate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{% extends "main.html" %} | ||
|
||
{% block content %} | ||
<h1>404 - Sayfa Bulunamadı</h1> | ||
<hr style="margin: -2em 0 3em;"> | ||
<div class="admonition warning" style="margin: -2em 0 2em;"> | ||
<p class="admonition-title">Oops!</p> | ||
<p>Sitemizde böyle bir sayfa yok. Sayfa bağlantısının doğru olup olmadığını kontrol edin.</p> | ||
</div> | ||
Sadece bu sayfanın varlığı bile, Furudo Erika için böyle bir çıkarımın sıradan hale gelmesi için yeterli. Görüşleriniz, bayanlar ve baylar? | ||
<img src="{{ config.site_url | e }}img/404.png" style="display: block; margin-left: auto; margin-right: auto;" /> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{% extends "main.html" %} | ||
|
||
{% block content %} | ||
{{ super() }} | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
??? question "Steam desteği neden yok?" | ||
??? question "Umineko — Steam desteğiniz neden yok?" | ||
**[Umineko Project](https://umineko-project.org/)**'in, oyunun en iyi ve deneyimlenmesi gereken versiyonu olduğunu savunuyor, Umineko'yu okuyan herkesin de eseri en iyi şekilde tecrübe etmesini istiyoruz. | ||
Bu sebeple oyunun **Steam** ve **07th-mod** versiyonlarına desteğimiz yoktur ve gelecekte de olmayacaktır. |