Live Demo: prathamesh-ghatole.github.io
portfolio_preview.mp4
Built and maintained with Hugo, this site is built with convenience and ease of editability kept in mind.
This clean & minimal single-page static site is based on Panr's beautiful Terminal theme for Hugo!
- Clone this repo using
git clone <url>
- Enter project directory
cd Prathamesh-Ghatole.github.io/
- Initialize Submodules
git submodules init
git submodules update
- Download Hugo here:
- Windows: https://gohugo.io/installation/
- Linux:
sudo apt install hugo
- Run server:
hugo server
- Edit
config.toml
to change site title, description, etc. - Replace files in
static/
to change favicon, banner, etc. - Edit
content/_index.md
to change content of the site. - Commit & push changes to update the website!