Skip to content

WebODM/Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebODM Website

The official website for WebODM, built with Zola — a fast static site generator written in Rust.

Prerequisites

Installing Zola

See the official installation docs.

Getting Started

git clone https://github.com/WebODM/webodm-web.git
cd webodm-web
zola serve

Open your browser at http://127.0.0.1:1111.

The site will live-reload automatically whenever you save a file.

Project Structure

webodm-web/
├── config.toml        # Zola site configuration
├── start.sh           # Helper script to run the dev server
├── content/           # Markdown pages and blog posts
│   └── blog/          # Blog entries
├── data/              # JSON data files (e.g. datasets)
├── public/            # Pre-built static assets (CSS, images)
├── static/            # Static files copied as-is to the output
├── templates/         # Tera HTML templates
│   ├── base.html      # Base layout
│   ├── index.html     # Homepage
│   ├── page.html      # Generic page template
│   ├── download.html  # Download page
│   └── datasets.html  # Datasets page
└── themes/            # Zola themes (if any)

Building for Production

To generate the static site into the public/ directory:

zola build

Contributing

  1. Fork the repository and create a feature branch.
  2. Run zola serve to preview your changes locally.
  3. Commit your changes and open a pull request.

License

See the repository for license details.

About

webodm.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors