Remove project section
This commit is contained in:
parent
8462acb5df
commit
ca785e81a7
3 changed files with 0 additions and 42 deletions
|
@ -140,7 +140,6 @@ social_media_card = "img/social_cards/index.jpg"
|
|||
menu = [
|
||||
{name = "blog", url = "b/"},
|
||||
{name = "archive", url = "a/"},
|
||||
{name = "projects", url = "p/"},
|
||||
]
|
||||
|
||||
# Extra menu to show on the footer, below socials section.
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
+++
|
||||
title = "مشاريعي"
|
||||
sort_by = "weight"
|
||||
template = "cards.html"
|
||||
insert_anchor_links = "left"
|
||||
|
||||
[extra]
|
||||
social_media_card = "/img/social_cards/projects.jpg"
|
||||
+++
|
|
@ -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>
|
||||
|
||||
.... لم يتم الانتهاء من الكتابة
|
||||
|
Loading…
Reference in a new issue