Skip to content

Commit 4be7286

Browse files
committed
v1.0.0
1 parent f29ebb8 commit 4be7286

File tree

1,404 files changed

+36308
-10665
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,404 files changed

+36308
-10665
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor

404.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
permalink: /404.html
3+
layout: simple
4+
---
5+
6+
<div align="center">
7+
<img width="25%" height="auto" src="{{ site.url }}/data/img/panic.webp" alt="Card image">
8+
<h1>Kernel panic - not syncing</h1>
9+
<p class="text-danger"> Maalesef gitmek istediğiniz sayfa mevcut değil.</p>
10+
<p >Eğer bir hata olduğunu düşünüyorsanız <a href="{{ site.url }}/bildirim.html">bildirmekten</a> çekinmeyin lütfen.</p>
11+
<div>
12+

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gemfile

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
gem "jekyll", "~> 4.2.0"
11+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12+
gem "minima", "~> 2.5"
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
# gem "github-pages", group: :jekyll_plugins
16+
# If you have any plugins, put them here!
17+
group :jekyll_plugins do
18+
gem "jekyll-feed", "~> 0.12"
19+
gem "jekyll-gist"
20+
gem "jekyll-sitemap"
21+
gem "jekyll-paginate"
22+
gem 'jekyll-toc'
23+
gem "kramdown"
24+
end
25+
26+
27+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
28+
# and associated library.
29+
platforms :mingw, :x64_mingw, :mswin, :jruby do
30+
gem "tzinfo", "~> 1.2"
31+
gem "tzinfo-data"
32+
end
33+
34+
# Performance-booster for watching directories on Windows
35+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
36+
37+
38+
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.4)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.2.2)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
faraday (2.7.4)
13+
faraday-net_http (>= 2.0, < 3.1)
14+
ruby2_keywords (>= 0.0.4)
15+
faraday-net_http (3.0.2)
16+
ffi (1.15.5-x64-mingw-ucrt)
17+
forwardable-extended (2.6.0)
18+
http_parser.rb (0.8.0)
19+
i18n (1.13.0)
20+
concurrent-ruby (~> 1.0)
21+
jekyll (4.2.2)
22+
addressable (~> 2.4)
23+
colorator (~> 1.0)
24+
em-websocket (~> 0.5)
25+
i18n (~> 1.0)
26+
jekyll-sass-converter (~> 2.0)
27+
jekyll-watch (~> 2.0)
28+
kramdown (~> 2.3)
29+
kramdown-parser-gfm (~> 1.0)
30+
liquid (~> 4.0)
31+
mercenary (~> 0.4.0)
32+
pathutil (~> 0.9)
33+
rouge (~> 3.0)
34+
safe_yaml (~> 1.0)
35+
terminal-table (~> 2.0)
36+
jekyll-feed (0.17.0)
37+
jekyll (>= 3.7, < 5.0)
38+
jekyll-gist (1.5.0)
39+
octokit (~> 4.2)
40+
jekyll-paginate (1.1.0)
41+
jekyll-sass-converter (2.2.0)
42+
sassc (> 2.0.1, < 3.0)
43+
jekyll-seo-tag (2.8.0)
44+
jekyll (>= 3.8, < 5.0)
45+
jekyll-sitemap (1.4.0)
46+
jekyll (>= 3.7, < 5.0)
47+
jekyll-timeago (0.15.0)
48+
mini_i18n (>= 0.8.0)
49+
jekyll-toc (0.18.0)
50+
jekyll (>= 3.9)
51+
nokogiri (~> 1.12)
52+
jekyll-watch (2.2.1)
53+
listen (~> 3.0)
54+
kramdown (2.4.0)
55+
rexml
56+
kramdown-parser-gfm (1.1.0)
57+
kramdown (~> 2.0)
58+
liquid (4.0.4)
59+
listen (3.8.0)
60+
rb-fsevent (~> 0.10, >= 0.10.3)
61+
rb-inotify (~> 0.9, >= 0.9.10)
62+
mercenary (0.4.0)
63+
mini_i18n (0.9.0)
64+
minima (2.5.1)
65+
jekyll (>= 3.5, < 5.0)
66+
jekyll-feed (~> 0.9)
67+
jekyll-seo-tag (~> 2.1)
68+
nokogiri (1.14.3-x64-mingw-ucrt)
69+
racc (~> 1.4)
70+
octokit (4.25.1)
71+
faraday (>= 1, < 3)
72+
sawyer (~> 0.9)
73+
pathutil (0.16.2)
74+
forwardable-extended (~> 2.6)
75+
public_suffix (5.0.1)
76+
racc (1.6.2)
77+
rb-fsevent (0.11.2)
78+
rb-inotify (0.10.1)
79+
ffi (~> 1.0)
80+
rexml (3.2.5)
81+
rouge (3.30.0)
82+
ruby2_keywords (0.0.5)
83+
safe_yaml (1.0.5)
84+
sassc (2.4.0)
85+
ffi (~> 1.9)
86+
sawyer (0.9.2)
87+
addressable (>= 2.3.5)
88+
faraday (>= 0.17.3, < 3)
89+
terminal-table (2.0.0)
90+
unicode-display_width (~> 1.1, >= 1.1.1)
91+
unicode-display_width (1.8.0)
92+
webrick (1.8.1)
93+
94+
PLATFORMS
95+
x64-mingw-ucrt
96+
97+
DEPENDENCIES
98+
jekyll (~> 4.2.0)
99+
jekyll-feed (~> 0.12)
100+
jekyll-gist
101+
jekyll-paginate
102+
jekyll-sitemap
103+
jekyll-timeago
104+
jekyll-toc
105+
kramdown
106+
minima (~> 2.5)
107+
tzinfo (~> 1.2)
108+
tzinfo-data
109+
wdm (~> 0.1.1)
110+
webrick (~> 1.7)
111+
112+
BUNDLED WITH
113+
2.3.8

