Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 1.61 KB

File metadata and controls

65 lines (49 loc) · 1.61 KB

Website

This is a personal webpage built with Hugo, designed with a clean LaTeX-like aesthetic. It showcases various sections including Home, About, Projects, and Resume.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/darshi1337/website.git
    cd website
  2. Install Hugo (extended version, v0.128.0 or later is recommended):

    • On macOS (using Homebrew):
      brew install hugo
    • On Linux (Ubuntu/Debian):
      sudo apt-get install hugo

Usage

  1. Start the Hugo development server:

    hugo server --port 1337
  2. Open your browser and navigate to http://localhost:1337.

Static Files

Static files such as the PDF resume, fonts, and theme images are stored in the static/ directory. Ensure that files are placed in their respective subdirectories.

Examples:

  • static/resume.pdf
  • static/images/license.png
  • static/images/ornament.svg
  • static/images/ornament-divider.svg

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

License

This project is licensed under the MIT License.