Skip to content

Commit 3232533

Browse files
committed
cleanup
1 parent 8b8b714 commit 3232533

98 files changed

Lines changed: 3654 additions & 27 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

archetypes/default.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "{{ replace .Name "-" " " | title }}"
33
date: {{ .Date }}
4-
draft: true
54
---
65

content/page/about/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: About
33
description: who am I?
4-
date: '2019-02-28'
4+
date: '2019-09-28'
55
aliases:
66
- about-us
77
- about-hugo
88
- contact
99
license: CC BY-NC-ND
10-
lastmod: '2020-10-09'
10+
lastmod: '2023-09-19'
1111
menu:
1212
main:
1313
weight: -90

content/page/links/index.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,17 @@
11
---
2-
title: Links
2+
title: My accounts
33
links:
44
- title: GitHub
55
description: GitHub is the world's largest software development platform.
6-
website: https://github.com
6+
website: https://github.com/osayami
77
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
8-
- title: TypeScript
9-
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
10-
website: https://www.typescriptlang.org
11-
image: ts-logo-128.jpg
8+
129
menu:
1310
main:
1411
weight: -50
1512
params:
1613
icon: link
1714

18-
comments: false
15+
comments: true
1916
---
2017

21-
To use this feature, add `links` section to frontmatter.
22-
23-
This page's frontmatter:
24-
25-
```yaml
26-
links:
27-
- title: GitHub
28-
description: GitHub is the world's largest software development platform.
29-
website: https://github.com
30-
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
31-
- title: TypeScript
32-
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
33-
website: https://www.typescriptlang.org
34-
image: ts-logo-128.jpg
35-
```
36-
37-
`image` field accepts both local and external images.

i18n/ar.yaml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
toggleMenu:
2+
other: اخفي القائمة
3+
4+
darkMode:
5+
other: الوضع الداكن
6+
7+
list:
8+
page:
9+
one: "{{ .Count }} صفحه"
10+
other: "{{ .Count }} صفحات"
11+
12+
section:
13+
other: قسم
14+
15+
subsection:
16+
one: قسم فرعي
17+
other: اقسام فرعية
18+
19+
article:
20+
back:
21+
other: خلف
22+
23+
tableOfContents:
24+
other: جدول المحتويات
25+
26+
relatedContent:
27+
other: محتوى مشابهه
28+
29+
lastUpdatedOn:
30+
other: التعديل الاخير
31+
32+
readingTime:
33+
one: "تُقرأ خلال دقيقة"
34+
other: "تُقرأ خلال {{ .Count }} دقائق"
35+
36+
notFound:
37+
title:
38+
other: غير موجود
39+
40+
subtitle:
41+
other: تعذر العثور على الصفحة المطلوبة.
42+
43+
widget:
44+
archives:
45+
title:
46+
other: الارشيفات
47+
48+
more:
49+
other: اكثر
50+
51+
tagCloud:
52+
title:
53+
other: وسوم
54+
55+
categoriesCloud:
56+
title:
57+
other: التصنيفات
58+
59+
search:
60+
title:
61+
other: بحث
62+
63+
placeholder:
64+
other: اكتب...
65+
66+
resultTitle:
67+
other: "#PAGES_COUNT نتيجة (#TIME_SECONDS ثواني)"
68+
69+
footer:
70+
builtWith:
71+
other: "مبني بستخدام {{ .Generator }}"
72+
73+
designedBy:
74+
other: "قالب {{ .Theme }} مصمم من {{ .DesignedBy }}"

