Change layout

This commit is contained in:
Şahin Akkaya 2024-08-04 21:13:42 +03:00
parent 92703a333b
commit 9b24962de9
12 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
title: "First blog post"
date: 2021-12-25 02:54:08 +0300
classes: wide
excerpt: Hello, World!* So here I am and welcome to my first blog. Having a personal space on the Internet has been a dream for me for years and I am happy that it fi...
---
<style>

View File

@ -1,6 +1,7 @@
---
title: "Stop cat-pipe'ing, You Are Doing It Wrong!"
date: 2022-01-01 18:00:00 +0300
classes: wide
tags: cat grep linux command-line
---
```bash

View File

@ -1,6 +1,7 @@
---
title: "Automatically Build and Deploy Your Site using GitHub Actions and Webhooks"
date: 2022-01-04 20:40:00 +0300
classes: wide
tags: github-actions github-webhooks ci-cd
---
In this post I will explain how you can use GitHub to automate the build and deployment processes that you have. I am going to automate the deployment of this site but you can do whatever you want. Just understanding the basics will be enough.

View File

@ -2,6 +2,7 @@
title: "Using ffmpeg for Simple Video Editing"
date: 2022-01-21 23:40:00 +0300
tags: cli ffmpeg
classes: wide
excerpt:
---

View File

@ -1,6 +1,7 @@
---
title: "Creating a *Useless* User"
date: 2022-02-27 16:40:00 +0300
classes: wide
tags: linux permissions privileges
---
## Story

View File

@ -1,6 +1,7 @@
---
title: "SSH into Machine That Is Behind a Private Network"
date: 2022-02-27 00:40:00 +0300
classes: wide
tags: ssh private-network remote-port-forwarding
---

View File

@ -1,6 +1,7 @@
---
title: "Never Get Trapped in Grub Rescue Again!"
date: 2022-03-03 03:46:00 +0300
classes: wide
tags: linux grub partition uefi
---

View File

@ -2,6 +2,7 @@
title: "Confession Time"
date: 2022-04-08 18:46:00 +0300
last_modified_at: 2022-04-13
classes: wide
tags: ssl
---

View File

@ -1,6 +1,7 @@
---
title: "Rant: Stop whatever you are doing and learn how licenses work"
date: 2022-06-22 10:46:00 +0300
classes: wide
tags: copilot license github
---
Recently, Github [announced](https://github.blog/changelog/2022-06-21-github-copilot-is-now-available-to-individual-developers/)

View File

@ -1,5 +1,6 @@
---
title: "Recap of 2022"
classes: wide
date: 2022-12-29 23:22:08 +0300
---

View File

@ -1,6 +1,7 @@
---
title: "Hot-Reload Long Running Shell Scripts (feat. trap / kill)"
date: 2023-01-16 00:48:08 +0300
classes: wide
tags: trap kill linux
---

View File

@ -1,6 +1,7 @@
---
title: "Conditionally load SQLAlchemy model relationships in FastAPI"
date: 2024-08-04 12:55:01 +0300
classes: wide
tags: fastapi sqlalchemy pydantic
---