2025-07-26 03:35:08 -04:00
2025-07-26 13:27:35 -04:00
2025-07-26 15:40:42 -04:00
2025-07-26 15:32:40 -04:00
2025-07-26 15:18:58 -04:00
2025-07-26 03:35:08 -04:00
2025-07-26 03:35:08 -04:00
2025-07-26 03:35:08 -04:00
2025-07-26 03:35:08 -04:00
2025-07-26 03:35:08 -04:00
2025-07-26 13:27:35 -04:00

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

cd monotab
mix deps.get

mix tableau.server

Draft Posts and WIP Pages

Posts and pages that are not ready for production can be saved to the _drafts and _wip directories respectively.

These are controlled via application configuration, as seen in config/dev.exs and config/prod.exs

Production Builds

To build for production, run the mix build alias to build your site and compile any assets (depends on what asset you chose when generating your site).

Running your build with MIX_ENV=prod is important so that the live reload JS script is not loaded, and also allows you to configure your app differently in dev vs prod, like showing future posts in dev, but not in prod.

MIX_ENV=prod mix build
Description
Example blog built with Tableau and Mono
Readme 117 KiB
Languages
CSS 46.6%
Elixir 31.9%
HTML 21.5%