No description
| .forgejo/workflows | ||
| .github/workflows | ||
| .vscode | ||
| drawio | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc | ||
| astro.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
ISPmail guide
This repository contains the ISPmail guide as found on workaround.org.
The web site is built the static site generator Starlight which creates beautiful documentation with table of contents, a search function and customizable widgets.
The illustrations were created using DrawIO. The flip-book-style diagrams on the big picture page were created using:
- https://github.com/pascal-brand38/astro-splide
- https://pascal-brand38.github.io/astro-dev/packages/astro-splide/
- https://splidejs.com/guides/options/
Contributing
Feel free to clone this repository (the prod branch) and make changes. You will need NodeJS to create the HTML from the sources:
apt install nodejs
npm i
npm run dev
Merge requests are always welcome. Typo fixes and rephrasing are always welcome because I am not a native english speaker. If you want to contribute or change larger sections please talk to me first.
Or just create an issue here on Github so that I know what needs fixing.