RSS
ขั้นแรก ติดตั้งปลั๊กอิน hexo-migrator-rss
$ npm install hexo-migrator-rss --save |
เมื่อเสร็จการติดตั้งปลั๊กอินแล้วรันคำสั่งต่อไปเพื่อย้ายโพสต์ทั้งหมดจาก RSSsource
นั้นเป็น path ของไฟล์หรือ URL ได้ source
can be a file path or URL.
$ hexo migrate rss <source> |
Jekyll
ย้ายไฟล์ทั้งหมดใน folder Jekyll _posts
ไป folder source/_posts
แก้ไขการตั้งค่า new_post_name
ใน _config.yml
:
ย้ายไฟล์ทั้งหมดใน folder source/_posts
ของ Octopress ไปถึง source/_posts
แก้ไขการตั้งค่า new_post_name
ใน _config.yml
:
new_post_name: :year-:month-:day-:title.md |
Octopress
Move all files in the Octopress source/_posts
folder to source/_posts
Modify the new_post_name
setting in _config.yml
:
new_post_name: :year-:month-:day-:title.md |
WordPress
ขั้นแรก ติดตั้งปลั๊กอิน hexo-migrator-wordpress
$ npm install hexo-migrator-wordpress --save |
นำไซตื WordPress ของคุณออกไปได้ด้วยการตั้งค่า “Tools” → “Export” → “WordPress” ใน dashboard ของ WordPress (สำหรับข้อมูลเพิ่มเติมไปดูที่ WordPress support page)
แล้วรัน:
$ hexo migrate wordpress <source> |
source
เป็น path ของไฟล์หรือ URL ของไฟล์ท่ี WordPress ท่ีส่งออกมา
Joomla
ขั้นแรก ติดตั้งปลั๊กอิน hexo-migrator-joomla
$ npm install hexo-migrator-joomla --save |
นำออกบทความ Joomla ของคุณได้โดยใช้ component J2XML
แล้วรัน:
$ hexo migrate joomla <source> |
source
เป็น path ของไฟล์หรือ URL ของไฟล์ท่ี Joomla ท่ีส่งออกมา