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.
-
Clone the repository:
git clone https://github.com/darshi1337/website.git cd website -
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
- On macOS (using Homebrew):
-
Start the Hugo development server:
hugo server --port 1337
-
Open your browser and navigate to
http://localhost:1337.
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.
static/resume.pdfstatic/images/license.pngstatic/images/ornament.svgstatic/images/ornament-divider.svg
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License.