README.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

_authors/Taylan Özgür Bildik.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Taylan Özgür Bildik"
3+
name: Taylan Özgür Bildik
4+
email: "mailto: [email protected]"
5+
bio: "Linux ile yakından ilgili, öğrendiklerini paylaşmaktan keyif alan biriyim."
6+
github: https://github.com/taylanbildik
7+
linkedin: https://linkedin.com/in/taylanbildik
8+
twitter:
9+
---

_config.yml

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
title: "Linux Eğitimi"
2+
3+
description: "GNU/Linux için Türkçe içerik sağlamak üzere kurulmuş bir platformdur."
4+
baseurl: "" # the subpath of your site, e.g. /blog
5+
url: "https://www.linuxdersleri.net"
6+
github_username: taylanbildik
7+
8+
# Build settings
9+
10+
plugins:
11+
- jekyll-sitemap
12+
- jekyll-gist
13+
- jekyll-feed
14+
- jekyll-toc
15+
- kramdown
16+
17+
18+
jekyll_timeago:
19+
depth: 1
20+
threshold: 1
21+
translations_path: "/data/tr.yml"
22+
default_locale: 'tr'
23+
available_locales:
24+
- 'tr'
25+
26+
toc:
27+
min_level: 1
28+
max_level: 6
29+
ordered_list: false
30+
no_toc_section_class: no_toc_section
31+
list_id: toc
32+
list_class: section-nav
33+
sublist_class: ''
34+
item_class: toc-entry
35+
item_prefix: <h
36+
37+
# Jekyll config
38+
markdown: kramdown
39+
kramdown:
40+
input: GFM
41+
auto_ids: true
42+
toc_levels: 1..3
43+
44+
collections:
45+
authors:
46+
output: true
47+
kaynaklar:
48+
output: true
49+
egitim:
50+
output: true
51+
komut:
52+
output: true
53+
pagefind:
54+
output: true
55+
56+
defaults:
57+
- scope:
58+
path: ''
59+
type: authors
60+
values:
61+
permalink: "/yazar/:name/"
62+
layout: author
63+
twitter:
64+
- scope:
65+
path: ''
66+
type: kaynaklar
67+
values:
68+
permalink: "/kaynaklar/:title/"
69+
layout: title
70+
twitter:
71+
- scope:
72+
path: ''
73+
type: egitim
74+
values:
75+
permalink: "/egitim/:categories/:title/"
76+
layout: title
77+
twitter:
78+
- scope:
79+
path: ''
80+
type: komut
81+
values:
82+
permalink: "/komut/:title/"
83+
layout: title
84+
twitter:
85+
86+
# Turkish Month
87+
month_names:
88+
Jan: Oca
89+
Feb: Şub
90+
Mar: Mar
91+
Apr: Nis
92+
May: May
93+
Jun: Haz
94+
Jul: Tem
95+
Aug: Ağu
96+
Sep: Eyl
97+
Oct: Eki
98+
Nov: Kas
99+
Dec: Ara

0 commit comments

Comments
 (0)