A personal wiki and blog built with Hugo, featuring technical guides, tutorials, and documentation on various IT and IoT topics.
Visit the site at: lennon101.github.io
This wiki includes posts on:
- IT & Troubleshooting: Windows 10 fixes, system configurations
- IoT & Smart Home: Zigbee devices, Tuya valve conversions
- Homelab: Proxmox email alerts, NAS security
- General Tech: Markdown testing and documentation
- Hugo - Static site generator
- Tailwind Theme - Modern, responsive design
- GitHub Pages - Hosting
To run the site locally:
# Clone the repository
git clone https://github.com/lennon101/lennon101.github.io.git
# Navigate to the directory
cd lennon101.github.io
# Start Hugo development server
hugo server -D
# Build the site (outputs to /docs)
hugocontent/posts/- Blog posts and articlesthemes/tailwind/- Hugo themedocs/- Published site (generated by Hugo)hugo.toml- Site configuration
Content is available for personal and educational use.