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.
- Host: GitHub
- URL: https://github.com/maclong9/portfolio
- Owner: maclong9
- Created: 2025-05-17T00:18:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T10:25:26.000Z (about 1 year ago)
- Last Synced: 2025-06-03T21:30:03.438Z (about 1 year ago)
- Topics: cloudflare-pages, portfolio, swift, web-ui
- Language: Swift
- Homepage: https://maclong.uk
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.