I hereby claim:
- I am scottboms on github.
- I am scottboms (https://keybase.io/scottboms) on keybase.
- I have a public key whose fingerprint is 3B11 0748 04AF E68C 4977 4EF8 459D B508 C349 180B
To claim this, I am signing this object:
<?php | |
// Kirby site config file | |
// site/config/config.php | |
return [ | |
'routes' => [ | |
[ | |
// This sets up two different URLs as an array that will | |
// return the JSON Feed representation of a page in Kirby | |
'pattern' => ['feed', 'some-other-path/feed'], | |
'action' => function() { |
<?php | |
/** | |
* Allows you to use blueprints to tell | |
* Kirby whether to cache a page or not | |
* | |
* eg. | |
* In a page blueprint | |
* options: | |
* cache: false |
.editorconfig | |
.git | |
.gitignore | |
.gitmodules | |
.DS_Store | |
README.md | |
rsync-excludes.txt | |
update-site.sh | |
site/accounts/ | |
site/cache/ |
#!/bin/bash | |
ERRORST="Whoops! Maybe check the command and try that again." | |
if [ $# -eq 0 ] | |
then | |
echo "$ERRORST"; | |
elif [[ "$1" == "help" ]] | |
then | |
echo "To run: update-site.sh deploy OR update-site.sh deploy go" |
I hereby claim:
To claim this, I am signing this object: