added content, post display
This commit is contained in:
parent
ae9fff231b
commit
a6186ba639
36 changed files with 751 additions and 199 deletions
config
|
@ -7,6 +7,7 @@
|
|||
# General application configuration
|
||||
use Mix.Config
|
||||
|
||||
# Tzdata db config
|
||||
config :elixir, :time_zone_database, Tzdata.TimeZoneDatabase
|
||||
|
||||
# Custom application global variables
|
||||
|
|
|
@ -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)$"
|
||||
]
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue