Rustelo/templates/website-htmx-ssr/site/public
2026-07-18 19:57:03 +01:00
..
assets/htmx chore: update templates 2026-07-18 19:57:03 +01:00
images chore: update templates 2026-07-18 19:57:03 +01:00
js chore: update templates 2026-07-18 19:57:03 +01:00
styles chore: update templates 2026-07-18 19:57:03 +01:00
console-logger.js chore: update templates 2026-07-18 19:57:03 +01:00
kitdigital.html chore: update templates 2026-07-18 19:57:03 +01:00
logs.html chore: update templates 2026-07-18 19:57:03 +01:00
README.md chore: update templates 2026-07-18 19:57:03 +01:00
robots.txt chore: update templates 2026-07-18 19:57:03 +01:00

website-impl Public Assets

This directory contains static assets served directly by the web server.

Directory Structure

public/
├── images/       # Static images (logos, icons, etc.)
├── scripts/      # Client-side JavaScript
├── styles/       # Public CSS files
├── documents/    # Downloadable documents
└── README.md     # This file

Usage

Files in this directory are served at the root URL:

  • public/logo.pnghttps://yoursite.com/logo.png
  • public/styles/custom.csshttps://yoursite.com/styles/custom.css

Guidelines

  • Keep file sizes optimized for web delivery
  • Use descriptive filenames
  • Organize by type (images, scripts, styles, documents)
  • Consider CDN deployment for production