English | 中文
# install dependencies
npm i
# generate blog
node index.js --baseURL "https://ylines.org" --title "Y Lines" --fromPath "posts" --destPath "build" --themePath "themes/ylines.org"
--baseURL
: base url of your blog--title
: title of your blog--fromPath
: the folder path where you store blog posts--destPath
: where you want to store the blogs--themePath
: the folder path where theme is stored