
Programma di studi di cybersecurity online strutturato per educatori, che fornisce attività e risorse già pronte per insegnare agli adolescenti (13-18 anni) concetti di sicurezza, minacce e pratiche digitali responsabili.
Questo repository contiene risorse educative per Class'Code CyberClass.
📦CyberClass # ------------------------------------ Root directory
┣ 📂docs # --------------------------------------- Website sources
┃ ┣ 📂assets # ----------------------------------- General assets (logo, favicon, etc)
┃ ┣ 📂Partie1 # ---------------------------------- Folder for the first module
┃ ┃ ┣ 📜Activite1.en.md # ------------------------ page content file in english of activite 1
┃ ┃ ┣ 📜Activite1.md # --------------------------- page content file of activite 1
┃ ┃ ┣ 📜Activite2.en.md # ------------------------ page content file in english of activite 2
┃ ┃ ┣ 📜Activite2.md # --------------------------- page content file of activite 2
┃ ┃ ┣ 📜index.en.md # ---------------------------- page of introduction in english
┃ ┃ ┣ 📜index.md # ------------------------------- page of introduction (overridden by home.html)
┃ ┃ ┗ 📜.pages # --------------------------------- Navigation links config
┣ 📂overrides # ---------------------------------- Custom pages overrides
┃ ┣ 📜home.en.html # ----------------------------- Homepage override in english
┃ ┗ 📜home.html # -------------------------------- Homepage override
┣ 📜.gitignore # --------------------------------- Git ignored files
┣ 📜README.md # ---------------------------------- Main readme file (This file you're reading)
┗ 📜mkdocs.yml # --------------------------------- Website main config file
Per visualizzare il sito web localmente sul tuo computer è necessario installare python, mkdocs e git.
Prerequisiti :
.pkg per MacOS per comodità)pip install mkdocs-material mkdocs-pdf-export-plugin mkdocs-jupyter mkdocs-macros-plugin mkdocs-awesome-pages-plugin
In un terminale :
git clone https://class-code.gitlab.io/CyberClass/cd CyberClassmkdocs serveDopo qualche secondo, il sito web dovrebbe essere disponibile all'indirizzo : http://localhost:8000