this repository contains the source code for
- my homepage at vitalya.me
- my github profile description
git clone https://github.com/vitalyavolyn/homepage
cd homepage
yarn
# generate both html and markdown
yarn build
To make og-image, use node makeOgImage.js
or make_og_image_docker.sh
.