| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-05 | fix: use excerpts instead of full content in article cards | Danilo M. | 1 | -1/+6 | |
| Updated both home.html and section.html to: 1. Check for 'excerpt' field in front matter first 2. If excerpt exists, use it 3. If not, generate from content: get first paragraph, convert to plain text, truncate to 150 characters This prevents full article content from showing in feeds while respecting custom excerpts when provided. Applies to both homepage feed and articles section list view. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-05 | feat: add filter functionality, archetypes, and sample content | Danilo M. | 1 | -1/+2 | |
| - Create filters.js for post filtering by type (tech, life, quote, link, photo) - Add article.md and page.md archetypes with appropriate fields - Update default.md archetype with correct TOML syntax - Create sample content for home, articles, and about pages - Fix section.html template resource permalink syntax Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-05 | layout: add home, section, and page templates | Danilo M. | 1 | -7/+26 | |
| 2026-04-04 | initial theme setup. | Danilo M. | 1 | -0/+10 | |
