No description
  • MDX 98.6%
  • JavaScript 0.6%
  • CSS 0.6%
Find a file
2026-07-18 15:56:10 +03:00
.github/workflows feat(ci): add deploy workflow 2026-07-18 15:27:07 +03:00
public Initial commit: gizmolab wiki 2026-07-02 18:04:13 +03:00
src Add steps and fix headers 2026-07-18 15:56:10 +03:00
.gitignore chore: Configure build automation and disable Astro telemetry 2026-07-03 12:26:41 +03:00
astro.config.mjs feat(workshops): Add Linux Mint workshop documentation 2026-07-03 14:17:23 +03:00
build.sh feat(ci): add deploy workflow 2026-07-18 15:27:07 +03:00
package-lock.json Initial commit: gizmolab wiki 2026-07-02 18:04:13 +03:00
package.json chore: Configure build automation and disable Astro telemetry 2026-07-03 12:26:41 +03:00
README.md Initial commit: gizmolab wiki 2026-07-02 18:04:13 +03:00
tsconfig.json Initial commit: gizmolab wiki 2026-07-02 18:04:13 +03:00

gizmo_lab wiki

Το wiki/knowledge base του gizmo_lab hacklab.
Τεκμηρίωση workshops, projects, εξοπλισμού και ό,τι χρειάζεται να μην ξεχνάμε.

Built with Starlight (Astro). Static site, no backend, no databases, just markdown.


Δομή

src/content/docs/
├── workshops/         # OpSec, Privacy Tools, TailsOS, Android Debloat, Ad Blocking
├── projects/          # Hardware & software projects (TWANG, κλπ.)
├── equipment/         # Καταγραφή εξοπλισμού εργαστηρίου
├── guides/            # Οδηγοί συνεισφοράς κλπ.
└── index.mdx          # Landing page

Το config βρίσκεται στο astro.config.mjs. Τα styles στο src/styles/custom.css.


Dev

npm install          # μια φορά
npm run dev          # localhost:4321
npm run build        # static output στο dist/

Συνεισφορά

  1. Φτιάξε ένα .mdx αρχείο στον κατάλληλο φάκελο
  2. Πρόσθεσε frontmatter (title, description, sidebar order)
  3. Μη βάζεις H1 heading στο body — το Starlight το κάνει αυτόματα από τον title
  4. Push, rebuild, done

Αναλυτικά: δες τον οδηγό στο /guides/contributing/


License

Ελεύθερο για χρήση, αντιγραφή και τροποποίηση.