diff --git a/SETUP.md b/SETUP.md index 927fbdd..eacf2ff 100644 --- a/SETUP.md +++ b/SETUP.md @@ -5,7 +5,8 @@ This Jekyll site is designed to display cybersecurity lab exercises organized by ## Features - **Organized by Category**: Labs are grouped by their directory structure (e.g., "Introducing Attacks", "Network Security", etc.) -- **Hacktivity Theme**: Custom theme matching the Hacktivity platform with light/dark mode toggle +- **Hacktivity Theme**: Custom theme matching the Hacktivity platform with light/dark mode toggle (dark mode default) +- **Google Fonts**: Uses Inter for body text and JetBrains Mono for code - **GitHub Pages Compatible**: Ready for deployment on GitHub Pages - **Responsive Design**: Works on desktop and mobile devices diff --git a/_layouts/default.html b/_layouts/default.html index a870e88..cd75f29 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,6 +8,9 @@