Skip to content

Landing page & marketing website for the TelemetryJet platform.

License

Notifications You must be signed in to change notification settings

telemetryjet/telemetryjet-website

Repository files navigation

Telemetryjet Landing Page & Marketing Website

This is the source code that runs the TelemetryJet landing page & marketing website. If you are looking for the repository for the TelemetryJet server, then head over to telemetryjet/telemetryjet. Otherwise feel free to look around and use this is as inspiration for your own site.


Developer's Guide

This repository uses Hugo to generate a static site from markdown files. The project also includes a custom theme, specifically designed for the site landing page. The theme sets up sidebar menus, headers and footers, and the landing page content.

The site is deployed using Netlify; The master branch is deployed to the production site and the develop branch is deployed to the development site.

Deploy Status

Branch Deploy Status Target
develop Netlify Status https://www.dev.telemetryjet.com/
master Netlify Status https://www.telemetryjet.com/

Development

Please install Hugo.

To run a development server, use:

hugo serve

To build and export the site to static HTML, use:

hugo

This will build the static site to the public/ directory as HTML. These files should not be uploaded to git; they are ignored and will be built by Netlify during the automated deployment.

About

Landing page & marketing website for the TelemetryJet platform.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published