about me:
I’m a sleepy human with a dark history of secrets and intrigue.
Have a good book or movie recommendation or just want to chat? I’m available at lbeckman314@gmail.com
Are you looking for a plucky developer with a small propensity for segmentation faults? Here are some links of interest:
♡




.DqMCU31l.jpg)
.CROqjc7G.jpg)
.Bgw6kexi.jpg)
.BWeh-P4B.jpg)
.CC2L41Wc.jpg)





.BdzDfQXH.jpg)
.4S-zoaVn.jpg)



about the website:
This website stores and presents various projects!
It originally got up and running thanks to Jonathan McGlone’s guide.
This site has gone through a couple iterations (all available on Wayback Machine), from being built with Jekyll and self-hosted on a trusty Thinkpad x230 running Debian, to now where it’s built with Astro and hosted on GitHub Pages.
The website’s source code is yours.
Feel free to copy and paste, fork, clone, or anything you like!
To spin up your own site, follow the Astro tutorial (adapted below) —
# Install dependencies
➜ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
➜ source ~/{.zshrc,.bashrc}
➜ nvm install node
➜ git clone https://github.com/lbeckman314/lbeckman314.github.io
➜ cd lbeckman314.github.io
➜ npm astro dev
# Now browse to http://localhost:3000
# Then you can change the html/css files in your website directory (e.g. src/styles/main.scss) to suit your tastes!
# Hosting is a whole 'nother beast, but services like GitHub Pages make free hosting relatively easier.
# Self-hosting with Apache and/or Nginx is another cool possibility!
# TODO: Add additional resources/steps for hosting (i.e. how is this site hosted?)