Skip to content

Commit

Permalink
refactor: review repository README
Browse files Browse the repository at this point in the history
  • Loading branch information
aronnebrivio committed Aug 11, 2024
1 parent d2791cf commit 62a267f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# aronnebrivio.github.io
Personal frontpage • 👉 [aronnebrivio.dev](https://aronnebrivio.dev)

![](https://github.com/aronnebrivio/aronnebrivio.github.io/workflows/Publish%20on%20Github%20Pages/badge.svg?branch=production)
![](https://github.com/aronnebrivio/aronnebrivio.github.io/workflows/Publish%20beta%20on%20Surge/badge.svg?branch=develop)
![](https://github.com/aronnebrivio/aronnebrivio.github.io/workflows/cd/badge.svg?branch=production)
[![Build Status](https://travis-ci.com/aronnebrivio/aronnebrivio.github.io.svg?branch=production)](https://travis-ci.com/aronnebrivio/aronnebrivio.github.io)
[![Dependency status](https://david-dm.org/aronnebrivio/aronnebrivio.github.io.svg)](https://david-dm.org/aronnebrivio/aronnebrivio.github.io)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Faronnebrivio%2Faronnebrivio.github.io.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Faronnebrivio%2Faronnebrivio.github.io?ref=badge_shield)
[![LICENSE](https://img.shields.io/badge/license-MIT-gold.svg)](https://github.com/aronnebrivio/aronnebrivio.github.io/blob/master/LICENSE)

Expand All @@ -22,7 +20,7 @@ npm run build

This will create a new `dist` folder.

To automate the GitHub Page deploy I'm using [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) in my [GitHub workflow](https://github.com/aronnebrivio/aronnebrivio.github.io/blob/production/.github/workflows/prod.yml) for the *production* environment and [surge](https://surge.sh/) for the *develop* one (betas are published at [beta.aronnebrivio.surge.sh](http://beta.aronnebrivio.surge.sh)).
To automate the GitHub Page deploy I'm using [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) in my [GitHub workflow](https://github.com/aronnebrivio/aronnebrivio.github.io/blob/production/.github/workflows/cd.yml) for the *production* environment.

## Run locally
```bash
Expand All @@ -40,7 +38,7 @@ This will serve the `src` folder at `localhost:XXXX` (default port is `3000`).
*Ref: [Gitpod.io](https://gitpod.io)*

## License
Copyright (c) 2020-2022 Aronne Brivio. Released under the MIT License. See [LICENSE](https://github.com/aronnebrivio/aronnebrivio.github.io/blob/master/LICENSE) for details.
Copyright (c) 2020-2024 Aronne Brivio. Released under the MIT License. See [LICENSE](https://github.com/aronnebrivio/aronnebrivio.github.io/blob/master/LICENSE) for details.


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Faronnebrivio%2Faronnebrivio.github.io.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Faronnebrivio%2Faronnebrivio.github.io?ref=badge_large)

0 comments on commit 62a267f

Please sign in to comment.