Skip to content

temidaradev/temidara.rocks

Repository files navigation

Temidaradev Portfolio (Rust)

A personal portfolio website built with Rust, Leptos, and TailwindCSS.

image

Project Structure

  • src/main.rs: Entry point for the server-side rendering (SSR) application.
  • src/lib.rs: Library entry point, handles hydration for the client-side.
  • src/app.rs: Main application component, establishes the router and layout.
  • src/pages/: Contains individual page components.
    • home.rs: The landing page with the hero section and Jellyfin integration.
    • blog.rs, contact.rs, experiences.rs: Placeholder modules for future content.
  • src/components/: Reusable UI components (NavBar, Cards, etc.).
  • src/api/: Backend API integrations (e.g., Jellyfin).

Usage

Prerequisites

  • Rust (latest stable)
  • cargo-leptos

Running Development Server

cargo leptos watch

Building for Release

cargo leptos build --release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors