## My personal blog (Arabic) This is my personal blog, where I write about programming, open source, and other things that I find interesting. I write in Arabic ## Deployment > [!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 ```