Copy the code below and paste it in place of the code in the stylesheet in order to make these changes affect all your pages.

{% color "melody" color="#5191CC", export_to_template_context=True %} /* change your site's color here */

{% color "harmony" color="#5191CC", export_to_template_context=True %} /* change your site's secondary color here */

{% set topHeaderColor = "#1F3F6C" %} /* This color is solely used on the top bar of the website. */

{% set baseFontFamily = "Open Sans" %} /* Add the font family you wish to use. You may need to import it above. */

{% set headerFontFamily = "Open Sans" %} /* This affects only headers on the site. Add the font family you wish to use. You may need to import it above. */

{% set textColor = "#565656" %} /* This sets the universal color of dark text on the site */

{% set pageCenter = "1200px" %} /* This sets the width of the website */

{% set headerType = "fixed" %} /* To make this a fixed header, change the value to "fixed" - otherwise, set it to "static" */

{% set lightGreyColor = "#f7f7f7" %} /* This affects all grey background sections */

{% set baseFontWeight = "normal" %} /* More than likely, you will use one of these values (higher = bolder): 300, 400, 700, 900 */

{% set headerFontWeight = "normal" %} /* For Headers; More than likely, you will use one of these values (higher = bolder): 300, 400, 700, 900 */

{% set buttonRadius = '10px' %} /* "0" for square edges, "10px" for rounded edges, "40px" for pill shape; This will change all buttons */

After you have updated your stylesheet, make sure you turn this module off

How — To Install Aircrack-ng Verified

sudo airmon-ng # Lists wireless interfaces and checks for conflicts If your wireless interface (e.g., wlan0 ) appears, the core tools are working. | Issue | Solution | |-------|----------| | command not found | Add the install directory to PATH or reinstall as root | | No such device | Your wireless adapter is not recognized; check drivers | | monitor mode not supported | You need a compatible adapter (check chipset: Atheros, Ralink, Realtek) | | Permission denied | Run commands with sudo | | Missing dependencies on Linux | Install libpcap-dev , libssl-dev , pkg-config | Important Legal and Ethical Notice Aircrack-ng is intended solely for security testing on networks you own or have explicit written permission to test. Unauthorized use against any Wi-Fi network is illegal in most jurisdictions and violates computer fraud and abuse laws. Always obtain proper authorization before using these tools. With Aircrack-ng successfully installed, you can begin exploring Wi-Fi auditing techniques in a legal, controlled environment.

aircrack-ng --version To test basic functionality: how to install aircrack-ng

git clone https://github.com/aircrack-ng/aircrack-ng.git cd aircrack-ng autoreconf -i ./configure make sudo make install After installation, run: sudo airmon-ng # Lists wireless interfaces and checks