A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
<?php | |
/* | |
--------------------------------------- | |
HTTP Security headers | |
--------------------------------------- | |
*/ | |
// Generating CSP nonce & defining CSP header | |
$csp_nonce = base64_encode(random_bytes(20)); |
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes: