An open API service indexing awesome lists of open source software.

https://github.com/maclong9/portfolio

Personal portfolio website with articles and projects.
https://github.com/maclong9/portfolio

cloudflare-pages portfolio swift web-ui

Last synced: about 1 year ago
JSON representation

Personal portfolio website with articles and projects.

Awesome Lists containing this project

README

          

# Portfolio

[Live Site](https://maclong.uk)

Personal portfolio static site built with [Swift](https://swift.org) and [WebUI](https://github.com/maclong9/web-ui).

## Requirements

Requires Swift `6.1` or later.

## Usage

Run the following to generate an `.output` directory containing the website.

```
swift run
```

## Deployment

This application is built with the [Build Static Site](https://github.com/maclong9/portfolio/blob/main/.github/workflows/build.yml) action,
this updates the `static` branch with the new website content, the `static` branch is watched by [Cloudflare Pages](https://pages.cloudflare.com)
triggering an update of the live site.