Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 334 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 334 Bytes

typecho2hugo

export all your typecho posts in sqlite to hugo

Usage

  1. place your typecho.db(sqlite) in project's root. (change filename in line 6, or change path to your file, whatever)

  2. change prefix of database's tables in line 15 (if needed)

  3. npm i

  4. npm start

  5. find all your hugo files in ./typecho2hugo