A place to keep all my fast-taken notes about R, python, bash and other dev stuff.
Things here are just notes. These are not blogposts.
Notes here are mean to be raw unedited notes that I usually take quickly while working solving things related to programming.
If there is material for a blogpost, I can use the information to create and edit a new document in this repo
There are two workflows: from RStudio and using .Rmd files or usin nvim.
- Include the Rmd or md file
- Load
docmaker
package (The package is in this repository) - To render all documents and publish in just one step:
make_all_docs(T)
- Open terminal and type
d
(alias to move to drawer repo) - Type
w
and the name of the file to be written. (If it's new, remember to include the .md) - If there is a md file at the moment I need to copy this one to
docs/
- Run
mkb
(alias for mkdocs build --config-file=mkdocs.yml) - When done with the changes, run
ghd
(alias for mkdocs gh-deploy --strict --force)
- If its something fast, open terminal and type dw. It will move to drawer repo and open a new file.
- Matherial theme
- Favicon by Freepick Brain icons created by Freepik - Flaticon