2025-01-28 19:07:09 +03:00
2025-03-17 21:08:26 +03:00
2025-03-16 12:51:20 +03:00
2025-01-28 18:43:37 +03:00
2025-01-28 18:43:37 +03:00
2025-03-17 21:08:26 +03:00
2025-03-17 21:08:26 +03:00
2025-01-28 18:43:37 +03:00
2025-03-17 21:08:26 +03:00
2025-03-16 12:51:20 +03:00

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?

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some AmazingFeature')
  5. Push to the branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

ToDo

  • Comments and code refactoring
  • Projects showcase
  • Funny stuff, like site statistics, easter eggs..
Description
Template website for creating own personal webpages
Readme MIT 568 KiB
Languages
Go 56.4%
templ 42.3%
Nix 1.3%