No description wiki.maelg.com
Find a file
Mig ab53045930
All checks were successful
Build and Deploy Wiki / build-and-deploy (push) Successful in 1m18s
feat(docs): update 'To be added' sections for Android Hardening and Personal Infrastructure with new implementations
2026-03-02 20:47:34 +01:00
.forgejo/workflows Update .forgejo/workflows/deploy.yaml 2026-02-02 16:26:59 +00:00
docs feat(docs): update 'To be added' sections for Android Hardening and Personal Infrastructure with new implementations 2026-03-02 20:47:34 +01:00
src Cleanup: suppression des templates de blog et exemples 2026-02-02 11:33:45 +01:00
static Monkeyyyy 2026-02-02 21:43:19 +01:00
.gitignore Initial commit: Wiki setup in Arch sandbox 2026-02-02 11:30:17 +01:00
docusaurus.config.ts deepl lol 2026-03-02 19:47:17 +01:00
package-lock.json Initial commit: Wiki setup in Arch sandbox 2026-02-02 11:30:17 +01:00
package.json Initial commit: Wiki setup in Arch sandbox 2026-02-02 11:30:17 +01:00
README.md Initial commit: Wiki setup in Arch sandbox 2026-02-02 11:30:17 +01:00
sidebars.ts feat(docs): add 'To be added' sections for Android Hardening and Personal Infrastructure 2026-03-02 20:41:16 +01:00
tsconfig.json Initial commit: Wiki setup in Arch sandbox 2026-02-02 11:30:17 +01:00
yarn.lock Landing page and arborescence 2026-02-02 18:34:59 +01:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.