Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1020 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 1020 Bytes

tableauio.github.io

This website is based on Doks. And we choose child-theme.

Install Requirements

Quick Start

Change to this repo's working directory:

  • Install dependencies: npm install
  • Start development server: npm run start

Lint Markdown

Please lint the markdown format before commit.

  • Run: npm run lint:markdown

Upgrade Doks

  1. Get new repo: git clone https://github.com/h-enk/doks.git my-doks-site
  2. Install dependencies: npm install
  3. Replace with our repo's files:
    • README.md
    • .github/
    • content/
    • config/_default/
    • i18/
    • layout/index.html
  4. Run: npm start
  5. Push to GitHub: git push https://github.com/tableauio/tableauio.github.io master:master -f