Add readme, add more to welcome post

Also remove whitespace from config and add placeholder for licence
This commit is contained in:
Aadi Desai 2023-04-13 17:23:45 +01:00
parent ee346990a7
commit 0372942336
No known key found for this signature in database
GPG key ID: CFFFE425830EF4D9
4 changed files with 13 additions and 5 deletions

3
LICENSE.md Normal file
View file

@ -0,0 +1,3 @@
# Licence
Use this as a reference: <https://gitlab.com/Nowaker/nowaker-blog/blob/master/LICENSE.md>

1
README.md Normal file
View file

@ -0,0 +1 @@
# Repository for [projects.8bitsqu.id/](https://projects.8bitsqu.id/)

View file

@ -1,4 +1,4 @@
# command: hugo server -D --bind=0.0.0.0 --baseURL=http://192.168.0.12:1313 # command: hugo server -D --bind=0.0.0.0 --baseURL=http://192.168.0.12:1313
baseURL: https://projects.8bitsqu.id/ baseURL: https://projects.8bitsqu.id/
languageCode: en-gb languageCode: en-gb
title: Aadi | Projects title: Aadi | Projects
@ -32,7 +32,7 @@ params:
Content: | Content: |
- I'm Aadi, a software developer and home-lab hacker from London. - I'm Aadi, a software developer and home-lab hacker from London.
- Thanks for visiting my site. - Thanks for visiting my site.
- -
- Here you'll find writeups on my projects and sometimes other things I find interesting - Here you'll find writeups on my projects and sometimes other things I find interesting
- Get started here: [Welcome](/welcome) - Get started here: [Welcome](/welcome)
- Or find me elsewhere: - Or find me elsewhere:

View file

@ -134,6 +134,10 @@ Below are links to writeups or relevant resources I've found helpful.
- Old enterprise-grade NVidia GPUs? - Old enterprise-grade NVidia GPUs?
- Splitting GPU power across VMs, more info in [this video](https://www.youtube.com/watch?v=jTXPMcBqoi8) - Splitting GPU power across VMs, more info in [this video](https://www.youtube.com/watch?v=jTXPMcBqoi8)
- Parsec as local gaming server? - Parsec as local gaming server?
- QOI Encoder - QOI Encoder
- Based on this [Video](https://www.youtube.com/watch?v=EFUYNoFRHQI) - Based on this [Video](https://www.youtube.com/watch?v=EFUYNoFRHQI)
- Existing Example in [Rust](https://docs.rs/qoi/latest/qoi/) and [Ci](https://github.com/pfusik/qoi-ci) - Existing Example in [Rust](https://docs.rs/qoi/latest/qoi/) and [Ci](https://github.com/pfusik/qoi-ci)
- ICAS Automated Verification
- UDlink
- Writing up what I learned in my time at Nordic Semiconductor
- Based on notes taken during the placement, with internal information taken out