https://github.com/tableauio/tableauio.github.io
The tableau website with docs, tutorial, blog, and so on.
https://github.com/tableauio/tableauio.github.io
Last synced: 5 months ago
JSON representation
The tableau website with docs, tutorial, blog, and so on.
- Host: GitHub
- URL: https://github.com/tableauio/tableauio.github.io
- Owner: tableauio
- License: mit
- Created: 2022-01-08T17:33:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-11-24T07:40:59.000Z (7 months ago)
- Last Synced: 2025-11-27T22:39:39.741Z (7 months ago)
- Language: HTML
- Homepage: https://tableauio.github.io
- Size: 23.4 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# tableauio.github.io
This website is based on [Doks](https://getdoks.org). And we choose [child-theme](https://getdoks.org/docs/prologue/quick-start/#child-theme).
## Install Requirements
- Install **nodejs**: https://nodejs.org/en/download/.
- macOS: `brew install nodejs`
## 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`