Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong way #97

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Site settings
title: Klise Theme # site title
title: Ismail Cakmak # site title
description: >- # site description
He's writing in Bahasa about web technology and experience as a journal
for documentation things that he learned, meet him <a href="https://github.com/piharpi" target="_blank" rel="noopener">@github</a>.
Burası benim defterim, tek farkı, bazı sayfaları siz de okuyabiliyorunuz.
lang: en-US # default lang
timezone: Asia/Jakarta # set your timezone
image: assets/img/ogp.png # This image used for Open Graph more info https://ogp.me/
Expand All @@ -11,19 +10,19 @@ mode: dark # default theme "dark" | "light"

# Profile settings
author:
name: Jekyll Klisé # author name
name: Ismail Cakmak # author name
bio: >- # tell to the world
The minimalist Jekyll theme, light and dark mode support, for running a personal site and blog,
meet Klisé theme at <a href="https://github.com/piharpi/jekyll-klise" target="_blank" rel="noopener">@github</a>.
Burası benim defterim, tek farkı, bazı sayfaları siz de okuyabiliyorunuz.

username: username # general username
github: github_username # github username
twitter: twitter_username # twitter username
facebook: facebook_username # facebook username
email: your-email@email.com # email adress
email: smalcakmak@gmail.com # email adress
avatar: /assets/img/avatar.jpg # change with your own avatar

# URL settings
url: "https://klise.now.sh" #
url: "https://ismailcakmak.github.io" #
baseurl:
permalink: /:title/
google_analytics: # leave it blank if not wish
Expand Down
4 changes: 4 additions & 0 deletions _data/menus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
url: /about/
external: false # set true if you using external link, see below

- title: album
url: https://www.flickr.com/photos/201379225@N08/
external: true # set true if you using external link, see below

# Example:
# - title: github
# url: https://github.com/piharpi/jekyll-klise
Expand Down
11 changes: 11 additions & 0 deletions _posts/2024-04-17-yenipost.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: ilk postum
date: 2024-04-07
tags: [javascript, react]
description: bakalım bakalım bu neymiş
---


## Burda da biraz boş yapalım bakalım

Selamlar herkese bu benim dayım.
13 changes: 13 additions & 0 deletions album.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Colophon
permalink: /album/
layout: page
excerpt: Hello peeps, I'm student of computer science from Banyuwangi, living in Jogjakarta. This blog for documentation about my programming journey, running on jekyll, hosting on netlify and using my own simple theme.
comments: false
---

## 2024
### Leiden

<img title="a title" alt="Alt text" src="/assets/img/leiden.png">

Binary file added assets/img/Album/2024/IMG_7339.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/Album/2024/IMG_7507.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/ogp.png
Binary file not shown.
Binary file removed assets/img/saweria-button.png
Binary file not shown.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ tag:
- tips
- git
- software
image: /cara-memperbarui-fork-repository/repo.png
image:
---

Berawal dari saya pengen memperbarui repo yang tua dari suatu organisasi, niatnya pengen rumat ulang nih, ternyata dari orginal reponya ada update, sekalian buat artikel deh, lebih kurang gambaranya seperti ini.

<figure>
<img src="{{ page.image }}" alt="ilustrasi repo yang mau diupdate">
<img src="repo.png" alt="ilustrasi repo yang mau diupdate">
<figcaption>Fig 1. Gambaran ribetnya.</figcaption>
</figure>

Expand Down