From 584dd00dfcd9be25224ae117eef6ddef5e0673b6 Mon Sep 17 00:00:00 2001 From: Ali Riza KESKIN Date: Mon, 20 May 2024 12:56:21 +0000 Subject: [PATCH 1/3] add md header --- src/routes/wiki/development/c/c-00-101.md | 10 ++++++++++ src/routes/wiki/development/c/c-01-syntax.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/routes/wiki/development/c/c-00-101.md b/src/routes/wiki/development/c/c-00-101.md index 8ee7592..2b39e49 100644 --- a/src/routes/wiki/development/c/c-00-101.md +++ b/src/routes/wiki/development/c/c-00-101.md @@ -1,3 +1,13 @@ +--- +layout: default +title: "C 101" +date: 2024-05-20 00:00:00 +cover_image: "https://raw.githubusercontent.com/sharmaabhishekk/sharmaabhishekk.github.io/master/images/cover.png" +categories: main +tag: "advanced" +author: "Aliriza Keskin" +--- +#### 2024.05.20 - [Aliriza Keskin](https://github.com/sulincix) # C gtk tutorial C is one of the most fundamental programming languages. diff --git a/src/routes/wiki/development/c/c-01-syntax.md b/src/routes/wiki/development/c/c-01-syntax.md index 67ff269..4e8868f 100644 --- a/src/routes/wiki/development/c/c-01-syntax.md +++ b/src/routes/wiki/development/c/c-01-syntax.md @@ -1,3 +1,13 @@ +--- +layout: default +title: "C syntax" +date: 2024-05-20 00:00:00 +cover_image: "https://raw.githubusercontent.com/sharmaabhishekk/sharmaabhishekk.github.io/master/images/cover.png" +categories: main +tag: "advanced" +author: "Aliriza Keskin" +--- +#### 2024.05.20 - [Aliriza Keskin](https://github.com/sulincix) # C Syntax C is a compiled programming language. From 627f6a4ecb5bbc9e87c4f11eb4b436b3861464c0 Mon Sep 17 00:00:00 2001 From: Ali Riza KESKIN Date: Mon, 20 May 2024 12:57:39 +0000 Subject: [PATCH 2/3] fix date format --- src/routes/wiki/development/python/python-gtk-00.md | 2 +- src/routes/wiki/development/python/python-gtk-01.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/wiki/development/python/python-gtk-00.md b/src/routes/wiki/development/python/python-gtk-00.md index 3fb07cd..79ff4da 100644 --- a/src/routes/wiki/development/python/python-gtk-00.md +++ b/src/routes/wiki/development/python/python-gtk-00.md @@ -1,4 +1,4 @@ -#### 12.05.2023 - [Osman Coskun](https://github.com/osmancoskun) +#### 2023.05.12 - [Osman Coskun](https://github.com/osmancoskun) # Developing Linux GUI Applications with Python and GTK4 Unlock the potential of Linux GUI application development using Python and GTK4. In this guide, we explore the powerful combination of Python's simplicity with GTK4's extensive widget library. Whether you're a beginner or experienced Python developer, this post provides a solid foundation to create stunning cross-platform desktop applications. Explore the core concepts, set up your development environment, build your first application, explore advanced topics, and learn about packaging and deployment. Let's improve ourselves to shape the future of Linux application development. diff --git a/src/routes/wiki/development/python/python-gtk-01.md b/src/routes/wiki/development/python/python-gtk-01.md index 8d814ab..ea3bbcb 100644 --- a/src/routes/wiki/development/python/python-gtk-01.md +++ b/src/routes/wiki/development/python/python-gtk-01.md @@ -1,4 +1,4 @@ -#### 26.05.2023 - [Osman Coskun](https://github.com/osmancoskun) +#### 2023.05.26 - [Osman Coskun](https://github.com/osmancoskun) # Utilizing GTK Containers for Linux GUI Application Development with Python From 8abb407a890028940ba5800c8c1089bf5a923ae0 Mon Sep 17 00:00:00 2001 From: Ali Riza KESKIN Date: Mon, 20 May 2024 13:03:36 +0000 Subject: [PATCH 3/3] add header for py docs --- src/routes/wiki/development/python/python-gtk-00.md | 9 +++++++++ src/routes/wiki/development/python/python-gtk-01.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/src/routes/wiki/development/python/python-gtk-00.md b/src/routes/wiki/development/python/python-gtk-00.md index 79ff4da..c1a5ec0 100644 --- a/src/routes/wiki/development/python/python-gtk-00.md +++ b/src/routes/wiki/development/python/python-gtk-00.md @@ -1,3 +1,12 @@ +--- +layout: default +title: "Developing Linux GUI Applications with Python and GTK4" +date: 2023-05-12 00:00:00 +cover_image: "https://raw.githubusercontent.com/sharmaabhishekk/sharmaabhishekk.github.io/master/images/cover.png" +categories: main +tag: "advanced" +author: "Osman Coskun" +--- #### 2023.05.12 - [Osman Coskun](https://github.com/osmancoskun) # Developing Linux GUI Applications with Python and GTK4 diff --git a/src/routes/wiki/development/python/python-gtk-01.md b/src/routes/wiki/development/python/python-gtk-01.md index ea3bbcb..96910e8 100644 --- a/src/routes/wiki/development/python/python-gtk-01.md +++ b/src/routes/wiki/development/python/python-gtk-01.md @@ -1,3 +1,12 @@ +--- +layout: default +title: "Utilizing GTK Containers for Linux GUI Application Development with Python" +date: 2023-05-26 00:00:00 +cover_image: "https://raw.githubusercontent.com/sharmaabhishekk/sharmaabhishekk.github.io/master/images/cover.png" +categories: main +tag: "advanced" +author: "Osman Coskun" +--- #### 2023.05.26 - [Osman Coskun](https://github.com/osmancoskun) # Utilizing GTK Containers for Linux GUI Application Development with Python