- Spellcheck this shit.
- Figure out a way for this site to be pulled and rendered on fearthebadger.com
- I should be able to build a pipeline that builds this site every time you commit code. Since I shouldn't be commiting too often I don't think I'd break any cost boundries. We'll see.
- I think I can setup a simple cron that pulls the built site
- Or I wonder if I simply create a cron to clone the repo then run the
npx
build command. Setting the _site directory as the defaut site folder. Then I'd be using my resources to build. This would also allow me to keep the images off of gitlab, just to store my code...
- Get my resume updated, converted, and posted here.
Project Ideas
- Build an application to Render TOML into a visually understandable text
- This originally is to build a replacement for my recipie book.
- Figure out how to create a config for keeping the screen on while the applicaiton is running.
- Build an application that renders the data gathered from Peloton.
- I would love to see a chart of growth.
- I want to know where I rank on any given class, over time.
- I want to know what is my PR for a given class length.
Complete
- Figure out how to turn the globals collection into a constant menu.
- Figure out how to render checkmark boxes.
- Figure out how to render
codeblocks
. - Figire out how to render images.
- Do I just write some simple html as a template? Fogoing any crazy modules?
- Yes! This is meant to be a stupid simple site, why not just write an
img
wrapper around the single image files?
- Yes! This is meant to be a stupid simple site, why not just write an
- Do I just write some simple html as a template? Fogoing any crazy modules?