website-htmx-rustelo-code/site/public
2026-07-10 03:44:13 +01:00
..
images init repo with source 2026-07-10 03:44:13 +01:00
js init repo with source 2026-07-10 03:44:13 +01:00
styles init repo with source 2026-07-10 03:44:13 +01:00
console-logger.js init repo with source 2026-07-10 03:44:13 +01:00
kitdigital.html init repo with source 2026-07-10 03:44:13 +01:00
logs.html init repo with source 2026-07-10 03:44:13 +01:00
README.md init repo with source 2026-07-10 03:44:13 +01:00
robots.txt init repo with source 2026-07-10 03:44:13 +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