diff options
author | Ngô Ngọc Đức Huy <duchuy29092000@gmail.com> | 2021-01-10 10:54:24 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 10:54:24 +0700 |
commit | 9cc6b3bd36eab9e548ce92a3437deab1c0cc07bd (patch) | |
tree | 18e3b3ae24111fd074ff37129d8aa5f5a167c331 | |
parent | f8a9060175adc3ce8044c13e179106535eb3dfb5 (diff) | |
download | blog-9cc6b3bd36eab9e548ce92a3437deab1c0cc07bd.tar.gz |
Add miscellaneous information
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..761fabc --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Blog + +This website is built with Jekyll. The code is released under [MIT] License. +The content is released under a [Creative Commons Attribution-ShareAlike 4.0 International][CC-BY-SA-4.0] license. + +[MIT]: https://opensource.org/licenses/MIT +[CC-BY-SA-4.0]: https://creativecommons.org/licenses/by-sa/4.0/legalcode |