Proof of concept of a simple SPA to host my (always out-of-date) resume.
- Uses latest Blazor WebAssembly.
- Hosted by GitHub Pages.
- Builds automatically on push with GitHub Actions.
- Custom domain by Google Domains.
-
Install the .NET Core 3.1 SDK.
-
Clone this repository
git clone https://github.com/regul4rj0hn/regul4rj0hn.github.io.git
-
Change directory to the project folder
cd regul4rj0hn.github.io.git/src
-
Run the project
dotnet run
.
+-- .github
| +-- GitHub Action for automatic deployment
+-- src
| +-- source code for the Blazor app
+-- .gitignore
+-- LICENSE
+-- README.md
- The project is automatically published to GitHub Pages on the gh-pages branch by GitHub Actions whenever there's a commit to master.