Posts

Building My Website - Extras (Part 10)

💬 How I built my personal website - Part 10 - extras and miscellaneous files
📅
⏱️ 2 min read
🏷️ #development #web

Building My Website - Resume with XeLaTeX (Part 9)

💬 How I built my personal website - Part 9 - creating a resume in XeLaTeX
📅
⏱️ 2 min read
🏷️ #development #web

Building My Website - SVG Icons and Favicon (Part 8)

💬 How I built my personal website - Part 8 - adding scalable SVG icons and a cross-platform favicon.
📅
⏱️ 3 min read
🏷️ #development #web

Building My Website - Astro plugins: RSS, Sitemap, and Reading Time (Part 7)

💬 How I built my personal website - Part 7 - Using Astro plugins and utilities to generate an RSS feed, a sitemap for SEO, and reading time estimates.
📅
⏱️ 3 min read
🏷️ #development #web

Building My Website - Adding color themes with JavaScript (Part 6)

💬 How I built my personal website - Part 6 - Implementing theme switching with JavaScript, localStorage, and a clean data-theme approach.
📅
⏱️ 2 min read
🏷️ #development #web

Building My Website - Minimalist CSS and native-like design (Part 5)

💬 How I built my personal website - Part 5 - Creating a native-like feel with minimal CSS, semantic HTML, and simple theme support.
📅
⏱️ 3 min read
🏷️ #development #web

Building My Website - Semantic HTML for accessibility and external readers (Part 4)

💬 How I built my personal website - Part 4 - Using semantic HTML to improve accessibility, structure, and compatibility with external readers.
📅
⏱️ 2 min read
🏷️ #development #web

Building My Website - Content management with Markdown and Frontmatter (Part 3)

💬 How I built my personal website - Part 3 - Implementing content collections in Astro using Markdown and schema validation
📅
⏱️ 2 min read
🏷️ #development #web #content_management

Building My Website - SEO essentials: meta tags and base head element (Part 2)

💬 How I built my personal website - Part 2 - Implementing SEO through meta tags
📅
⏱️ 2 min read
🏷️ #development #web

Building My Website - The idea and choosing the right tool (Part 1)

💬 How I built my personal website - Part 1 - Why I chose Astro as my static site generator after evaluating Jekyll, Hugo, and 11ty.
📅
⏱️ 2 min read
🏷️ #development #web

Why Astro stands out as a modern SSG

💬 Exploring Astro's unique approach to static site generation
📅
⏱️ 2 min read
🏷️ #review

Markdown and its features

💬 About Markdown language and its capabilities
📅
⏱️ 3 min read
🏷️ #review

How to start with Obsidian

💬 How to easily start note-taking with Obsidian.md
📅
⏱️ 2 min read
🏷️ #guide

Welcome to my blog!

💬 Introduction post
📅
⏱️ 1 min read
🏷️ #welcome

Choosing my browsers

💬 Choosing my best browser combination
📅
⏱️ 3 min read
🏷️ #comparison

RSS, Atom and JSON feed - what's the difference?

💬 Comparison of 3 similar technologies: RSS, Atom and JSON feed
📅
⏱️ 2 min read
🏷️ #development #comparison