blog/README.md

17 lines
471 B
Markdown
Raw Permalink Normal View History

2024-02-17 20:58:54 +01:00
## 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).
2024-03-04 14:34:48 +01:00
> [!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
```