Skip to content

My portfolio site in Next.js, deployed statically to github pages.

License

Notifications You must be signed in to change notification settings

hannesrabo/next-portfolio

Repository files navigation

Hanes Rabo - Portfolio site

This is the source code for my portfolio site available at https://hannesrabo.github.io.

Running the code

To run the code for development purposes run:

> yarn install
> yarn start

Building static

Exporting the page for static hosting can be done using

> yarn build 		# builds icons and then web page
> yarn export		# Create static export from site

Debugging static

Sometimes there is a difference in statically exported pages compared to the dynamic development environment. A static http server has to be installed and the npm package http-serve was used here. To test the export before committing use:

> npm install -g http-server
> yarn stest

Look into:

Things that are coming in the future:

About

My portfolio site in Next.js, deployed statically to github pages.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published