diff --git a/_includes/blogbox.html b/_includes/blogbox.html index abdea5f..c76412d 100644 --- a/_includes/blogbox.html +++ b/_includes/blogbox.html @@ -6,7 +6,7 @@
{{ blog.title }}
{{ blog.date | date: "%Y/%m/%d" }} {% if blog.tags %} - , {{ blog.tags | join: "" }} + , {{ blog.tags | join: '' }} {% endif %}

diff --git a/_layouts/blog.html b/_layouts/blog.html new file mode 100644 index 0000000..c8605e3 --- /dev/null +++ b/_layouts/blog.html @@ -0,0 +1,51 @@ +--- +layout: base +--- + +
+
+ {{ content }} +
+
+ diff --git a/_layouts/default.html b/_layouts/default.html index 545d054..0894c10 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,8 +12,6 @@ diff --git a/_layouts/post.html b/_layouts/post.html index 43fcb10..ffa9c6c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -13,7 +13,7 @@

{{ page.title }}

diff --git a/_template.md b/_template.md index ee215ea..a451208 100644 --- a/_template.md +++ b/_template.md @@ -1,7 +1,9 @@ --- -title: '' -description: '' -tags: [abc, def] +# Template for writing blogs +title: "" +description: "" +tags: ["abc", "def"] lang: en +layout: blog usemathjax: false ---- +--- \ No newline at end of file diff --git a/about.html b/about.html deleted file mode 100644 index 0fe9cd3..0000000 --- a/about.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: 'About me' -description: 'who is Muaath5?' -lang: en -layout: default ---- - -
-
-

- I'm Muaath Alqarni, student based in Saudi Arabia who is interested in technology in general. - I like competitive programming, web developement (mainly backend). -

- Checkout my Portfolio -
-
- -
-
\ No newline at end of file diff --git a/blog.html b/blog.html deleted file mode 100644 index 3785aba..0000000 --- a/blog.html +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: 'Blogs list' -description: 'Random blogs' -lang: en -permalink: /blog/ -layout: default ---- - -
- {% for blog in site.posts %} -
- {% include blogbox.html %} -
- {% endfor %} -
- -
-

Athka blogs (National Olympiad for Programming)

-

Checkout Teqaniaat blog

-
\ No newline at end of file diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..4fb911d --- /dev/null +++ b/blog/index.html @@ -0,0 +1,17 @@ +--- +title: "Blogs list" +description: "Random blogs" +lang: en +layout: blog +--- + +
+ For Athka blogs (National Olympiad for Programming), checkout Teqaniaat blog +
+
+ {% for blog in site.posts %} +
+ {% include blogbox.html %} +
+ {% endfor %} +
\ No newline at end of file diff --git a/blog/tags.html b/blog/tags.html new file mode 100644 index 0000000..f204e83 --- /dev/null +++ b/blog/tags.html @@ -0,0 +1,5 @@ +--- +title: "Muaath5 Blog Tags" +layout: blog +--- + diff --git a/cv.html b/cv.html index 25c96f8..3891785 100644 --- a/cv.html +++ b/cv.html @@ -6,16 +6,20 @@ ---
- - - muaath.alqarni@hotmail.com - - - - @Muaath_5 - - -

+

+ + + muaath.alqarni@hotmail.com + +

+

+ + + @Muaath_5 + +

+

+ Saudi Arabia

diff --git a/index.html b/index.html index 18b1b8b..7be20c7 100644 --- a/index.html +++ b/index.html @@ -29,13 +29,17 @@

About me

+ Profile photo

- I'm Muaath Alqarni, Mawhiba Student, member of Saudi Informatics Team. Interested in backend-stack developement. + I'm Muaath Alqarni, Mawhibastudent based in Saudi Arabia who is interested in technology in general. + I like competitive programming, web developement (mainly backend). + I like helping the Saudi community growing to achieve Saudi Vision 2030

+

Soft skills

@@ -74,9 +78,9 @@

Projects List

Saudi Online Judge - SOJ

First Saudi and Arabic independent online judge

- - - + + +