The Great Migration

From Blogger to Jekyl and finaly to Quarto.

some migration notes from Blooger to Jekyl to Quarto blog.
quarto
blogging
code
Author

Oren Bochman

Published

Tuesday, January 30, 2024

I was able to stand on the shoulders of giants (Rapp 2022) (Navarro 2022), (Hill 2022), (Kaye 2022) when I migrated this blog.

Rapp, Albert. 2022. “The Ultimate Guide to Starting a Quarto Blog.” June 24, 2022. https://albert-rapp.de/posts/13_quarto_blog_writing_guide/13_quarto_blog_writing_guide.html.
Navarro, Danielle. 2022. “Porting a Distill Blog to Quarto.” April 20, 2022. https://blog.djnavarro.net/posts/2022-04-20_porting-to-quarto.
Hill, Alison. 2022. “We Don’t Talk about Quarto.” April 4, 2022. https://www.apreshill.com/blog/2022-04-we-dont-talk-about-quarto/.
Kaye, Ella. 2022. “Welcome to My Quarto Website!” December 11, 2022. https://ellakaye.co.uk/posts/2022-12-11_welcome-quarto.

Markdown

  • Quarto’s markdown isn’t my favorite markdown implementation.
  • It is based on pandoc spec

The devil is in the details

There are lots of details that should be in the guide that are scattered all over the quarto site.

I decided that all posts should have the following fields in their front matter:

  1. title
  2. subtitle
  3. description
  4. date
  5. categories
  6. image
  7. image-description

Virtual Environments

  • are documented here
  • ideal one can have one virtual environment for the whole site

Extras

Open issues:

  • can I readily integrate books and presentation into this blog ?
    • can I drop them in or do I need to build them in another repo
    • then deploy
    • then link!?
  • how about embedding repls
  • how about embedding shiny live apps

https://github.com/shafayetShafee

Embedding PDF

installation

quarto add jmgirard/embedpdf
{{< pdf dummy.pdf >}}
{{< pdf dummy.pdf width=100% height=800 >}}
{{< pdf dummy.pdf border=1 >}}
{{< pdf dummy.pdf class=myclass >}}

Citation

BibTeX citation:
@online{bochman2024,
  author = {Bochman, Oren},
  title = {The {Great} {Migration}},
  date = {2024-01-30},
  url = {https://orenbochman.github.io/posts/2023/2023-05-10-migration-notes/},
  langid = {en}
}
For attribution, please cite this work as:
Bochman, Oren. 2024. “The Great Migration.” January 30, 2024. https://orenbochman.github.io/posts/2023/2023-05-10-migration-notes/.