wilqq / aws-portfolio-static-website

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 100.0%