Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 977 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 977 Bytes

aws-portfolio-static-website

Description

Simple implementation of portfolio website backed by Gatsby.js for natywnachmura.pl workshops.

License

Building and Deployments

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

Customization

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.

Author