From b30528c75af9b89b03b0db61372aa2b3656a1221 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Fri, 8 Sep 2017 22:59:49 -0500 Subject: [PATCH] added license also tweaked new post locations --- LICENSE | 4 ++++ _config.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..843a636 --- /dev/null +++ b/LICENSE @@ -0,0 +1,4 @@ +This work is licensed under the Creative Commons Attribution-NonCommercial 4.0 +International License. To view a copy of this license, visit +http://creativecommons.org/licenses/by-nc/4.0/ or send a letter to Creative +Commons, PO Box 1866, Mountain View, CA 94042, USA. diff --git a/_config.yml b/_config.yml index 029a023..cb1111d 100644 --- a/_config.yml +++ b/_config.yml @@ -28,7 +28,7 @@ i18n_dir: :lang skip_render: # Writing -new_post_name: :title.md # File name of new posts +new_post_name: :year/:title.md # File name of new posts default_layout: post titlecase: false # Transform title into titlecase external_link: true # Open external links in new tab