mirror of
https://github.com/typeable/octopod.git
synced 2024-11-23 01:03:45 +03:00
iko
9bcfdcf065
* Added link titles * Preserve metadata ordering * Added dev run commands to Makefile * Added explanation to the development guide * Made caddy 2 the only config since we probably don't want to maintain two versions. * Use `id` instead of `ord` * Added ghcid version of Caddyfile * Renamed staging to deployment
7 lines
57 B
Bash
Executable File
7 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "key,value"
|
|
echo "key2,value2"
|
|
|
|
exit 0
|