awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesAsset Tagging Plugins

Specialized syntax for referencing and rendering assets within content.

Distinguishing note: Focuses on explicit tag-based asset referencing.

Explore 2 awesome GitHub repositories matching data & databases · Asset Tagging Plugins. Refine with filters or upvote what's useful.

Awesome Asset Tagging Plugins GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hexojs/hexoAvatar von hexojs

    hexojs/hexo

    41,768Auf GitHub ansehen↗

    Hexo is a command-line static site generator designed for content-driven blogging and website creation. It functions as a structured framework that transforms plain text files and markdown into production-ready static websites, utilizing a template-based rendering engine to separate site content from visual presentation. The project is distinguished by its event-driven build pipeline, which manages the entire site lifecycle through a series of hooks for file processing, asset generation, and deployment. Developers can extend the system’s core capabilities through a modular plugin architecture

    Provides specialized tag plugins to reference post-specific assets for correct rendering.

    TypeScripthacktoberfesthexojavascript
    Auf GitHub ansehen↗41,768
  • rails/webpackerAvatar von rails

    rails/webpacker

    5,276Auf GitHub ansehen↗

    Webpacker is a frontend build tooling system and JavaScript module manager that integrates Webpack into Ruby on Rails applications. It serves as a bridge between the backend web framework and the frontend build process to compile JavaScript and CSS into browser-ready bundles. The system provides a dedicated development asset server for real-time code reloading and automatic browser refreshing. For production, it includes a precompilation pipeline that minifies scripts and stylesheets and applies network asset compression to optimize delivery. The project covers comprehensive asset management

    Uses specialized helper methods to inject favicon links and asset URLs into HTML templates.

    Ruby
    Auf GitHub ansehen↗5,276
  1. Home
  2. Data & Databases
  3. Asset Tagging Plugins

Unter-Tags erkunden

  • Custom Render TagsSpecialized metadata tags that trigger the rendering of complex components like timelines or galleries. **Distinct from Asset Tagging Plugins:** Extends asset tagging to include functional rendering triggers for UI components, not just file references.