Personal Website of Inhji
https://inhji.de
- Elixir 90.8%
- HTML 6.8%
- JavaScript 1.2%
- CSS 0.8%
- Shell 0.4%
| assets | ||
| config | ||
| lib | ||
| priv | ||
| rel/overlays/bin | ||
| scripts | ||
| test | ||
| .env.example | ||
| .formatter.exs | ||
| .gitignore | ||
| .rsyncignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| CHANGELOG.md | ||
| hajur.png | ||
| hajur.service | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
Hajur
Hajur is a personal website consisting of a Backend based on the Phoenix Framework and a Frontend created with HTML and CSS and TailwindCSS.
Development
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Use Conventional Commits for annotating your commits:
- Use
fix:for small fixes which will increment the patch version - Use
feat:for new features which will increment the minor version - Use
chore:,docs:and other prefixes for changes which do not increment any version
Ready to run in production? Please check our deployment guides.
Deployment
To build and deploy a release:
- Run
mix deploy - Profit!
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix
