Skip to content

Example static website presented as a personal portfolio built proudly with use of Gatsby.js.

License

Notifications You must be signed in to change notification settings

WhiteRookPL/aws-portfolio-static-website

Repository files navigation

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

About

Example static website presented as a personal portfolio built proudly with use of Gatsby.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published