{"id":29584188,"url":"https://github.com/zakariaf/zakariaf.github.io","last_synced_at":"2026-02-07T00:01:41.609Z","repository":{"id":301749330,"uuid":"971289250","full_name":"zakariaf/zakariaf.github.io","owner":"zakariaf","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-01T16:45:03.000Z","size":21071,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T00:51:22.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://zakaria.dev","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zakariaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-23T09:45:54.000Z","updated_at":"2025-07-01T16:45:06.000Z","dependencies_parsed_at":"2025-06-28T16:23:43.483Z","dependency_job_id":"8b4b4e47-72a3-4936-a328-1cf9850ecfdf","html_url":"https://github.com/zakariaf/zakariaf.github.io","commit_stats":null,"previous_names":["zakariaf/zakariaf.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zakariaf/zakariaf.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakariaf%2Fzakariaf.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakariaf%2Fzakariaf.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakariaf%2Fzakariaf.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakariaf%2Fzakariaf.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakariaf","download_url":"https://codeload.github.com/zakariaf/zakariaf.github.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakariaf%2Fzakariaf.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29181265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T23:15:33.022Z","status":"ssl_error","status_checked_at":"2026-02-06T23:15:09.128Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-20T00:08:06.548Z","updated_at":"2026-02-07T00:01:41.596Z","avatar_url":"https://github.com/zakariaf.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable-next-line --\u003e\n\n\u003cdiv align=\"left\"\u003e\n\n  ![GitHub license](https://img.shields.io/github/license/zakariaf/zakariaf.github.io?color=goldenrod)\u0026nbsp;\n  ![Open in Dev Containers](https://img.shields.io/badge/Dev_Containers-Open-deepskyblue?logo=linuxcontainers)\n\n\u003c/div\u003e\n\n# Zakaria Fatahi — Personal Website \u0026 Blog\n\nWelcome to my personal website repository! This site is built with [Jekyll](https://jekyllrb.com/) and uses the [Chirpy theme](https://github.com/cotes2020/jekyll-theme-chirpy) as its foundation. I forked this theme to create a custom platform where I share articles, insights, and useful resources for software engineers.\n\n## About This Site\n\nI created this site to:\n- **Share Knowledge:** Publish articles and tutorials covering various topics useful for software engineers—from coding best practices to project management and leadership.\n- **Encourage Collaboration:** Since the site is hosted on GitHub and powered by GitHub Pages, anyone can easily access, edit, or even contribute new content via pull requests.\n- **Be Open \u0026 Accessible:** All posts are publicly available so that every engineer can benefit from shared knowledge.\n- **Future Expansion:** I plan to use this theme to build a Persian version of the site in the future, making the content accessible to a wider audience.\n\n## Features\n\n- **Blog:** Regular posts on topics ranging from technical deep-dives to practical engineering tips.\n- **Open Contributions:** If you have something useful to share, feel free to fork the repository and create a pull request with your article.\n- **Customizable:** Built on the flexible Chirpy theme, you can easily tweak the design and settings to suit your preferences.\n- **GitHub \u0026 GitHub Pages:** Leveraging GitHub Pages ensures that the content is always available and easy to maintain, with version control at its core.\n\n## Getting Started\n\nTo run a local copy of the site for development:\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/zakariaf/zakariaf.github.io.git\n   cd zakariaf.github.io\n   ```\n\n2. **Install dependencies:**\n\n   Ensure you have [Ruby](https://www.ruby-lang.org/) installed, then run:\n\n   ```bash\n   bundle install\n   ```\n\n3. **Serve the site locally:**\n\n   ```bash\n   bundle exec jekyll serve\n   ```\n\n   Open your browser at [http://localhost:4000](http://localhost:4000) to view the site.\n\n## Customization\n\nSince this repository is a fork of the Chirpy theme, I've customized it to match my personal branding and needs. You can modify:\n\n- **_config.yml:** Change site settings, metadata, and plugins.\n- **Assets and Styles:** Update CSS and JavaScript for visual tweaks.\n- **Content:** Edit posts in the `_posts` directory, update the About page, and add new articles.\n\n## Contributing\n\nI welcome contributions to help make this blog a rich resource for the software engineering community. If you have an idea for an article or want to add useful content, simply fork the repository and submit a pull request. All contributions, from small tweaks to full articles, are appreciated!\n\n## Future Plans\n\n- **Persian Version:** I plan to create a Persian version of this website using the same theme, making the content accessible to Persian-speaking developers.\n- **Expanded Topics:** Continue to explore new topics, tools, and best practices in software development and leadership.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgements\n\n- [Chirpy Theme](https://github.com/cotes2020/jekyll-theme-chirpy) – The base theme that kickstarted this project.\n- All the contributors and open-source projects that make this journey possible.\n\n---\n\nFeel free to reach out or submit a pull request if you’d like to contribute. Happy coding and sharing!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakariaf%2Fzakariaf.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakariaf%2Fzakariaf.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakariaf%2Fzakariaf.github.io/lists"}