leebyron / til

Today I Learned

Home Page:https://leebyron.com/til

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

things i've learned

Brief blurbs on miscellaneous matter; everyday things I learn, things I know but often forget, and anything else I care to write down as I learn in public. Not always definitive nor novel but hopefully helpful or at least interesting.


https://leebyron.com/til


This repo is automatically maintained by a til script, found in /bin/til, symlinked into my /.local/bin directory. It relies on some local programs being available, such as vim and fzf.

Setting this up for your own system in its current state might not be so straightforward. If setting up your own til is interesting enough to you that you would be willing to help factor out reusable parts, open an issue to discuss.

Setup (only works on *nix)

  • Install NodeJS
  • Install fzf
    • Ubuntu: sudo apt install fzf
  • Modify the Config File with your own info
  • In GitHub pages, set it so you have the settings:
    • Source: Deploy from a branch (Classic Pages experience)
    • Branch: gh-pages, from the folder / (root)

License

Code found here is licensed under MIT. Content under CC BY 4.0.

About

Today I Learned

https://leebyron.com/til

License:MIT License


Languages

Language:JavaScript 88.6%Language:CSS 11.4%