https://aileron-projects.github.io/
This repository contains website contents
Environment setup
- Install Hugo Extended Version.
- Install Dart Sass.
- Install Node.js.
Run on local
git clone --recursive https://github.com/aileron-projects/aileron-projects.github.io.gitcd aileron-projects.github.ionpm installcd themes/docsy/ && npm installcd ../../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.