Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.35 KB

roman015.com

This repo contains the source code used to host www.roman015.com. Currently in it's third iteration, which is implemented using .Net 5 and Blazor (Web Assembly).

NOTE: All source code related to the roman015 website has been moved into https://github.com/roman015-com

Components

The three components of the current iteration is kept in three branches:

  1. HomePage
  2. Blog
  3. Roman015API

These are currently hosted using Azure & Digital Ocean's App Platform with HomePage and Blog as static sites in Azure and Roman015API as a docker app in Digital Ocean.

Previous Code

Older Versions of this website are hosted in the following repositories:

2.0

Unlike the other versions, everything was placed inside one single branch with the components in separate folders. The source code can be found in https://github.com/roman015/roman015.com/tree/2.0

This has 3 main components in three different folders, "www" contains the main website, "blog" contains the blog and "worker" contained code for a Discord Bot that is no longer in use.

1.0