Add categories to posts#140
Merged
Merged
Conversation
- Add `permalink` to _config.yml to prevent URL changes when categories are present - Create `_data/categories.yml` with 5 top-level categories: yazilim, aviyonik, muhendislik, araclar, genel - Add `categories:` front matter to all 23 posts with appropriate classification - Create `/categories/` index page listing posts grouped by category - Show category chip alongside tags in post header - Add "Kategoriler" link to navbar - Add CSS styles for category chip variant and category description Closes #30 https://claude.ai/code/session_018ktd5ArUNnzjPMFaouFMM5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
categories:front matter alanı eklendi (5 kategori:yazilim,aviyonik,muhendislik,araclar,genel)_data/categories.ymloluşturuldu — Türkçe ad ve açıklama içeren kategori sözlüğü/categories/index sayfası oluşturuldu — etiketler sayfasına benzer, kategori bazlı listeleme_layouts/post.htmlgüncellendi — post başlığında kategori chip'i gösteriliyor_includes/navbar.htmlgüncellendi — navbar'a "Kategoriler" linki eklendi_sass/styles.scssgüncellendi —tag-chip--categoryvetag-section__descstilleri eklendi_config.yml'epermalink: /:year/:month/:day/:title:output_exteklendi — kategori eklenmesi mevcut URL'leri bozmazTest plan
/categories/sayfasının 5 kategoriyi listelediğini doğrula/categories/#yazilimgibi anchor'a gittiğini doğrulaCloses #30
https://claude.ai/code/session_018ktd5ArUNnzjPMFaouFMM5
Generated by Claude Code