compare, dive, fortune, hexo: add Farsi translation (#12033)

* compare, dive, fortune, hexo

* compare, dive, fortune, hexo

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Mohammad Reza Soleimani
2024-01-09 14:21:43 +03:30
committed by GitHub
parent 8b8d72e3e4
commit 7d83877613
4 changed files with 81 additions and 0 deletions

28
pages.fa/common/hexo.md Normal file
View File

@@ -0,0 +1,28 @@
# hexo
> چارچوب وبلاگ سریع، ساده وقدرتمند.
> اطلاعات بیشتر: <https://hexo.io/>.
- ساخت اولیه یک وبسایت:
`hexo init {{path/to/directory}}`
- ایجاد یک مقاله جدید:
`hexo new {{layout}} {{title}}`
- تولید فایل های ایستا:
`hexo generate`
- شروع یک سرور محلی:
`hexo server`
- پیاده سازی وبسایت:
`hexo deploy`
- پاک کردن فایل کش (db.json) و تولید فایلهای پابلیک(public/):
`hexo clean`