Personal website
Do you ever wanter a personal website on the internet? Here it is!
Repo contains my website, but feel free to change anything.
Can I REALLY use this website?
Yes you REALLY can! Change all templ files and use it as bare-bones for your own webpage! But you must follow MIT license if you doing so.
To start website you need to:
- Create .env file and populate it with LOGIN, PASSWORD for admin panel.
- run compiled binary with
./personal-website ""
to start HTTP website or./personal-website domain.com subdomain.domain.com
to start HTTPS website
How to contribute?
- Fork the repository
- Create a new branch (
git checkout -b feature/AmazingFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
ToDo
- Comments and code refactoring
- Projects showcase
- Funny stuff, like site statistics, easter eggs..
Languages
Go
56.4%
templ
42.3%
Nix
1.3%