From c993c04cdb19d90de1cf8f62ea3705084a09f486 Mon Sep 17 00:00:00 2001 From: Silas Date: Sat, 26 Jul 2025 13:27:35 -0400 Subject: [PATCH] rename from llmex to monotab --- README.md | 4 ++-- _posts/2024-01-15-test-post.md | 6 +++--- _site/2024-01-15-test-post/index.html | 11 +++++++---- _site/about/index.html | 28 ++++++++++++++++----------- _site/feed.xml | 2 +- _site/index.html | 14 ++++++++------ _site/posts/index.html | 11 +++++++---- _site/sitemap.xml | 2 +- config/config.exs | 10 +++------- lib/layouts/index_layout.ex | 16 +++++++-------- lib/layouts/page_layout.ex | 6 +++--- lib/layouts/post_layout.ex | 8 ++++---- lib/layouts/root_layout.ex | 28 ++++++++++++++++----------- lib/mix/tasks/post.ex | 5 ++--- lib/pages/about.ex | 22 ++++++++++++--------- lib/pages/home.ex | 8 ++++---- lib/pages/posts.ex | 5 +++-- mix.exs | 4 ++-- 18 files changed, 105 insertions(+), 85 deletions(-) diff --git a/README.md b/README.md index ac1c658..06a741e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# llmex +# MonoTab ## Getting Started Once you bootstrap and enter your project, fetch your dependencies and start the build server. The server is available at http://localhost:4999 ```shell -cd llmex +cd monotab mix deps.get mix tableau.server diff --git a/_posts/2024-01-15-test-post.md b/_posts/2024-01-15-test-post.md index cbdd641..c442f5a 100644 --- a/_posts/2024-01-15-test-post.md +++ b/_posts/2024-01-15-test-post.md @@ -1,8 +1,8 @@ --- title: "Test Post: Getting Started with Elixir" date: "2024-01-15" -author: "Llmex Team" -layout: Llmex.PostLayout +author: "MonoTab Team" +layout: MonoTab.PostLayout --- # Getting Started with Elixir @@ -55,4 +55,4 @@ Elixir's pipe operator (`|>`) allows for clean, readable code: |> Enum.count() ``` -This blog post is just a simple introduction to Elixir. Stay tuned for more in-depth tutorials and examples! \ No newline at end of file +This blog post is just a simple introduction to Elixir. Stay tuned for more in-depth tutorials and examples! diff --git a/_site/2024-01-15-test-post/index.html b/_site/2024-01-15-test-post/index.html index 9363d20..c22720b 100644 --- a/_site/2024-01-15-test-post/index.html +++ b/_site/2024-01-15-test-post/index.html @@ -1,5 +1,4 @@ - @@ -7,7 +6,7 @@ - Test Post: Getting Started with Elixir | Llmex Blog + Test Post: Getting Started with Elixir | MonoTab Blog @@ -18,7 +17,7 @@