An official theme designed for TB.
Requires Node.js 7+
# generate your blog project
tb init [project-name]
# chooese theme-geek-morning
? Chooese a theme you want:
❯ theme-geek-morning
# enter [project]
cd [project-name]
# install dependencies
npm install # or yarn
# serve in dev mode, with hot reload at localhost:8080
npm run dev
# build for production
npm run build
# serve in production mode
npm start