Simple implementation of portfolio website backed by Gatsby.js for natywnachmura.pl workshops.
Installing dependencies (one-time step):
$ npm install
Testing your changes locally:
$ npm run develop
Preparing output files (will be available in public
directory):
$ npm run build
Testing locally generated files from public
directory:
$ npm run serve
There 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.