05:00
2025-02-10
vetiver
and pins
05:00
git
on your computerOnce installed, run:
git config --global user.name "github_username"
git config --global user.email "your_email@example.com"
05:00
Create a new repository with the name: your-username.github.io
02:00
~/code/isabelizimm.github.io
02:00
command+shift+p
to open the Command Palettecommand
key, use ctrl
insteadQuarto: Create Project
-> Blog
02:00
_quarto.yml
file01:00
about.qmd
02:00
Preview
button in top right corner OR run quarto preview
in terminalquarto publish gh-pages
01:00
Settings
-> Pages
Deploy from branch
and set the branch to gh-pages
02:00
```python
1+1
```
_quarto.yml
file