feat: allow showcasing featured projects on homepage (#297)

This commit is contained in:
Óscar 2024-04-23 17:59:35 +02:00 committed by GitHub
parent 7ef74a8f53
commit e7172a0432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 174 additions and 26 deletions

View file

@ -8,6 +8,9 @@ template = "section.html"
header = {title = "¡Hola! Soy tabi~", img = "img/main.webp", img_alt = "Óscar Fernández, el autor de tabi" }
section_path = "blog/_index.es.md"
max_posts = 4
projects_path = "projects/_index.es.md"
max_projects = 3
show_projects_first = false
social_media_card = "social_cards/es.jpg"
+++