Installation
Easiest way is to deploy this theme on netlify. Just FORK and deploy this repo using
yarn build
for build command and then specify dist
folder as the root folder, thats it :)
Configuration
You can change siteTitle & userImageUrl in static.config.js
file as
............
............
............
getSiteData: () => ({
siteTitle: 'Dev Notes Theme for you by Sharad :)',
userImageUrl: 'https://my.awesome/image.png',
............
............
............