/aegisite

Aegisub's website

Primary LanguageHTMLMIT LicenseMIT

AegiSite

New Aegisub site. Powered by hugo and doks.

Prerequisites

  • NodeJS (should be the latest LTS version). Install it from official site or use your package manager, such as Homebrew

Run the development server

npm ci
npm run start

Other commands for common tasks.

Quick guide

  • 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)

Deploy

  • Change baseurl in config\production\config.toml
  • Change branches in .github\workflows\pages.yml

Documentation