A simple personal site generator from which you can select different themes.
npm i -g profile-gen
Fill out data.json
based on the data file with your information. Then to generate your site just run in terminal
profile-gen data.json
and it will make your site in the profile-site
directory.
There are a few options that you can use:
minify
: Use flag--minify
or-m
to minify HTML index file--dir
: To use a custom directory (Default: profile-site)--theme
: To use a custom theme (Default: neeraj)