From 2b410e369eafbdbddbfce24cc498d8493fc63c8f Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 20 Aug 2024 15:00:09 +0200 Subject: [PATCH] add tutorial --- content/about/index.md | 19 +++++++++++++++++++ content/blog/_index.md | 18 ++++++++++++++++++ content/contact/index.md | 14 ++++++++++++++ content/home/index.md | 21 +++++++++++++++++++++ content/technology/index.md | 21 ++++++++++++++++++++- content/usecases/index.md | 17 +++++++++++++++++ 6 files changed, 109 insertions(+), 1 deletion(-) diff --git a/content/about/index.md b/content/about/index.md index 9fa8cfb..8b46921 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -7,3 +7,22 @@ draft: false weight: 2 template: "layouts/about.html" --- + + + \ No newline at end of file diff --git a/content/blog/_index.md b/content/blog/_index.md index 9a3cc2c..1d763b9 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -13,3 +13,21 @@ page_template: "blogPage.html" extra: imgPath: /images/threefold_img2.png --- + + + \ No newline at end of file diff --git a/content/contact/index.md b/content/contact/index.md index 0db4764..60f207f 100644 --- a/content/contact/index.md +++ b/content/contact/index.md @@ -8,3 +8,17 @@ weight: 6 template: "layouts/contact.html" --- + + \ No newline at end of file diff --git a/content/home/index.md b/content/home/index.md index 700e46f..31e54c9 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -7,3 +7,24 @@ draft: false weight: 1 template: "layouts/home.html" --- + + + \ No newline at end of file diff --git a/content/technology/index.md b/content/technology/index.md index 37a80d2..83ca162 100644 --- a/content/technology/index.md +++ b/content/technology/index.md @@ -1,5 +1,5 @@ --- -title: "About" +title: "Technology" description: "" date: 2018-09-14 updated: 2021-02-20 @@ -7,3 +7,22 @@ draft: false weight: 3 template: "layouts/technology.html" --- + + + \ No newline at end of file diff --git a/content/usecases/index.md b/content/usecases/index.md index d708572..c0413c8 100644 --- a/content/usecases/index.md +++ b/content/usecases/index.md @@ -7,3 +7,20 @@ draft: false weight: 4 template: "layouts/usecases.html" --- + + + \ No newline at end of file