Skip to content

Latest commit

Β 

History

History
44 lines (31 loc) Β· 1.22 KB

File metadata and controls

44 lines (31 loc) Β· 1.22 KB

Farzad Shami's 90s Style Academic Portfolio

A nostalgic, 90s-style academic portfolio website featuring classic web design elements from the golden age of the internet!

Powered by Jekyll for easy maintenance and GitHub Pages deployment.

πŸ“ Directory Structure

β”œβ”€β”€ _layouts/         # Page templates
β”œβ”€β”€ _includes/        # Reusable components (header, footer, sidebar)
β”œβ”€β”€ css/             # Stylesheets
β”œβ”€β”€ assets/          # Static files (images, PDFs)
β”‚   β”œβ”€β”€ images/
β”‚   └── files/
β”œβ”€β”€ *.html           # Content pages
└── _config.yml      # Site configuration

See STRUCTURE.md for detailed documentation.

πŸ› οΈ Local Development

# Install dependencies
bundle install

# Start Jekyll server
bundle exec jekyll serve

# Visit http://localhost:4000

πŸ“ Customization

  1. Update content: Edit the HTML files (index.html, publications.html, etc.)
  2. Change site info: Edit _config.yml
  3. Modify header/footer: Edit files in _includes/
  4. Add images: Place in assets/images/
  5. Update styles: Edit css/style.css

πŸ“„ License

Feel free to use and modify this template for your own academic portfolio!