Compare commits
3 commits
c0f2eec0ea
...
e41ef17714
Author | SHA1 | Date | |
---|---|---|---|
e41ef17714 | |||
1eb20ef441 | |||
ed23c00747 |
4 changed files with 6 additions and 3 deletions
2
Justfile
2
Justfile
|
@ -11,7 +11,7 @@ OUT_DIR := "public"
|
||||||
touch .nojekyll
|
touch .nojekyll
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Deploy blog to github pages"
|
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
|
git push origin gh-pages -f
|
||||||
cd ..
|
cd ..
|
||||||
rm -fr {{OUT_DIR}}
|
rm -fr {{OUT_DIR}}
|
||||||
|
|
|
@ -7,6 +7,9 @@ This is my personal blog, where I write about programming, open source, and othe
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> This only works in Linux (and maybe MacOS).
|
> 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:
|
To deploy this blog to GitHub Pages, you need to run `deploy` task in the `Justfile` file:
|
||||||
```bash
|
```bash
|
||||||
just deploy
|
just deploy
|
||||||
|
|
|
@ -3,7 +3,7 @@ default_language = "ar"
|
||||||
theme = "tabi"
|
theme = "tabi"
|
||||||
|
|
||||||
author = "عويتب"
|
author = "عويتب"
|
||||||
description = "المكان الذي اخرج فيه ما يجول في رأسي، وأحاول أن اقدم شيء مفيدة"
|
description = "المكان الذي اخرج فيه ما يجول في رأسي، وأحاول أن اقدم شيء مفيد"
|
||||||
title = "~عويتب"
|
title = "~عويتب"
|
||||||
|
|
||||||
build_search_index = false
|
build_search_index = false
|
||||||
|
|
|
@ -13,4 +13,4 @@ social_media_card = "img/social_cards/index.jpg"
|
||||||
max_posts = 4
|
max_posts = 4
|
||||||
+++
|
+++
|
||||||
|
|
||||||
طالب جامعي وهاوي في عالم البرمجة محب للغة Rust وشغوف بالبرمجيات الحرة. هنا اخرج ما يجول في رأسي، وأحاول أن اقدم شيء مفيدة
|
طالب جامعي وهاوي في عالم البرمجة محب للغة Rust وشغوف بالبرمجيات الحرة. هنا اخرج ما يجول في رأسي، وأحاول أن اقدم شيء مفيد
|
||||||
|
|
Loading…
Reference in a new issue