This is the source code of my blog, hosted here: https://kforner.netlify.app/
It is implemented using Quarto.
These instructions are mainly for me since I often forget stuff and have to rediscover again...
- create a folder under
posts/
- put a
index.qmd
file
type make preview
: it will open a local webserver with a preview of the blog,
and watch the changes and update the preview automatically. Quite convenient...
make publish
- enter
- type 'Y'
- this opens a page in a browser: login with github
- click "Authorize" (if you does not see it, just start again)