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:

committed by
GitHub

parent
8b8d72e3e4
commit
7d83877613
28
pages.fa/common/hexo.md
Normal file
28
pages.fa/common/hexo.md
Normal 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`
|
Reference in New Issue
Block a user