Personal Website of Inhji https://inhji.de
  • Elixir 89.6%
  • HTML 8.1%
  • JavaScript 1.1%
  • CSS 0.8%
  • Shell 0.4%
Find a file
2026-05-06 18:16:17 +02:00
assets feat: redo admin panel 2026-04-26 17:20:21 +02:00
config config/dev.exs aktualisiert 2026-05-06 15:30:51 +02:00
lib feat: dont load any js on public pages 2026-05-06 18:16:03 +02:00
priv priv/static/robots.txt aktualisiert 2026-05-06 13:06:10 +02:00
rel/overlays/bin chore: prepare release 2026-04-11 10:45:57 +02:00
scripts fix: finish build configuration 2026-04-11 17:57:04 +02:00
test fix: fix login error because of missing user_info, fix post form 2026-04-22 21:49:44 +02:00
.env.example first pass 2026-04-19 17:49:17 +02:00
.formatter.exs init 2026-04-01 14:51:26 +02:00
.gitignore fix: ignore prod assets and prod config 2026-05-06 13:01:03 +02:00
.rsyncignore fix: dont delete uploads everythime lol 2026-05-04 21:15:57 +02:00
.tool-versions Update dependency elixir to v1.19.5 2026-05-06 15:44:14 +02:00
AGENTS.md layout 2026-04-02 23:25:21 +02:00
CHANGELOG.md chore: release version v1.12.1 2026-05-04 21:16:02 +02:00
hajur.png Dateien nach „/“ hochladen 2026-04-15 11:30:53 +02:00
hajur.service fix: finish build configuration 2026-04-11 17:57:04 +02:00
mix.exs Merge branch 'main' into renovate/error_tracker-0.x 2026-05-06 16:32:36 +02:00
mix.lock Merge branch 'main' into renovate/error_tracker-0.x 2026-05-06 16:32:36 +02:00
README.md README.md aktualisiert 2026-04-15 11:31:57 +02:00
renovate.json renovate.json aktualisiert 2026-05-06 14:24:44 +02:00

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 setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -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

Screenshot

Hajur Screenshot