i18n/bn.yaml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
toggleMenu:
2+
other: টগল মেনু
3+
4+
darkMode:
5+
other: ডার্ক মোড
6+
7+
list:
8+
page:
9+
one: "{{ .Count }} পাতা"
10+
other: "{{ .Count }} পাতা"
11+
12+
section:
13+
other: অনুচ্ছেদ
14+
15+
subsection:
16+
one: উপ-অনুচ্ছেদ
17+
other: উপ-অনুচ্ছেদ
18+
19+
article:
20+
back:
21+
other: পেছনে
22+
23+
tableOfContents:
24+
other: সূচিপত্র
25+
26+
relatedContent:
27+
other: সম্পর্কিত বিষয়বস্তু
28+
29+
lastUpdatedOn:
30+
other: সর্বশেষ আপডেট করা হয়েছে
31+
32+
readingTime:
33+
one: "{{ .Count }} মিনিটে পড়া যাবে"
34+
other: "{{ .Count }} মিনিটে পড়া যাবে"
35+
36+
notFound:
37+
title:
38+
other: পাওয়া যায়নি
39+
40+
subtitle:
41+
other: এই পাতাটি বিদ্যমান নেই
42+
43+
widget:
44+
archives:
45+
title:
46+
other: আর্কাইভ
47+
48+
more:
49+
other: আরও
50+
51+
tagCloud:
52+
title:
53+
other: ট্যাগ
54+
categoriesCloud:
55+
title:
56+
other: বিভাগ
57+
58+
search:
59+
title:
60+
other: অনুসন্ধান
61+
62+
placeholder:
63+
other: কিছু টাইপ করুন...
64+
65+
resultTitle:
66+
other: "#PAGES_COUNT পাতা (#TIME_SECONDS সেকেন্ড)"
67+
68+
footer:
69+
builtWith:
70+
other: "{{ .Generator }} দিয়ে নির্মিত"
71+
72+
designedBy:
73+
other: "থিম {{ .Theme }} ডিজাইন করেছেন {{ .DesignedBy }}"

i18n/ca.yaml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
toggleMenu:
2+
other: Toggle Menu
3+
4+
darkMode:
5+
other: Mode fosc
6+
7+
list:
8+
page:
9+
one: "{{ .Count }} pàgina"
10+
other: "{{ .Count }} pàgines"
11+
12+
section:
13+
other: Secció
14+
15+
subsection:
16+
one: Subsecció
17+
other: Subseccions
18+
19+
article:
20+
back:
21+
other: Tornar
22+
23+
tableOfContents:
24+
other: Taula de contingut
25+
26+
relatedContent:
27+
other: Continguts relacionats
28+
29+
lastUpdatedOn:
30+
other: Última vegada actualitzat
31+
32+
readingTime:
33+
one: "{{ .Count }} minut a llegir"
34+
other: "{{ .Count }} minuts a llegir"
35+
36+
notFound:
37+
title:
38+
other: No Trobat
39+
40+
subtitle:
41+
other: Aquesta pàgina no existeix
42+
43+
widget:
44+
archives:
45+
title:
46+
other: Arxiu
47+
48+
more:
49+
other: Més
50+
51+
tagCloud:
52+
title:
53+
other: Etiquetes
54+
categoriesCloud:
55+
title:
56+
other: Categories
57+
58+
search:
59+
title:
60+
other: Cerca
61+
62+
placeholder:
63+
other: Tecleja alguna cosa...
64+
65+
resultTitle:
66+
other: "#PAGES_COUNT pàgines en (#TIME_SECONDS segons)"
67+
68+
footer:
69+
builtWith:
70+
other: Creat amb {{ .Generator }}
71+
72+
designedBy:
73+
other: Tema {{ .Theme }} dissenyat per {{ .DesignedBy }}

i18n/cs.yaml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
toggleMenu:
2+
other: Skrýt menu
3+
4+
darkMode:
5+
other: Tmavý režim
6+
7+
list:
8+
page:
9+
one: "{{ .Count }} stránka"
10+
other: "{{ .Count }} stránek"
11+
12+
section:
13+
other: Kategorie
14+
15+
subsection:
16+
one: Podkategorie
17+
other: Podkategorie
18+
19+
article:
20+
back:
21+
other: Zpět
22+
23+
tableOfContents:
24+
other: Obsah
25+
26+
relatedContent:
27+
other: Související
28+
29+
lastUpdatedOn:
30+
other: Naposledy aktualizováno
31+
32+
readingTime:
33+
one: "{{ .Count }} minuta"
34+
other: "{{ .Count }} minut"
35+
36+
notFound:
37+
title:
38+
other: Nenalezeno
39+
40+
subtitle:
41+
other: Tato stránka neexistuje
42+
43+
widget:
44+
archives:
45+
title:
46+
other: Archivy
47+
48+
more:
49+
other: Více
50+
51+
tagCloud:
52+
title:
53+
other: Štítky
54+
categoriesCloud:
55+
title:
56+
other: Kategorie
57+
58+
search:
59+
title:
60+
other: Hledat
61+
62+
placeholder:
63+
other: Zadejte něco...
64+
65+
resultTitle:
66+
other: "#PAGES_COUNT stránek (#TIME_SECONDS sekund)"
67+
68+
footer:
69+
builtWith:
70+
other: Vytvořeno pomocí {{ .Generator }}
71+
72+
designedBy:
73+
other: Šablona {{ .Theme }} od {{ .DesignedBy }}

0 commit comments

Comments
 (0)