Skip to content
View TadeoArtia's full-sized avatar

Block or report TadeoArtia

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tadeoartia/README.md

tadeoartia.com

Personal site — Next.js 15 (App Router), React 19, Tailwind v4. Fully static/frontend: no database, no API routes, no server runtime. Blog posts are Markdown files in content/blog/ rendered at build time.

Develop

pnpm install
pnpm dev

Content

Add a .md file under content/blog/ with frontmatter:

---
title: "Post title"
description: "One line summary"
date: "2026-01-31"
tags: ["typescript"]
readTime: "5 min read"
coverGradient: ["#a855f7", "#ec4899"]
---

Deploy

Vercel, zero config. Optional env var: NEXT_PUBLIC_MAIL_TO (contact address, falls back to the value in src/app/landing/consts.tsx).

Popular repositories Loading

  1. Advents-of-code Advents-of-code Public

    JavaScript 1

  2. github-slideshow github-slideshow Public

    A robot powered training repository 🤖

    Ruby

  3. Clase-1-Ejercicio-Github Clase-1-Ejercicio-Github Public

    Forked from ORT-DA1/Clase-1-Ejercicio-Github

    Ejercicio simple de GitHub y GIT

  4. Mergeme Mergeme Public

    Forked from cantuccis/Mergeme

    JavaScript

  5. GitHub-Actions GitHub-Actions Public

    Forked from SantiagoBolumburu/GitHub-Actions

  6. aoc-2022 aoc-2022 Public

    Forked from Jamesbarford/aoc-2022

    Advent Of Code 2022

    C