Skip to content

chengcesar/chengcesar.github.io

 
 

Repository files navigation

Static Website

A clean, minimal static website for GitHub Pages.

Structure

/
  index.html      # Main homepage
  styles.css      # Stylesheet
  script.js       # JavaScript
  assets/         # Images and other assets
    logo.svg
    hero.jpg
  .nojekyll       # Disables Jekyll processing

Customization

  1. Edit index.html to customize your content
  2. Modify styles.css to change colors and styling
  3. Add your own images to the assets/ folder
  4. Update the site title and meta tags in index.html

Deployment

This site is ready to deploy to GitHub Pages. Just push your changes to the repository.

License

MIT

About

A Jekyll theme inspired by Netflix. 🎬

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 36.5%
  • CSS 32.9%
  • HTML 30.6%