Change the repo url
This commit is contained in:
parent
e41ef17714
commit
8293872083
2 changed files with 3 additions and 3 deletions
|
@ -75,10 +75,10 @@ copyright = "© $CURRENT_YEAR $AUTHOR $SEPARATOR هذا المحتوى مرخص
|
|||
# Remote repository for your Zola site.
|
||||
# Used for `show_remote_changes` and `show_remote_source` (see below).
|
||||
# Supports GitHub, GitLab, Gitea, and Codeberg.
|
||||
remote_repository_url = "https://github.com/TheAwiteb/TheAwiteb.github.io"
|
||||
remote_repository_url = "https://git.4rs.nl/awiteb/blog"
|
||||
# Set this to "auto" to try and auto-detect the platform based on the repository URL.
|
||||
# Accepted values are "github", "gitlab", "gitea", and "codeberg".
|
||||
remote_repository_git_platform = "github"
|
||||
remote_repository_git_platform = "codeberg"
|
||||
# Branch in the repo hosting the Zola site.
|
||||
remote_repository_branch = "master"
|
||||
# Show a link to the commit history of updated posts, right next to the last updated date.
|
||||
|
|
|
@ -21,7 +21,7 @@ social_media_card = "/img/social_cards/about.jpg"
|
|||
هنا سوف اكتب مايدور في رأسي وأحاول ان يكون ذو قيمة، في الغالب مايدور في رأسي يتعلق بالبرمجيات و لغة Rust.
|
||||
|
||||
## كيف تم بناء المدونة
|
||||
هذه المدونة مفتوحة المصدر، يمكنك الوصول إلى شِفرتها البرمجية من هنا [TheAwiteb/TheAwiteb.github.io](https://github.com/TheAwiteb/TheAwiteb.github.io) وهذا يعني انه يمكنك بناء مدونتك اليوم بعد اشتقاقها. تستخدم المدونة مُنشى المواقع الثابتة Zola وتستخدم السمة tabi.
|
||||
هذه المدونة مفتوحة المصدر، يمكنك الوصول إلى شِفرتها البرمجية من هنا [https://git.4rs.nl/awiteb/blog](https://git.4rs.nl/awiteb/blog) وهذا يعني انه يمكنك بناء مدونتك اليوم بعد اشتقاقها. تستخدم المدونة مُنشى المواقع الثابتة Zola وتستخدم السمة tabi.
|
||||
|
||||
### مكان إستضافتها
|
||||
يتم استضافتها على [GitHub Pages](https://pages.github.com/) وهي خدمة مقدمة من GitHub لإستضافة المواقع التي لاتتطلب خادم لتعمل.
|
||||
|
|
Loading…
Reference in a new issue