bio/README.md
2023-07-14 22:00:08 +08:00

20 lines
421 B
Markdown

# bio
My personal bio page
## Feature
* Generate html from information defined in `config.toml`.
* Support to hide sensitive information and load by Javascript.
* Material design like.
* Generate single html file.
## Build
Clone this repo, run follow command, and generated html will locationed at `dist/index.html`.
```
yarn # install dependencies
yarn r --generate --config config-example.toml
```