This website is a showcase of my skills and interests.
Yes you can! 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.
- Create blogs.db database and populate it with
initdb()
method. - run compiled binary with
./personal-website ""
to start HTTP website or./personal-website domain.com subdomain.domain.com
to start HTTPS website
- 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
- Comments and code refactoring
- Comments and likes for blog