Skip to content

cmpi66/netlify

Repository files navigation

Netlify Status

This is a website I created to document the things I’ve learned and done over the past year (2022) related to IT. As of Dec. 2022, the bulk of the content centers around Linux and Raspberry Pi (also Linux).

Below are a few evergreen pieces I wrote that I think people will find useful. Although, the Raspberry Pi one might be hard to do right now.

The website doesn’t reflect everything I’ve learned (it’ll get filled up over time) but it does outline a decent portion.

In the future, there’ll be more hacking, cybersecurity, networking, firewalls, home lab, scripting and automation tutorials.

How it works

You can go here to see how I built this site.

I deploy my website to Netlify, so a netlify.toml handles the automatic deployment every time I push to the main branch. I keep the content in a separate private repo and load it up with a git submodule.

A Makefile stores all the commands to running and deploying the site. That way I won’t have to remember countless commands. The Makefile updates Hugo, the theme and installs any dependencies.

A Few Useful Articles