From 1fce9fce0ac23a69597a057763b7d1d048750706 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 23 Dec 2017 00:06:56 -0500 Subject: Use lukeshu@lukeshu.com for my email --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 267ccb0..c18c019 100644 --- a/config.yaml +++ b/config.yaml @@ -13,7 +13,7 @@ person_uris: "Luke Shumaker": "https://lukeshu.com/" "Andrew Murrell": "https://andrewdm.me/" person_emails: - "Luke Shumaker": "lukeshu@parabola.nu" + "Luke Shumaker": "lukeshu@lukeshu.com" "Andrew Murrell": "ImFromNASA@gmail.com" # Categories -- cgit v1.2.3 From c70e32b7d43282e0cb4b4d36ca4956bd5e1b9ed6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 23 Dec 2017 00:31:48 -0500 Subject: config: fix typo, prevent it from happening again --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index c18c019..072ba80 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,7 @@ url: "https://www.andrewdm.me/" html_suffixes: ["md", "org"] # Licenses -default_license: "CC BS-SA-3.0" +default_license: "CC BY-SA-3.0" license_uris: "CC BY-SA-3.0": "https://creativecommons.org/licenses/by-sa/3.0/" "WTFPL-2": "http://www.wtfpl.net/txt/copying/" -- cgit v1.2.3 From 230147b7a1eec46f1de54e5f26834cff9fd94112 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Sat, 23 Dec 2017 14:43:32 -0500 Subject: Added three new tags: WI, AP, FR --- config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 072ba80..face2f4 100644 --- a/config.yaml +++ b/config.yaml @@ -23,4 +23,7 @@ categories: "FF": "Flash Fiction" "HB": "Homebrew" "SS": "Short Story" - "WP": "WIP" + "WI": "WIP" + "WP": "Worldbuilding Prompt" + "AP": "Apocrypha" + "FR": "Forgotten Realms" \ No newline at end of file -- cgit v1.2.3 From 4c3f03c1a7c622c3e92081664b42c96831b43dca Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 23 Dec 2017 15:02:32 -0500 Subject: Let LocalPage::load decide how to handle different file types --- config.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 072ba80..05a31d2 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,4 @@ url: "https://www.andrewdm.me/" -html_suffixes: ["md", "org"] # Licenses default_license: "CC BY-SA-3.0" -- cgit v1.2.3 From 973dd76248111f7f42c42b8c73f8fdd257a82df4 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Sun, 24 Dec 2017 07:11:18 -0500 Subject: started the center sea and the empire --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index face2f4..605faaa 100644 --- a/config.yaml +++ b/config.yaml @@ -23,7 +23,7 @@ categories: "FF": "Flash Fiction" "HB": "Homebrew" "SS": "Short Story" - "WI": "WIP" - "WP": "Worldbuilding Prompt" + "WP": "WIP" + "WB": "Worldbuilding Prompt" "AP": "Apocrypha" "FR": "Forgotten Realms" \ No newline at end of file -- cgit v1.2.3 From 0e7425ea2652fedfdf4e3074d515a380a02e725a Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Mon, 25 Dec 2017 00:49:31 -0500 Subject: Added FR, PF, LD tags and colors to all new tags. --- config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 4ca1bac..daf9625 100644 --- a/config.yaml +++ b/config.yaml @@ -25,4 +25,6 @@ categories: "WP": "WIP" "WB": "Worldbuilding Prompt" "AP": "Apocrypha" - "FR": "Forgotten Realms" \ No newline at end of file + "FR": "Forgotten Realms" + "PF": ".PDF" + "LD": "Lore Doc" \ No newline at end of file -- cgit v1.2.3