I recently moved and consolidated my blog to quarto myblog - Isaac’s Tech Blog
Hi folks. Still very much a work in progress, but here is my first draft blog page, which I’m using to showcase my work as I progress through the course. In the longer term, I would hope to engage more and more with the community, and when I get a quiet moment, I plan to document the obstacles I have battled with so far (some wins, many losses!) which will hopefully help others who end up treading the same ground.
Here is mine - http://aayushmnit.com/
Code - GitHub - aayushmnit/aayushmnit.github.io: Code for my website.
I am writing more blogs since I have moved to Quarto as ability to write blogs through Jupyter notebook is magical. I have also attached a custom domain which I bought from Godaddy and have activity tracking enabled using Google analytics. Here are some recently written ML blogs -
- Aayush Agrawal - Model calibration for classification task using Python (aayushmnit.com)
- Aayush Agrawal - Mixing art into the science of model explainability (aayushmnit.com)
- Aayush Agrawal - Causal inference with Synthetic Control using Python and SparseSC (aayushmnit.com)
I am also doing a Stable diffusion series (which is almost unrelated with anything I do at work) -
- Part 1 - Aayush Agrawal - Stable diffusion using
Hugging Face - Introduction (aayushmnit.com)
- Part 2 - Aayush Agrawal - Stable diffusion using
Hugging Face - Looking under the hood (aayushmnit.com)
- Part 3 - Aayush Agrawal - Stable diffusion using
Hugging Face - Putting everything together. (aayushmnit.com)
Finally migrated my fastpages site to Quarto. (Many thanks to @Ezno and @hamelsmu for debugging help!). It’s here: https://mlops.systems
TODO for my site:
- customise the design a bit
- (perhaps) add an email subscription option, though everything seems very expensive.
-
figure out how to post a notebook as a blog(useful blogpost earlier in the threat which explains this) -
figure out how to get utterances comments added back into the blog.(comments are explained here)
I just made a big upgrade to my blog and moved it, still in Quarto!
I’m using MailerLite for my subscription option. The free plan gets 1,000 subscribers and 12,000 emails per month I believe.
I believe beehive has a free plan too, though have not tried them.
Here is mine! I recently migrated it from an older version of nbdev.
There are a few posts I’m still working on migrating. Hoping to have a fresh post up tomorrow as well.
And I’ve completed my new website! Uses quite a few Quarto features too, from tab sets to CSS grids to margin headers and much more!
The landing page features a dynamic dual listing: one listing shows my blog posts while the other listing shows my web apps. Making the window smaller stacks the lists instead. And for the web apps, I’ve embedded the ones I’ve created with Gradio and hosted on Huggingface, so I don’t need to learn JavaScript for the time being. The about me page features tab sets to reduce clutter too.
I plan to add more features in the future, mainly through Quarto extensions, such as a scroll-to-the-top button, text animations, and image lightboxes — the latter which I plan to use when I shift my 3D CG works to my website.
Quarto is cool!
A quick backstory:
- I was inspired by this post which encouraged me to create a blog!
- I had this strange unpleasant mindsets around “personal branding”, and yet again came this post that changed my perceptions around it!
- I had heard about fastpages and was ready to set up my blog on it!
- I then discovered this thread on the forums and got to know about Quarto.
- Finally, I went on and built it. It was an amazing experience.
Here it is.
I kept it simple sort of inspired by the fast.ai website.
I am experimenting with colours and stuff. I read somewhere that it is a forbidden to have a non-white background ! Is it
?! If I change it, I will definitely keep a dark theme background. Any tips/advice is appreciated.
Turns out we can build whatever we want in it- presentations, books, and what not! Quarto is very dynamic and gives a lot of flexibility and power. I really love the feature of converting NBs directly into a blog.
Finally, I am trying to adopt practices mentioned in this post to write better blog posts.
I made blog with blogdown which use R markdown for pages, recently change to use Quarto!
Here’s my blog. No posting in English right now, but hopefully I will try soon😀
@theaeonwanderer and @wgpubs I noticed that there are no RSS feeds on your blogs. This confused me as well. Seems that Quarto default to not offering an RSS feed for sites created there, so you have to enable it manually. This commit shows the things you have to do:
- set an explicit
site-url
- add
feed: true
to theindex.qmd
- (nice to have but not essential): add an RSS button to your navbar
FYI … for those of you looking to tighten up the look & feel of the top nav, especially on mobile, you might be interested in this … https://twitter.com/waydegilliam/status/1594052647517986816
This is my blog built using Quarto, I have took a challenge of writing 1 blog a week. I will write about Computer Vision, Azure, NLP and IOT.
https://shashankshekhar.me/myblog/
I have started my blog specifically for the 2022 edition of the Fast.AI course. As it turned out, creating the blog was one of the sub-projects which emerged from the course. I also summed up my experience/learnings with my Quarto blog in these posts:
I have created a new personal website with Quarto. I migrated close to 108 of my previous posts into quarto and I have no regrets so far.
Do check out my website: https://kurianbenoy.com/
blog
Thanks to Hamel excellent migration guide and excellent documentation from Quarto, it was not that hard to migrate.
Your website looks amazing Kurian! So unique. I love the style
Glad you liked it and thanks for checking it out
wow… nice work! website looks pretty nice.