Personal website with markdown blog & syntax highlighting
Go to file
2021-03-31 18:57:51 -04:00
assets updating deps 2021-03-31 14:06:59 -04:00
config adding support for a site content repo under priv/content/, and for dev.secret.exs 2021-03-31 14:05:55 -04:00
lib initial handling of blog content and serving of blog content files/assets 2021-03-31 18:57:51 -04:00
priv/gettext changing how content dir is handled by git 2021-03-31 15:07:47 -04:00
test initial commit 2021-03-28 21:12:55 -04:00
.formatter.exs initial commit 2021-03-28 21:12:55 -04:00
.gitignore initial handling of blog content and serving of blog content files/assets 2021-03-31 18:57:51 -04:00
mix.exs updating deps 2021-03-31 14:06:59 -04:00
mix.lock updating deps 2021-03-31 14:06:59 -04:00
README.md initial commit 2021-03-28 21:12:55 -04:00

Home73k

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more