This is a simple server that serves a portfolio website. It is built using Go, HTMX, RippleUI and TailwindCSS.
- Toggle between dark and light mode
- Admin panel for changing informations, email and password
- Login and register system
- Session management
- Clone the repository
git clone https://github.com/mt190502/portfolio.git- Change directory to the project folder
cd portfolio- Install the dependencies
go mod tidy- Copy config-example.yaml to config.yaml and fill in the required fields
cp config-example.yaml config.yaml
vim config.yaml- Run the server
go run src/main.go
















