rename from llmex to monotab
This commit is contained in:
@@ -3,17 +3,14 @@ import Config
|
||||
config :tableau, :reloader,
|
||||
patterns: [
|
||||
~r"^lib/.*.ex",
|
||||
~r"^(_posts|_pages)/.*.md",~r"^extra/.*.(css|js)"
|
||||
~r"^(_posts|_pages)/.*.md",
|
||||
~r"^extra/.*.(css|js)"
|
||||
]
|
||||
|
||||
config :web_dev_utils, :reload_log, true
|
||||
# uncomment this if you use something like ngrok
|
||||
# config :web_dev_utils, :reload_url, "'wss://' + location.host + '/ws'"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
config :tableau, :config,
|
||||
url: "http://localhost:4999",
|
||||
markdown: [
|
||||
@@ -39,10 +36,9 @@ config :tableau, Tableau.SitemapExtension, enabled: true
|
||||
|
||||
config :tableau, Tableau.RSSExtension,
|
||||
enabled: true,
|
||||
title: "llmex",
|
||||
title: "monotab",
|
||||
description: "My beautiful website"
|
||||
|
||||
config :elixir, :time_zone_database, Tz.TimeZoneDatabase
|
||||
|
||||
import_config "#{Mix.env()}.exs"
|
||||
|
||||
|
Reference in New Issue
Block a user