Skip to content

lealexis/LuWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuWeb — Simple Static Website

This repository contains a minimal static website you can host anywhere: GitHub Pages, Netlify, Vercel, an S3 bucket, or any basic web server.

What's Included

  • index.html: Landing page with basic sections.
  • assets/style.css: Minimal, responsive styles.
  • assets/script.js: Small enhancements (year + mobile nav).
  • 404.html: Not‑found page for nicer errors (useful on GitHub Pages).
  • .nojekyll: Disables Jekyll on GitHub Pages so files are served as‑is.

Quick Start

  • Open index.html directly in a browser, or
  • Serve locally for cleaner routing:
    • Python: python -m http.server 8080
    • Node: npx serve -l 8080

Then visit http://localhost:8080.

Deploy Options

GitHub Pages (root)

  1. Commit and push the files to your repository's default branch.
  2. In GitHub: Settings → Pages → Build and deployment → Deploy from a branch.
  3. Select your default branch and / (root) folder → Save.
  4. Wait for deploy; your site will be available at the Pages URL.

Tip: .nojekyll is already included to avoid Jekyll processing.

Netlify

  • Drag and drop the repository folder onto https://app.netlify.com/drop, or connect the repo.
  • No build command needed (static site). Publish directory: /.

Vercel

  • Import the repository at https://vercel.com/new.
  • Framework preset: "Other". No build command. Output directory: /.

Any Static Host

  • Upload the files as-is to your web root (e.g., Nginx root directory, S3 static hosting, or Azure Static Web Apps).

Customize

  • Edit content in index.html (brand name, sections, email).
  • Adjust colors/typography in assets/style.css.
  • Add pages and link them from the nav; copy 404.html if needed.

Questions or want me to set up a specific host for you (Pages/Netlify/Vercel/Nginx)? Let me know and I’ll tailor the config.

About

Website for luisa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published