I hereby claim:
- I am zk-codes on github.
- I am zacharykai (https://keybase.io/zacharykai) on keybase.
- I have a public key ASAiw6zYgSiihKPnRiQ28hdEYWpbl-kvHd2sS7OqHMzYYQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| // Error Reporting | |
| ini_set('display_errors', 1); | |
| ini_set('display_startup_errors', 1); | |
| error_reporting(E_ALL); | |
| // Require Composer Autoloader | |
| require '/path/to/composer/vendor/autoload.php'; |
| #!/usr/bin/php | |
| <?php | |
| $notesDirectory = 'DIRECTORY FOR POSTS FOLDER'; | |
| $siteBaseUrl = 'ROOT DOMAIN'; | |
| $outputFile = 'DIRECTORY FOR RSS FEED'; | |
| $feedTitle = 'SITE NAME'; | |
| $feedLink = 'ROOT DOMAIN'; | |
| $feedDescription = 'SITE DESCRIPTION'; | |
| $feedLanguage = 'en-us'; |