mirror of
https://gitlab.com/nullmax17/personal-website.git
synced 2025-03-14 21:21:11 +03:00
23 lines
852 B
Markdown
23 lines
852 B
Markdown
|
# Personal web
|
||
|
This website is a showcase of my skills and interests.
|
||
|
|
||
|
## Can I use this website?
|
||
|
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
|
||
|
|
||
|
## 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
|
||
|
- [x] Comments and code refactoring
|
||
|
- [ ] Comments and likes for blog
|