Skip to content

TITAN-Softwork-Solutions/titansoftwork.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TITAN Lander (Multi-Page Vite)

This repo is a multi-page static site built with Vite.

Routes

  • / is index.html
  • /blog/ is blog/index.html

Route HTML entrypoints live at the route path so the output structure matches the deployed URLs.

Source Layout

  • src/entries/
    • Per-route JS entrypoints (wire CSS + page app)
  • src/pages/
    • Route implementations (DOM + behavior)
  • src/styles/
    • Global and feature stylesheets

Public Layout

  • public/media/
    • Images and static media referenced from CSS/HTML
  • public/content/
    • JSON and content files fetched at runtime

Blog Content

  • Posts live at public/content/blog/posts/<slug>/index.md
  • Post images should be stored next to the markdown and referenced relatively, e.g. ./diagram.png
  • The blog index reads public/content/blog/manifest.json

Dev / Build

npm run dev
npm run build
npm run preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published