My collection of notes, cheatsheets, and recipes for a lot of my professional life.
Go to file
Elf M. Sternberg 8ae58c95a8 Added a lot of content to the Zola block
Added a mono font for code

Added CSS for code

Added a better reset/normalize

Added my 1.25 scaled header text styling.

Added the home-page 'topic-card' styling.
2022-04-25 18:28:25 -07:00
content Added a lot of content to the Zola block 2022-04-25 18:28:25 -07:00
hold First check-in of "Elf's Notes" 2022-04-24 17:22:51 -07:00
sass Added a lot of content to the Zola block 2022-04-25 18:28:25 -07:00
static/fonts Added a lot of content to the Zola block 2022-04-25 18:28:25 -07:00
templates Added a lot of content to the Zola block 2022-04-25 18:28:25 -07:00
.gitignore Start the CSS design 2022-04-24 21:38:29 -07:00
README.md Added a Readme. 2022-04-24 20:04:30 -07:00
config.toml Merge remote-tracking branch 'refs/remotes/origin/master' 2022-04-25 13:24:52 -07:00

README.md

Topic: Cheatsheets Topic: Notes Status: Incomplete

Elf's Notes

Over the Winter of 2021-2022, I went through a housecleaning project, cleaning out literally thousands of miscellaneous documents in text, markdown, org-mode, muse, HTML, and a variety of other formats, picking and choosing which should survive, which I cared about, and which ones had to go.

When I was done, I still had a very large collection of files that cover a 30-year career, and I still don't have them organized very much. So this project is the end-result of my trying to organize them, and to help myself find the things I know I know, and to learn what I don't know.

The notes are kept in Zola, a static site generator written in Rust. It's meant to also be a decent demo of my web skills.

Topics

Fittingly, the first topic I've added to the repository is my cheat sheet for Zola itself. Eventually, though, I'm going to add whatever scraps I have lying around for some, perhaps most, of the following topics, since I've worked in all of them:

  • Apache Configuration
  • Bash
  • Bash Customization
  • C
  • C++
  • CMake
  • Clojure
  • Django
  • ESlint
  • Emacs
  • F#
  • Git & Pre-Commit
  • Go
  • HTML & CSS
  • Haskell
  • Javascript
  • Linux Administration
  • Linux Software Development
  • Lisp
  • Lit-HTML
  • Makefiles
  • Markdown
  • Nginx Configuration
  • Org-mode
  • Perl
  • Podman
  • Prettier
  • Python
  • Rails
  • React
  • Regular Expressions
  • Ruby
  • Rust
  • SQL
  • Sass
  • Scheme
  • Typescript
  • Vite
  • Web Components
  • X86 Assembly
  • XCB / X11 Systems Programming
  • Zola

Caveats:

This is my repository of my cheat sheets. They're going to be idiosyncratic, and they skip over a lot of things of which I already feel confident. If you get use out of them, great, but they're mostly just for me.