diff --git a/hmml_to_html/hmml.conf b/hmml_to_html/hmml.conf index 67b8865..b55b120 100644 --- a/hmml_to_html/hmml.conf +++ b/hmml_to_html/hmml.conf @@ -7,15 +7,19 @@ paths # All *.hmml files below the repo_remote location are to be pulled in to the system with the directories being compared with # the member and project settings from the [video] node repo_remote "https://git.handmade.network/Annotation-Pushers/Annotation-Game"; - repo_local "/usr/local/www/repo"; + repo_local "/usr/local/www/repo"; # The automatic stub creator will use the stub_base as its base directory stub_base "${repo_local}/projects"; + + quotes_remote ""; + quotes_local ""; } authentication { # NOTE(matt): Do we need any more auth stuff? Surely we will repo_token ""; + quotes_token ""; } project_info @@ -50,6 +54,9 @@ credentials homepage "http://miblodelcarpio.co.uk/"; # May optionally be quoted, as the admin prefers, but must be quoted if # containing a ; (which is a valid character according to: # https://url.spec.whatwg.org/#userinfo-percent-encode-set) + # + # For a Network Edition instance, it may be nice, although not mandatory, if + # the homepage is set to the member's profile page in the Network avatar "some_location.png"; # TODO(matt): Mock up the Credits Menu to determine whether or not we want this funding_username miblo; } @@ -62,6 +69,7 @@ credentials } _yunsup_lee # Prefixing with _ could be the convention for guests who are not in the member base of the (associated) network + # If so, maybe throw a warning for the annotator when a _-prefixed member is not present in the config { display_name "Yunsup Lee"; homepage "https://www.linkedin.com/in/yunsup-lee-385b692b";