diff --git a/.github/ISSUE_TEMPLATE/link-update.md b/.github/ISSUE_TEMPLATE/link-update.md new file mode 100644 index 0000000..e163f97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/link-update.md @@ -0,0 +1,25 @@ +--- +name: Link Update +about: Create a request to update our directory +title: "[DATA] link for " +labels: directory +assignees: MTecknology + +--- + + is a comment and will be hidden. + - Anything between < > MUST be completed. + - Check out "Data Format" for info: https://github.com/recoverysource/sober.page#data-format +--> + +Subdomain: + + + +- Title: +- Keywords: +- Target: +- Type: +- Feed: diff --git a/README.md b/README.md index a75c7cb..f9e39eb 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ aims to provide support for basic maintenance tasks. See full project details at https://sober.page/. -Hugo Data ---------- +Data Format +----------- **Location:** ``data/domains/.yaml`` diff --git a/content/aa.md b/content/aa.md index 4591bce..fc958c0 100644 --- a/content/aa.md +++ b/content/aa.md @@ -8,8 +8,10 @@ menu: The index of **support group websites for Alcoholics Anonymous:** [^1] -Subdomains can be accessed using ``https://[subdomain].sober.page`` -or ``https://[subdomain].sobersupport.group`` [^2] +Subdomains can be accessed using ``https://[subdomain].sober.page`` [^2] + +Please create a ["Link Update" request](https://github.com/recoverysource/sober.page/issues/new/choose) +if you find any errors on this page! {{< dns-list domains="aa" >}} diff --git a/nginx.conf b/nginx.conf index c7f5db5..397516f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -11,6 +11,7 @@ server { # Note: Only external redirects should be handled by this server block. ## map $host $canonical_redirect { + # Generated by ./sync:make_map() default https://about.sober.page/unconfigured/; include canonical_redirects.map; }