Skip to content

Commit

Permalink
bir daha deneme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaryob authored Sep 25, 2023
1 parent 3ce0890 commit c05c23b
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 10 deletions.
5 changes: 0 additions & 5 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
layout: default
---

{% assign months = "Ocak|Şubat|Mart|Nisan|Mayıs|Haziran|Temmuz|Ağustos|Eylül|Ekim|Kasım|Aralık" | split: "|" %}
{% assign m = page.date | date: "%-m" | minus: 1 %}
{% assign day = page.date | date: "%d" %}
{% assign month = months[m] %}
{% assign year = page.date | date: "%Y" %}

<head>
{% if page.image %}
Expand Down
5 changes: 5 additions & 0 deletions _pages/elektronik.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ image_hash: "fd7fff582b02262c7e3377b981048d36"

<div class="container">
<div class="col-lg-12 col-md-14 mx-auto">
{% assign months = "Ocak|Şubat|Mart|Nisan|Mayıs|Haziran|Temmuz|Ağustos|Eylül|Ekim|Kasım|Aralık" | split: "|" %}
{% assign m = page.date | date: "%-m" | minus: 1 %}
{% assign day = page.date | date: "%d" %}
{% assign month = months[m] %}
{% assign year = page.date | date: "%Y" %}

{% for post in site.categories.elektronik %}

Expand Down
7 changes: 6 additions & 1 deletion _pages/internet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ image_hash: "a2949bc1310b53ff52b8b97492be4de9"

<div class="container">
<div class="col-lg-12 col-md-14 mx-auto">
{% assign months = "Ocak|Şubat|Mart|Nisan|Mayıs|Haziran|Temmuz|Ağustos|Eylül|Ekim|Kasım|Aralık" | split: "|" %}
{% assign m = page.date | date: "%-m" | minus: 1 %}
{% assign day = page.date | date: "%d" %}
{% assign month = months[m] %}
{% assign year = page.date | date: "%Y" %}

{% for post in site.categories.internet %}

Expand All @@ -27,7 +32,7 @@ image_hash: "a2949bc1310b53ff52b8b97492be4de9"
{{ site.author }}
{% endif %}
tarafından
{{ day }}/{{ month }}/{{ year }} tarihinde yayınladı. &middot; {% include read_time.html
{{ day }} {{ month }} {{ year }} tarihinde yayınladı. &middot; {% include read_time.html
content=post.content %}
</p>
</article>
Expand Down
7 changes: 6 additions & 1 deletion _pages/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ image_hash: "8da8c95398564475073e06f25143d370"

<div class="container">
<div class="col-lg-12 col-md-14 mx-auto">
{% assign months = "Ocak|Şubat|Mart|Nisan|Mayıs|Haziran|Temmuz|Ağustos|Eylül|Ekim|Kasım|Aralık" | split: "|" %}
{% assign m = page.date | date: "%-m" | minus: 1 %}
{% assign day = page.date | date: "%d" %}
{% assign month = months[m] %}
{% assign year = page.date | date: "%Y" %}

{% for post in site.categories.linux %}
<article class="post-preview">
Expand All @@ -26,7 +31,7 @@ image_hash: "8da8c95398564475073e06f25143d370"
{{ site.author }}
{% endif %}
tarafından
{{ day }}/{{ month }}/{{ year }} tarihinde yayınladı. &middot; {% include read_time.html
{{ day }} {{ month }} {{ year }} tarihinde yayınladı. &middot; {% include read_time.html
content=post.content %}
</p>
</article>
Expand Down
7 changes: 6 additions & 1 deletion _pages/pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ image_hash: "80738471d1f9b811754aca914194612e"

<div class="container">
<div class="col-lg-12 col-md-14 mx-auto">
{% assign months = "Ocak|Şubat|Mart|Nisan|Mayıs|Haziran|Temmuz|Ağustos|Eylül|Ekim|Kasım|Aralık" | split: "|" %}
{% assign m = page.date | date: "%-m" | minus: 1 %}
{% assign day = page.date | date: "%d" %}
{% assign month = months[m] %}
{% assign year = page.date | date: "%Y" %}

{% for post in site.categories.pi %}
<article class="post-preview">
Expand All @@ -26,7 +31,7 @@ image_hash: "80738471d1f9b811754aca914194612e"
{{ site.author }}
{% endif %}
tarafından
{{ day }}/{{ month }}/{{ year }} tarihinde yayınladı. &middot; {% include read_time.html
{{ day }}{{ month }}{{ year }} tarihinde yayınladı. &middot; {% include read_time.html
content=post.content %}
</p>
</article>
Expand Down
7 changes: 6 additions & 1 deletion _pages/pixelart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ image_hash: "934bee399ce669974100a5d559925157"

<div class="container">
<div class="col-lg-12 col-md-14 mx-auto">
{% assign months = "Ocak|Şubat|Mart|Nisan|Mayıs|Haziran|Temmuz|Ağustos|Eylül|Ekim|Kasım|Aralık" | split: "|" %}
{% assign m = page.date | date: "%-m" | minus: 1 %}
{% assign day = page.date | date: "%d" %}
{% assign month = months[m] %}
{% assign year = page.date | date: "%Y" %}

{% for post in site.categories.pixelart %}
<article class="post-preview">
Expand All @@ -26,7 +31,7 @@ image_hash: "934bee399ce669974100a5d559925157"
{{ site.author }}
{% endif %}
tarafından
{{ day }}/{{ month }}/{{ year }} tarihinde yayınladı. &middot; {% include read_time.html
{{ day }} {{ month }} {{ year }} tarihinde yayınladı. &middot; {% include read_time.html
content=post.content %}
</p>
</article>
Expand Down
8 changes: 7 additions & 1 deletion _pages/programlama.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ image_hash: "14e966d46bb6ece26db3432d8171b1b4"

<div class="container">
<div class="col-lg-12 col-md-14 mx-auto">
{% assign months = "Ocak|Şubat|Mart|Nisan|Mayıs|Haziran|Temmuz|Ağustos|Eylül|Ekim|Kasım|Aralık" | split: "|" %}
{% assign m = page.date | date: "%-m" | minus: 1 %}
{% assign day = page.date | date: "%d" %}
{% assign month = months[m] %}
{% assign year = page.date | date: "%Y" %}

{% for post in site.categories.programlama %}
<article class="post-preview">
<a href="{{ post.url | prepend: site.baseurl | replace: '//', '/' }}">
Expand All @@ -25,7 +31,7 @@ image_hash: "14e966d46bb6ece26db3432d8171b1b4"
{{ site.author }}
{% endif %}
tarafından
{{ day }}/{{ month }}/{{ year }} tarihinde yayınladı. &middot; {% include read_time.html
{{ day }} {{ month }} {{ year }} tarihinde yayınladı. &middot; {% include read_time.html
content=post.content %}
</p>
</article>
Expand Down

0 comments on commit c05c23b

Please sign in to comment.