Personal website with markdown blog & syntax highlighting
Go to file
2021-04-03 23:22:35 -04:00
assets added content, post display 2021-04-03 23:22:35 -04:00
config added content, post display 2021-04-03 23:22:35 -04:00
lib added content, post display 2021-04-03 23:22:35 -04:00
priv added content, post display 2021-04-03 23:22:35 -04:00
test added content, post display 2021-04-03 23:22:35 -04:00
.formatter.exs initial commit 2021-03-28 21:12:55 -04:00
.gitignore back to simple blog module, loading posts with elixir map frontmatter, avoiding yaml package 2021-03-31 23:31:46 -04:00
.iex.exs post parsing now builds a 'corpus' for each post, useful for future search feature, and ... seo keywords? 2021-04-01 18:09:52 -04:00
mix.exs added content, post display 2021-04-03 23:22:35 -04:00
mix.lock added content, post display 2021-04-03 23:22:35 -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