From cf1bc5e86c6e3c72a3c7fa02ab2327fb6d8eb264 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 21 Aug 2019 21:59:53 -0700 Subject: [PATCH] Add license to files, fixed roles and role display --- content/blog/introduction-to-android-framework/index.md | 5 +++-- content/blog/joining-freenode-irc/index.md | 5 +++-- content/blog/travis-ci-for-android/index.md | 5 +++-- src/data/licenses.json | 8 ++++++++ src/data/unicorns.json | 2 +- src/pages/about.js | 4 ++-- 6 files changed, 20 insertions(+), 9 deletions(-) diff --git a/content/blog/introduction-to-android-framework/index.md b/content/blog/introduction-to-android-framework/index.md index fa619327..b9d5e99a 100644 --- a/content/blog/introduction-to-android-framework/index.md +++ b/content/blog/introduction-to-android-framework/index.md @@ -2,10 +2,11 @@ { title: "Introduction to Android: Contexts, Intents, and the Activity lifecycle", description: 'A basic overview of the main components of an Android app and how they interact with each other and the Android system', - published: '2019-08-09T18:12:03.284Z', + published: '2019-08-22T05:12:03.284Z', author: 'fennifith', tags: ['android'], - attached: [] + attached: [], + license: 'publicdomain-zero-1' } --- diff --git a/content/blog/joining-freenode-irc/index.md b/content/blog/joining-freenode-irc/index.md index 6d90794f..11ddf276 100644 --- a/content/blog/joining-freenode-irc/index.md +++ b/content/blog/joining-freenode-irc/index.md @@ -2,10 +2,11 @@ { title: "Joining Freenode IRC: A Guide", description: 'Basic (but detailed) instructions for setting up a Freenode IRC account through various clients', - published: '2019-08-09T17:12:03.284Z', + published: '2019-08-22T05:12:03.284Z', author: 'fennifith', tags: ['irc'], - attached: [] + attached: [], + license: 'publicdomain-zero-1' } --- diff --git a/content/blog/travis-ci-for-android/index.md b/content/blog/travis-ci-for-android/index.md index 92cd7c9b..d28573af 100644 --- a/content/blog/travis-ci-for-android/index.md +++ b/content/blog/travis-ci-for-android/index.md @@ -2,10 +2,11 @@ { title: "Continuous Integration with Travis CI for Android", description: 'An in-depth tutorial explaining how to set up Travis CI to deploy signed builds to Google Play. Among other things', - published: '2019-08-09T16:12:03.284Z', + published: '2019-08-22T05:12:03.284Z', author: 'fennifith', tags: ['android', 'ci'], - attached: [] + attached: [], + license: 'publicdomain-zero-1' } --- diff --git a/src/data/licenses.json b/src/data/licenses.json index ee4e940f..4d0dc1b9 100644 --- a/src/data/licenses.json +++ b/src/data/licenses.json @@ -14,5 +14,13 @@ "explainLink": "http://creativecommons.org/licenses/by/4.0/", "name": "Attribution 4.0 International (CC BY 4.0)", "displayName": "Creative Commons Attribution 4.0 International License" + }, + { + "id": "publicdomain-zero-1", + "footerImg": "https://licensebuttons.net/p/zero/1.0/88x31.png", + "licenceType": "Public Domain", + "explainLink": "https://creativecommons.org/publicdomain/zero/1.0/", + "name": "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", + "displayName": "Public Domain" } ] diff --git a/src/data/unicorns.json b/src/data/unicorns.json index b28a157d..e69f8c50 100644 --- a/src/data/unicorns.json +++ b/src/data/unicorns.json @@ -12,7 +12,7 @@ "pronouns": "they/themselves", "profileImg": "./crutchcorn.png", "color": "#ba68c8", - "roles": ["developer"] + "roles": ["devops", "developer"] }, { "id": "fennifith", diff --git a/src/pages/about.js b/src/pages/about.js index 81f03139..6be732a3 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -71,12 +71,12 @@ const AboutUs = (props) => {