themeing, resume route

This commit is contained in:
2022-04-28 16:04:43 +02:00
parent 9d8fad95d3
commit 5e485fd88f
12 changed files with 649 additions and 20 deletions

View File

@ -18,6 +18,7 @@ defmodule HomepageWeb.Router do
pipe_through :browser
get "/", PageController, :index
get "/resume", ResumeController, :index
end
# Other scopes may use custom stacks.