mirror of
https://github.com/supleed2/supleed2-old-projects-blog.git
synced 2024-12-22 22:25:48 +00:00
Basic Setup
Adding homepage info, welcome post About and Contact pages to be completed
This commit is contained in:
parent
4c34add542
commit
5f47075c6b
34
config.yml
34
config.yml
|
@ -4,6 +4,7 @@ languageCode: en-gb
|
||||||
title: Aadi | Projects
|
title: Aadi | Projects
|
||||||
# TO DO: Update Title
|
# TO DO: Update Title
|
||||||
theme: PaperMod
|
theme: PaperMod
|
||||||
|
enableEmoji: true
|
||||||
# TO DO: Go through themes and select
|
# TO DO: Go through themes and select
|
||||||
# paginate: 2
|
# paginate: 2
|
||||||
permalinks:
|
permalinks:
|
||||||
|
@ -12,10 +13,41 @@ permalinks:
|
||||||
# Font Awesome icons?
|
# Font Awesome icons?
|
||||||
|
|
||||||
# PaperMod: very cool, keep in mind
|
# PaperMod: very cool, keep in mind
|
||||||
|
# example config: https://github.com/adityatelange/hugo-PaperMod/blob/exampleSite/config.yml
|
||||||
|
# copyright: "Copyright Text"
|
||||||
params:
|
params:
|
||||||
# figure out params at https://github.com/adityatelange/hugo-PaperMod/
|
# figure out params at https://github.com/adityatelange/hugo-PaperMod/
|
||||||
defaultTheme: auto
|
defaultTheme: auto
|
||||||
description: A personal website to show off projects and things I've done
|
description: A personal website to show off projects and things I've done
|
||||||
|
homeInfoParams:
|
||||||
|
Title: |
|
||||||
|
- Hi 👋
|
||||||
|
Content: |
|
||||||
|
- I'm Aadi, a software developer and home-lab hacker from London.
|
||||||
|
- Thanks for visiting my site.
|
||||||
|
-
|
||||||
|
- Here you'll find writeups on my projects and sometimes other things I find interesting
|
||||||
|
- Get started here: [Welcome](/welcome)
|
||||||
|
- Or find me elsewhere:
|
||||||
|
socialIcons: # https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-icons/#share-icons
|
||||||
|
- name: github
|
||||||
|
url: "https://github.com/supleed2"
|
||||||
|
- name: linkedin
|
||||||
|
url: "https://www.linkedin.com/in/aadidesai/"
|
||||||
|
- name: keybase
|
||||||
|
url: "https://keybase.io/aadidesai"
|
||||||
|
- name: telegram
|
||||||
|
url: "https://t.me/supleed2"
|
||||||
|
- name: kofi
|
||||||
|
url: "https://ko-fi.com/aadidesai"
|
||||||
|
showShareButtons: custom
|
||||||
|
shareButtons:
|
||||||
|
- twitter
|
||||||
|
- linkedin
|
||||||
|
- reddit
|
||||||
|
- facebook
|
||||||
|
- whatsapp
|
||||||
|
- telegram
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- name: Home
|
- name: Home
|
||||||
|
@ -24,7 +56,7 @@ menu:
|
||||||
- name: About
|
- name: About
|
||||||
weight: 2
|
weight: 2
|
||||||
url: /about
|
url: /about
|
||||||
- name: Projects
|
- name: Posts
|
||||||
weight: 3
|
weight: 3
|
||||||
url: /posts/
|
url: /posts/
|
||||||
- name: Contact Me
|
- name: Contact Me
|
||||||
|
|
|
@ -1,8 +1,87 @@
|
||||||
---
|
---
|
||||||
title: "Welcome"
|
title: "Welcome"
|
||||||
date: 2022-01-03T22:06:34Z
|
date: 2022-01-03T22:06:34Z
|
||||||
draft: true
|
draft: false
|
||||||
url: "welcome"
|
url: "welcome"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Welcome Page
|
# Welcome to my site
|
||||||
|
|
||||||
|
Initially, I just wanted my own domain, to experiment with domains and secure
|
||||||
|
communication as well as learn how DNS works.\
|
||||||
|
I then realised that it was the perfect excuse to host my own site and what
|
||||||
|
better use than to showcase the things I've built.
|
||||||
|
|
||||||
|
And so, I've started this site, as a way to practice documenting my work and
|
||||||
|
other thoughts I may have too.
|
||||||
|
|
||||||
|
## Below is a list of the things I've built so far
|
||||||
|
|
||||||
|
- [None yet](/welcome)
|
||||||
|
|
||||||
|
## As well as those that I haven't written about yet
|
||||||
|
|
||||||
|
- My HomeLab
|
||||||
|
- Home Assistant
|
||||||
|
- ESPHome Bedroom and Office Lights *Using Shelly One*
|
||||||
|
- ESPHome Bedside Light *using Ikea Lamp and DIY Hardware*
|
||||||
|
- Docker Container setup + recompiling kernel to add App Security tool
|
||||||
|
- Portainer + Discord Bot Setup
|
||||||
|
- My Domain & DNS Setup
|
||||||
|
- Nginx Setup and Self-Hosting using Home Assistant
|
||||||
|
- **This Website**
|
||||||
|
- Drones & Such?
|
||||||
|
- OG HobbyKing Disaster
|
||||||
|
- Modding the Turnigy 9X
|
||||||
|
- Tiny Fixed Wing *Need to find the name and original sources*
|
||||||
|
- Japalura
|
||||||
|
- Taranis QX7
|
||||||
|
- QE AS Level Design Project
|
||||||
|
- "Smart" Bicycle Replacement Handlebars
|
||||||
|
- Iris Keyboard
|
||||||
|
- Repairing AKG K702s?
|
||||||
|
- Fairly minor project, but it was useful, as I got them second-hand
|
||||||
|
|
||||||
|
## And finally, projects still in the concept and production stages
|
||||||
|
|
||||||
|
- Delta 3D Printer
|
||||||
|
- Upgrading it to RepRapFirmware using the SKR1.4 from source
|
||||||
|
- Reflashing Moonside Lighthouses with Custom Firmware as it's just an ESP32
|
||||||
|
- [Moonside Lighthouse](https://shop.moonside.design/products/moonside-lighthouse)
|
||||||
|
- Minimal Azure Instance *Shrinking disk image size to lower storage cost*
|
||||||
|
- DIY Soldering Fume Extractor Fan *Using an activated carbon filter*
|
||||||
|
- DIY SteamVR Tracker *Following links for info*
|
||||||
|
- [Tundra Labs HDK](https://skarredghost.com/2021/03/31/tundra-labs-hdk-steamvr)
|
||||||
|
- [Hive Tracker](https://github.com/HiveTracker/HiveTracker.github.io)
|
||||||
|
- DIY Network Router
|
||||||
|
- ["Perfect Router" Blog](https://blog.tjll.net/building-my-perfect-router/)
|
||||||
|
- ESP32-based Kindle/E-Reader
|
||||||
|
- [The Open Book](https://github.com/joeycastillo/The-Open-Book)
|
||||||
|
- ESP32-based Watch
|
||||||
|
- [Watchy](https://github.com/sqfmi/Watchy)
|
||||||
|
- [Watchy-Hardware](https://github.com/sqfmi/Watchy-Hardware)
|
||||||
|
- Mesh Network Local Communication
|
||||||
|
- [Meshtastic](https://www.hackster.io/punkgeek/meshtastic-a-hiking-skiing-gps-mesh-communicator-84f999)
|
||||||
|
- Kinect Face Tracking
|
||||||
|
- [Kinect Face API](https://pterneas.com/2014/12/21/kinect-2-face-basics)
|
||||||
|
- [Another Example](https://vitruviuskinect.com/download/)
|
||||||
|
- Nixie Tube Audio Visualiser
|
||||||
|
- Other Projects using Nixie Tubes and VFDs
|
||||||
|
- CU1/CU7 Clone
|
||||||
|
- With a screen in the top
|
||||||
|
- With D-pad movement
|
||||||
|
- With an integrated USB3 hub
|
||||||
|
- ROTR Clone with D-pad movement
|
||||||
|
- Wireless E-Ink Display
|
||||||
|
- [E-paper Display Driver for ESP32(-S2/-C3)](https://github.com/martinberlin/cale-idf/wiki)
|
||||||
|
- Possibly unpowered, using energy harvesting chip
|
||||||
|
- Murphy Bed Frame Design
|
||||||
|
- Coming off the wall and with shelves underneath that stay level, WALL-E style
|
||||||
|
- Unsafe Discord Bot
|
||||||
|
- Executes anything within detected codeblocks?!
|
||||||
|
- 3D Printed Fractal Vice
|
||||||
|
- [Original Video](https://youtu.be/eCfw9fd0mHg)
|
||||||
|
- Automated Twitter Background Changer
|
||||||
|
- [Working Example Product](https://blackmagic.so/)
|
||||||
|
- Jailbreak PS4 for Homebrew
|
||||||
|
- Integrate "Smart Meter" into Home Assistant Power Monitoring
|
||||||
|
|
Loading…
Reference in a new issue