Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robwillup/rob
My website and blog
https://github.com/robwillup/rob
blazor blog
Last synced: 2 months ago
JSON representation
My website and blog
- Host: GitHub
- URL: https://github.com/robwillup/rob
- Owner: robwillup
- Created: 2021-05-10T14:37:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T23:25:14.000Z (about 1 year ago)
- Last Synced: 2023-12-23T17:12:09.904Z (about 1 year ago)
- Topics: blazor, blog
- Language: HTML
- Homepage: https://www.robwillup.com
- Size: 1.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rob's Tech Journal
This is the source code for my website ([www.robwillup.com](https://www.robwillup.com)).
It's built with [Blazor WASM](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor) app.
My website is a technical journaling of topics I'm learning related to
software engineering, computer science and coding in general.The content for the pages comes from another GitHub repository I have. The Blazor web app
calls GitHub's REST API to get the raw document and then renders its Markdown as HTML.