diff --git a/config.toml b/config.toml index 2ec3328..1fdb8a8 100644 --- a/config.toml +++ b/config.toml @@ -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. diff --git a/content/pages/about/index.md b/content/pages/about/index.md index af69966..3afc1e1 100644 --- a/content/pages/about/index.md +++ b/content/pages/about/index.md @@ -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 لإستضافة المواقع التي لاتتطلب خادم لتعمل.