My personal bio(index) page
Find a file
2023-07-14 22:00:08 +08:00
template support hide permalink 2023-07-14 15:56:29 +08:00
.gitignore add argument to specify config 2023-07-14 21:38:39 +08:00
config-example.toml add argument to specify config 2023-07-14 21:38:39 +08:00
index.js add README, fix typo 2023-07-14 22:00:08 +08:00
package.json basic layout 2023-07-13 14:11:06 +08:00
README.md add README, fix typo 2023-07-14 22:00:08 +08:00
yarn.lock basic layout 2023-07-13 14:11:06 +08:00

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