hmml.conf: Mock up a few more settings [#25]
This commit is contained in:
parent
81ae532ce4
commit
4f9df6795e
|
@ -10,12 +10,16 @@ paths
|
||||||
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
|
# The automatic stub creator will use the stub_base as its base directory
|
||||||
stub_base "${repo_local}/projects";
|
stub_base "${repo_local}/projects";
|
||||||
|
|
||||||
|
quotes_remote "";
|
||||||
|
quotes_local "";
|
||||||
}
|
}
|
||||||
|
|
||||||
authentication
|
authentication
|
||||||
{
|
{
|
||||||
# NOTE(matt): Do we need any more auth stuff? Surely we will
|
# NOTE(matt): Do we need any more auth stuff? Surely we will
|
||||||
repo_token "";
|
repo_token "";
|
||||||
|
quotes_token "";
|
||||||
}
|
}
|
||||||
|
|
||||||
project_info
|
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
|
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:
|
# containing a ; (which is a valid character according to:
|
||||||
# https://url.spec.whatwg.org/#userinfo-percent-encode-set)
|
# 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
|
avatar "some_location.png"; # TODO(matt): Mock up the Credits Menu to determine whether or not we want this
|
||||||
funding_username miblo;
|
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
|
_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";
|
display_name "Yunsup Lee";
|
||||||
homepage "https://www.linkedin.com/in/yunsup-lee-385b692b";
|
homepage "https://www.linkedin.com/in/yunsup-lee-385b692b";
|
||||||
|
|
Loading…
Reference in New Issue