Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.17 KB

File metadata and controls

18 lines (12 loc) · 1.17 KB

MobiFlight website

Website for MobiFlight, written in Hugo with the hugo-arcana theme. This documentation is deployed using CloudFlare Pages to the MobiFlight site. See the deployment guide for information on how to deploy.

Editing the documentation

The documentation is set up for editing using Visual Studio Code dev containers:

  1. Install VSCode

  2. Install Docker Desktop

  3. Install the Dev Containers extension

  4. Run VSCode

  5. Hit CTRL-SHIFT-P and type clone repo to find the dev container command and select it: Screenshot of the clone repository command selected

  6. Enter this repo's URL (https://github.com/neilenns-projects/mobiflight-website)

  7. Wait for the dev container to build

To view the documentation press F5 and it will automatically build and open in Edge. To use Chrome instead select Launch Chrome in the run and debug tab.