TL;DR: why not?
I'm a Linux enthusiast, and I tried creating something that will allow 'normal' people to have a glimpse at my world. and now implementing in Blockchain Research
- Install dependencies:
yarn install
- Build the project:
yarn build
- Run the server:
yarn start
Here's a sample of the config.json
file:
{
"bioUrl": "https://raw.githubusercontent.com/name/repo/master/README.md",
"social": {
"instagram": "handle",
"github": "username",
"linkedin": "username"
},
"theme": "gruvboxdark" // list of themes available in themes.json
}
Here's a list of available themes.
Please feel free to pull requests or log issues.
Thanks!