Skip to content

aileron-projects/aileron-projects.github.io

AILERON Projects Website

https://aileron-projects.github.io/

This repository contains website contents

Run website on local

Environment setup

Run on local

  • git clone --recursive https://github.com/aileron-projects/aileron-projects.github.io.git
  • cd aileron-projects.github.io
  • npm install
  • cd themes/docsy/ && npm install
  • cd ../../
  • hugo server -D

Hugo and docsy versions used to build the website are written in the .github/workflows/gh-pages.yaml.

See also hugo CLI documentations.

Contributors