Skip to content

AlessioLaiso/alessiolaiso.github.io

Repository files navigation

alessiolaiso.github.io

alessiolaiso.com

Repository setup

The source branch is the default branch. It contains the actual source for the web site. When developing this is where the code needs to go.

The master branch contains the precompiled static site ready to be deployed. This branch is used by github pages for deployment.

Installation

./scripts/setup.sh

Running

./scripts/start.sh

This script starts a webserver using live-reload with dist as server root.

Deploy

./scripts/deploy.sh

This script builds/compiles the website into the dist directory, creates a new commit on the master branch containing the changes in dist and pushes on github.

Rollback

./scripts/rollback.sh

This script will rollback the latest commit on the master branch and change its state back to the previous commit.

About

My portfolio site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published