Skip to content

regul4rj0hn/regul4rj0hn.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Description

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.

Getting started

  • 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

Folder structure

.
+-- .github
|  +-- GitHub Action for automatic deployment
+-- src
|  +-- source code for the Blazor app
+-- .gitignore
+-- LICENSE
+-- README.md

Publish to GitHub Pages

  • The project is automatically published to GitHub Pages on the gh-pages branch by GitHub Actions whenever there's a commit to master.