jineshnagori/blogspot

Refactor the Codebase to be DRY (Don't Repeat Yourself)

开放

#307 创建于 2025年10月4日

 (3 条评论) (0 个反应) (1 位负责人)HTML (190 个派生)auto 404
enhancementgood first issuehacktoberfesthacktoberfest-accepted

仓库指标

星标
 (39 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

This is a high-level issue to track the overall progress of making our codebase more modular and maintainable. The current HTML files (index.html, about.html, etc.) repeat large chunks of code, specifically the navbar, footer, section, and common scripts. This makes updates difficult and inconsistent. The goal is to isolate these repeated sections into reusable templates that can be loaded dynamically.

Tasks:

  • Create a reusable navbar template.
  • Create a reusable footer template.
  • Centralize common JavaScript logic.
  • Modularize the CSS files.

贡献者指南