A hand-drawn medieval printing press, heavily pixelated

Tleilax

Basic Static Site Generator

Getting Started

This is a template repo that contains some scripts and other code to create a basic static site using EJS. It contains a development environment as well as scripts to automatically rebuild the site based on changes.

  1. Clone the repo, using it as a template.

  2. Make sure you have Docker installed.

  3. dx/build

  4. dx/start

  5. In another terminal, dx/exec bin/setup

  6. In that same other terminal, dx/exec bin/dev

  7. Open http://localhost:5555 in your browser.

What's What

All files for your site are inside src/:

That's One Helluva Toolchain

This brings together a meager, but effective, toolchain.

Deploying

This depends on how you deploy. You will need to modify bin/deploy to suit your needs Currently it does bin/build production, which will put all the files in site/production.