The Elixir application that powers my personal website https://sloanelybutsurely.com
Find a file
2025-05-09 16:38:20 -04:00
.kamal feat: mastodon accounts 2025-04-29 12:55:14 -04:00
assets chore: reorganize project, enforce boundaries 2025-03-22 13:09:08 -04:00
config feat: mastodon microblog syndication 2025-04-29 13:48:12 -04:00
lib fix content type typo 2025-05-09 16:38:20 -04:00
priv update favicon 2025-05-09 14:22:35 -04:00
prompts big updates to content 2025-04-12 13:04:57 -04:00
rel/overlays/bin setup kamal to deploy 2025-04-16 08:19:38 -04:00
scripts feat: mastodon accounts 2025-04-29 12:55:14 -04:00
test prevent changing slugs of published posts 2025-03-25 22:22:06 -04:00
.credo.exs create posts table 2025-03-25 21:54:52 -04:00
.dockerignore setup kamal to deploy 2025-04-16 08:19:38 -04:00
.formatter.exs refresh bsky before posting if needed, schedule refresh before exp 2025-05-02 15:52:24 -04:00
.gitignore remove envrc 2025-02-24 10:48:40 -05:00
.mise.toml setup kamal to deploy 2025-04-16 08:19:38 -04:00
CLAUDE.md big updates to content 2025-04-12 13:04:57 -04:00
Dockerfile setup kamal to deploy 2025-04-16 08:19:38 -04:00
Gemfile setup kamal to deploy 2025-04-16 08:19:38 -04:00
Gemfile.lock setup kamal to deploy 2025-04-16 08:19:38 -04:00
mix.exs atom feed 2025-05-09 16:08:35 -04:00
mix.lock atom feed 2025-05-09 16:08:35 -04:00
README.md mix phx.new 2025-02-20 10:43:58 -05:00

CMS

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.

Ready to run in production? Please check our deployment guides.

Learn more