New Aegisub site. Powered by hugo and doks.
- NodeJS (should be the latest LTS version). Install it from official site or use your package manager, such as Homebrew
npm ci
npm run start
Other commands for common tasks.
- All contents should be in
content
folder. The/docs/3.0
contains legacy documentation from the old Aegisub website. - Assets (such as images) for the documentation should be put into
static
folder. For example if you have/static/img/3.2/audio_display.png
, you can reference it later in Markdown file like this:
![audio_display](/img/3.2/audio_display.png)
- Change baseurl in
config\production\config.toml
- Change branches in
.github\workflows\pages.yml