Simple implementation of portfolio website backed by Gatsby.js for natywnachmura.pl workshops.
Installing dependencies (one-time step):
$ npm installTesting your changes locally:
$ npm run developPreparing output files (will be available in public directory):
$ npm run buildTesting locally generated files from public directory:
$ npm run serveThere are three main files that can be used for customization:
src/content/index.md- where you can put content for your main page.src/theme/metadata.js- where you can put your page metadata (e.g. author name and surname or website title).src/theme/main.js- where you can adjust color theme.