--- title: Blog tags: blog pages navTitle: Blog Home pagination: data: collections.posts size: 10 alias: postList reverse: true permalink: "/{{ page.fileSlug }}{% if pagination.pageNumber > 0 %}/page/{{ pagination.pageNumber + 1 }}{% endif %}/" isContentDivided: true eleventyNavigation: order: 4 eleventyComputed: pageTitle: Welcome to {{ sitemeta.siteName | safe }} Blog! desc: Blog hosted on {{ sitemeta.siteAuthor.name }}'s pwesonal website. ---

Other Blogs

{{ sitemeta.siteName }} also has a tumbleblog at tumbleblog.leilukin.com, where I make shorter or more casual posts, as well as sharing stuff that I found interesting or inspirational. Feel free to check it out!

Blog Posts

{% include "global/pagination-oldnew.njk" %}
{%- css %} .blog__posts, .blog__post { display: grid; } .blog__posts { list-style-type: none; padding: 0; margin: 1.5em 0 0 0; } .blog__post { --bdr-blogpost: 0.2em solid var(--clr-quote-border); gap: 0.6em; padding: 1.5em 0; border-bottom: var(--bdr-blogpost); } .blog__post:first-of-type { border-top: var(--bdr-blogpost); } .blog__post--title { font-size: clamp(1.55rem, 1rem + 3vw, 1.8rem); line-height: 1.3; margin-bottom: 0 !important; } .blog__post--time { color: var(--clr-sub-heading); font-weight: 700; } {% endcss %}