- Framework: Hugo
- Languages: Markdown, HTML, CSS, Go (Hugo Templates)
Prerequisites:
- Ensure you have Git and Hugo installed.
- Clone the repository:
git clone https://github.com/harilvfs/blogs.git
- Navigate to the project directory:
cd blogs/
- Install Hugo (if not already installed):
- Arch Linux:
sudo pacman -S hugo
- Debian/Ubuntu:
sudo apt update sudo apt install hugo
- Fedora:
sudo dnf install hugo
- MacOS (Homebrew):
brew install hugo
hugo server -D
- Open http://localhost:1313 in your browser to view the site.
Note
This website is built using Hugo and customized to fit my personal needs.
Feel free to fork this project, create a new branch, and submit a pull request with your enhancements. All kinds of contributions are welcome!
Copyright © 2023-present Hari Chalise