Skip to content

dixxe/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Comments and code refactoring
  • Comments and likes for blog

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published