logo
Articles About Github

Articles

  • Latest articlest
  • Articles with Github code

Topic

  • Javascript
    • Svelte
    • Node JS
  • Docker

Others

  • Newsletter
Generate Open Graph images with Playwright and Svelte Kit May 22, 2022 · 6 min read

Getting the best experience out of a web application includes having appealing links when they hit social media. As you have noticed, Facebook or Twitter will automatically display a preview of the URL you are posting.

Nowadays, all the social media platforms get the preview information from The Open Graph Protocol, including the image metadata tag. Big companies care about it, and there are great posts about their strategies like Vercel's on-demand generator or Github's newest approach.

As a reference, I will use this webpage built with Svelte Kit. Then with Playwright, we are going to create images like this one.

preview

SvelteNode JSJavascript
Read More

How to create a JSON table of contents with markdown-it and markdown-it-anchor September 18, 2020 · 5 min read

There are some plugins to create a table of content using markdown-it, but sometimes you want to create a custom component for rendering your TOC.

Here a simple example on how to get the table of content's tree with vanilla javascript without writing any markdown-it plugin.

bash
o
JavascriptNode JSArticles with Github code
Read More

    Articles

    • Latest articlest
    • Articles with Github code

    Topic

    • Javascript
      • Svelte
      • Node JS
    • Docker

    Others

    • Newsletter

    Personal website of Ángel Blanco

    Developed by Ángel Blanco hosted on Github

    This project this libraries

    framework svelte-kit
    css bulma
    js svelte
    bundler rollup
    md markdown-it

    And all of these...