From ca40e32a3b086e8825b66f6ecf4dd8f739f8d2db Mon Sep 17 00:00:00 2001 From: Aishik Rehman Date: Tue, 24 Dec 2024 16:11:12 +0600 Subject: [PATCH] -- --- config/_default/config.yaml | 4 +- content/bn/about/_index.md | 2 - content/{en/about => bn}/gallery.md | 4 +- content/{bn/about => en}/gallery.md | 4 +- content/fact_check.md | 14 +++++ layouts/_default/single.html | 52 +++++++++---------- layouts/index.html | 47 ++++++++++++++++- layouts/page/gallery.html | 17 ++++++ layouts/partials/listitem.html | 5 +- layouts/partials/posts.navigation.html | 16 +++++- themes/tasmin/layouts/partials/header.html | 2 +- themes/tasmin/layouts/shortcodes/gallery.html | 13 +++-- 12 files changed, 137 insertions(+), 43 deletions(-) rename content/{en/about => bn}/gallery.md (83%) rename content/{bn/about => en}/gallery.md (89%) create mode 100644 content/fact_check.md create mode 100644 layouts/page/gallery.html diff --git a/config/_default/config.yaml b/config/_default/config.yaml index 1ebbb55..e22d7a5 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -7,7 +7,7 @@ theme: "tasmin" # enableGitInfo: true # googleAnalytics: "G-3NFDT41J8E" -paginate: 10 +paginate: 5 languages: bn: @@ -55,7 +55,7 @@ Params: fb_app_id: "" #Facebook Application ID meta: name: Aishik Rehman - alternateName: "" + alternateName: "Oishik Rehman" author: name: Aishik Rehman jobtitle: Wikimedian and Lexicolgist and CSEr. diff --git a/content/bn/about/_index.md b/content/bn/about/_index.md index 75131d9..ef5db3c 100644 --- a/content/bn/about/_index.md +++ b/content/bn/about/_index.md @@ -3,8 +3,6 @@ title: "পরিচিতি" layout: about _build: list: never -aliases: - - /p/about.html --- আমি ঐশিক রেহমান, কম্পিউটার প্রকৌশল এবং কম্পিউটেশনাল ভাষাবিদ্যার একজন শিক্ষার্থী। আমি বর্তমানে গ্রীন ইউনিভার্সিটি থেকে কম্পিউটার সায়েন্স অ্যান্ড ইঞ্জিনিয়ারিংয়ে অধ্যয়ন করছি। diff --git a/content/en/about/gallery.md b/content/bn/gallery.md similarity index 83% rename from content/en/about/gallery.md rename to content/bn/gallery.md index 77bca92..6e9fe1b 100644 --- a/content/en/about/gallery.md +++ b/content/bn/gallery.md @@ -1,6 +1,8 @@ --- title: ছবিটবি -hideavatar: true +layout: gallery +url: /about/gallery/ +description: "ব্যক্তিগত ছবির রাজ্য, যেখানে আটকে গেছে জীবনের বিশেষ মুহূর্ত, আনন্দের স্মৃতি আর গল্পগুলো।" ---
diff --git a/content/bn/about/gallery.md b/content/en/gallery.md similarity index 89% rename from content/bn/about/gallery.md rename to content/en/gallery.md index 77bca92..9d85e38 100644 --- a/content/bn/about/gallery.md +++ b/content/en/gallery.md @@ -1,6 +1,8 @@ --- title: ছবিটবি -hideavatar: true +layout: gallery +url: /en/about/gallery/ +description: "Discover Aishik Rehman's personal photo gallery, capturing cherished memories, moments of joy, and milestones." ---
diff --git a/content/fact_check.md b/content/fact_check.md new file mode 100644 index 0000000..854a756 --- /dev/null +++ b/content/fact_check.md @@ -0,0 +1,14 @@ +Practice problem (Quiz) structured data +https://developers.google.com/search/docs/appearance/structured-data/practice-problems + +Q&A (QAPage) structured data +https://developers.google.com/search/docs/appearance/structured-data/qapage + +FAQ (FAQPage, Question, Answer) structured data +https://developers.google.com/search/docs/appearance/structured-data/faqpage + +Education Q&A (Quiz, Question, and Answer) structured data +https://developers.google.com/search/docs/appearance/structured-data/education-qa + +Job posting (JobPosting) structured data for Job Search +https://developers.google.com/search/docs/appearance/structured-data/job-posting \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 68a1209..1c2f263 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,42 +1,42 @@ {{ define "main" }} -
+
{{/* Article MetaData */}} -
-
{{ partial "meta.breadcrumb.html" . }}
-

{{ .Title }}

-