Remove project section

This commit is contained in:
Awiteb 2024-05-03 10:51:47 +03:00
parent 8462acb5df
commit ca785e81a7
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F
3 changed files with 0 additions and 42 deletions

View file

@ -140,7 +140,6 @@ social_media_card = "img/social_cards/index.jpg"
menu = [ menu = [
{name = "blog", url = "b/"}, {name = "blog", url = "b/"},
{name = "archive", url = "a/"}, {name = "archive", url = "a/"},
{name = "projects", url = "p/"},
] ]
# Extra menu to show on the footer, below socials section. # Extra menu to show on the footer, below socials section.

View file

@ -1,9 +0,0 @@
+++
title = "مشاريعي"
sort_by = "weight"
template = "cards.html"
insert_anchor_links = "left"
[extra]
social_media_card = "/img/social_cards/projects.jpg"
+++

View file

@ -1,32 +0,0 @@
+++
title = "الوسيطة salvo-captcha"
description = "وسيطة (middleware) في إطار العمل salvo تمكنك من إضافة CAPTCHA إلى تطبيقك بسهولة"
weight = 30
[extra]
local_image = "/img/projects/salvo-captcha/banner.png"
canonical_url = "https://4rs.nl/p/salvo-captcha/"
+++
<!-- social_media_card = "/img/projects/salvo-captcha/social.jpg" -->
هي وسيطة تساعدك على اضافة CAPTCHA إلى تطبيقك بسهولة.
## مثال
![المثال](/img/projects/salvo-captcha/example.gif)
## طريقة إستخدامها
اولآ عليك ان تضيفها في `Cargo.toml` كالتالي:
<div dir=ltr>
```toml
[dependencies]
# ...
salvo-captcha = "0.1"
```
</div>
.... لم يتم الانتهاء من الكتابة