Compare commits

...

3 commits

Author SHA1 Message Date
e41ef17714
Fix typos 2024-03-04 16:35:50 +03:00
1eb20ef441
Update README.md 2024-03-04 16:34:48 +03:00
ed23c00747
Change the origin remote with github
This because we are no more in GitHub, but we are use it
for hosing our pages
2024-03-04 16:34:41 +03:00
4 changed files with 6 additions and 3 deletions

View file

@ -11,7 +11,7 @@ OUT_DIR := "public"
touch .nojekyll
git add .
git commit -m "Deploy blog to github pages"
git remote add origin $(git --git-dir ../.git remote get-url origin)
git remote add origin $(git --git-dir ../.git remote get-url github)
git push origin gh-pages -f
cd ..
rm -fr {{OUT_DIR}}

View file

@ -7,6 +7,9 @@ This is my personal blog, where I write about programming, open source, and othe
> [!NOTE]
> This only works in Linux (and maybe MacOS).
> [!IMPORTANT]
> You need to have `github` remote in your git repository, which points to your GitHub Pages repository.
To deploy this blog to GitHub Pages, you need to run `deploy` task in the `Justfile` file:
```bash
just deploy

View file

@ -3,7 +3,7 @@ default_language = "ar"
theme = "tabi"
author = "عويتب"
description = "المكان الذي اخرج فيه ما يجول في رأسي، وأحاول أن اقدم شيء مفيدة"
description = "المكان الذي اخرج فيه ما يجول في رأسي، وأحاول أن اقدم شيء مفيد"
title = "~عويتب"
build_search_index = false

View file

@ -13,4 +13,4 @@ social_media_card = "img/social_cards/index.jpg"
max_posts = 4
+++
طالب جامعي وهاوي في عالم البرمجة محب للغة Rust وشغوف بالبرمجيات الحرة. هنا اخرج ما يجول في رأسي، وأحاول أن اقدم شيء مفيدة
طالب جامعي وهاوي في عالم البرمجة محب للغة Rust وشغوف بالبرمجيات الحرة. هنا اخرج ما يجول في رأسي، وأحاول أن اقدم شيء مفيد