summaryrefslogtreecommitdiff
path: root/_data/licenses.yml
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-09-27 14:31:36 -0500
committerKarl Hallsby <karl@hallsby.com>2020-09-27 14:32:00 -0500
commit61b34a5f260db45575d448d766ea29c0fb273ed3 (patch)
tree4ac84fa917df0c69fb0fc6d587750514e7d0d813 /_data/licenses.yml
parentc3cafe3c3817f52d4c588b5b0d6e71e07e06145e (diff)
Add jekyll-text-theme YAML files
Diffstat (limited to '_data/licenses.yml')
-rw-r--r--_data/licenses.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/_data/licenses.yml b/_data/licenses.yml
new file mode 100644
index 0000000..6729af5
--- /dev/null
+++ b/_data/licenses.yml
@@ -0,0 +1,16 @@
+CC-BY-4.0:
+ name: Attribution 4.0 International
+ url: https://creativecommons.org/licenses/by/4.0/
+ image: https://i.creativecommons.org/l/by/4.0/88x31.png
+CC-BY-SA-4.0:
+ name: Attribution-ShareAlike 4.0 International
+ url: https://creativecommons.org/licenses/by-sa/4.0/
+ image: https://i.creativecommons.org/l/by-sa/4.0/88x31.png
+CC-BY-NC-4.0:
+ name: Attribution-NonCommercial 4.0 International
+ url: https://creativecommons.org/licenses/by-nc/4.0/
+ image: https://i.creativecommons.org/l/by-nc/4.0/88x31.png
+CC-BY-ND-4.0:
+ name: Attribution-NoDerivatives 4.0 International
+ url: https://creativecommons.org/licenses/by-nd/4.0/
+ image: https://i.creativecommons.org/l/by-nd/4.0/88x31.png