added content, post display

This commit is contained in:
Adam Piontek 2021-04-03 23:22:35 -04:00
parent ae9fff231b
commit a6186ba639
36 changed files with 751 additions and 199 deletions

View file

@ -7,6 +7,7 @@
# General application configuration
use Mix.Config
# Tzdata db config
config :elixir, :time_zone_database, Tzdata.TimeZoneDatabase
# Custom application global variables

View file

@ -53,7 +53,8 @@ config :home73k, Home73kWeb.Endpoint,
~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",
~r"priv/gettext/.*(po)$",
~r"lib/home73k_web/(live|views)/.*(ex)$",
~r"lib/home73k_web/templates/.*(eex)$"
~r"lib/home73k_web/templates/.*(eex)$",
~r"priv/content/*/.*(md)$"
]
]