Remote Executive Website - Project Overview

Project Type

This is a Deno Lume static site generator project, designed to build and serve the Remote Executive website (www.remote-executive.com).

Technology Stack

Project Structure

.
├── _config.ts          # Main Lume configuration file
├── src/               # Source directory containing all site content
│   ├── _includes/     # Templates, layouts, and shared resources
│   │   ├── layout/    # Base layouts for pages
│   │   ├── partials/  # Reusable template components
│   │   └── css/       # CSS modules and components
│   ├── assets/        # Static assets (images, etc.)
│   ├── styles.css     # Global styles and CSS imports
│   ├── index.vto      # Main page template
│   └── _data.yml      # Global site data
├── _site/             # Generated static site (output directory)
├── deno.json          # Deno configuration
└── deno.lock          # Dependency lock file

Configuration Details

Lume Configuration (_config.ts)

The project uses a modular configuration approach with several key Lume plugins:

  1. Base Configuration

  2. Asset Management

  3. Enabled Plugins

Content Organization

CSS Architecture

Build Output

The static site is generated in the _site directory, which contains the complete built website ready for deployment.

Development

The project uses Deno's built-in tooling and package management. Dependencies are tracked in deno.lock for reproducible builds.

Template System

The project uses Velociraptor Template (VTO) files for templating:

Date Handling

Additional Information

Conclusion

The Remote Executive website project is a comprehensive and well-designed project that meets all the requirements and expectations. It is a great example of a modern and efficient static site generator project.