diff --git a/_config.yml b/_config.yml index a0e130de8..6adcbda5d 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,11 @@ gh_edit_repository: "https://github.com/AcademySoftwareFoundation/tac" # the git gh_edit_branch: "main" # the branch that your docs is served from gh_edit_view_mode: "tree" +landscape_url: 'https://landscape.aswf.io' +calendar_url: 'https://calendar.aswf.io' +slack_url: 'https://slack.aswf.io' +vote_of_tac_committee_title: "Industry Representative" + aux_links: "Need help or have a question? Contact us here": - "//servicedesk.aswf.io" diff --git a/_includes/calendar.html b/_includes/calendar.html index b5526a6cc..addab8d9a 100644 --- a/_includes/calendar.html +++ b/_includes/calendar.html @@ -1,3 +1,2 @@ - - + diff --git a/_includes/projectdetails.html b/_includes/projectdetails.html index ad714cbf9..527945e4c 100644 --- a/_includes/projectdetails.html +++ b/_includes/projectdetails.html @@ -6,37 +6,48 @@ - {%- if project["Website"] -%} + {%- if project["Github Org"] -%} + Repo: {{ project["Github Org"] }}
+ {%- elsif project["Primary Github Repo"] -%} + Repo: {{ project["Primary Github Repo"] }}
+ {%- endif -%} + {%- if project["Website"] and project["Website"] != 'none' -%} Website: {{ project["Website"] }}
{%- endif -%} - {%- if project["Dev Mailing List"] -%} + {%- if project["Dev Mailing List"] and project["Dev Mailing List"] != 'none' -%} Dev Mailing List: {{ project["Dev Mailing List"] }}
{%- endif -%} - {%- if project["User Mailing List"] -%} + {%- if project["User Mailing List"] and project["User Mailing List"] != 'none' -%} User Mailing List: {{ project["User Mailing List"] }}
{%- endif -%} - {%- if project["Mailing List"] -%} + {%- if project["Mailing List"] and project["Mailing List"] != 'none' -%} Mailing List: {{ project["Mailing List"] }}
{%- endif -%} - {%- if project["Slug"] == "open-color-io" %} - Slack: slack.opencolorio.org
+ {%- if project["Slack"] and project["Slack"] != 'none' -%} + {{ assign slackstart = project["Slack"] | slice: 0 }} + {%- if slackstart == "#" %} + Slack: {{ project["Slack"] }}
{%- elsif project["Slack"] -%} - Slack: {{ project["Slack"] }}
+ Slack: {{ project["Slack"] }}
+ {%- endif -%} {%- endif -%} - {%- if project["LFX Insights URL"] -%} + {%- if project["LFX Insights URL"] and project["LFX Insights URL"] != 'none' -%} LFX Insights: {{ project["LFX Insights URL"] }}
{%- endif -%} - {%- if project["LFX Security URL"] -%} + {%- if project["LFX Security URL"] and project["LFX Security URL"] != 'none' -%} LFX Security: {{ project["LFX Security URL"] }}
{%- endif -%} - {%- if project["Documentation"] -%} + {%- if project["Documentation"] and project["Documentation"] != 'none' -%} Documentation: {{ project["Documentation"] }}
{%- endif -%} - {%- if project["Leads"] -%} - Leads: {{ project["Leads"] }}
+ {%- if project["Leads"] and project["Leads"] != 'none' -%} + Lead(s): {{ project["Leads"] }}
{%- endif -%} - {%- if project["Meeting Cadence"] -%} - Meeting Cadence: {{ project["Meeting Cadence"] }}
+ {%- if project["Calendar"] and project["Calendar"] != 'none' -%} + Calendar: {{ project["Calendar"] }}
+ {%- endif -%} + {%- if project["Best Practices Badge ID"] and project["Best Practices Badge ID"] != 'none' and project["Best Practices Badge ID"] != 'False' -%} + {%- endif -%} @@ -44,4 +55,3 @@ {%- endfor -%} - diff --git a/_includes/projectlist.html b/_includes/projectlist.html index 011dc4488..0b2831e03 100644 --- a/_includes/projectlist.html +++ b/_includes/projectlist.html @@ -1,3 +1,3 @@ - - + + \ No newline at end of file diff --git a/_includes/tacmembers.html b/_includes/tacmembers.html index 77138356f..1046338fa 100644 --- a/_includes/tacmembers.html +++ b/_includes/tacmembers.html @@ -13,7 +13,7 @@ {%- if member["Appointed By"] == "Membership Entitlement" -%} {{ member["Full Name"] }} - Premier Member Representative + {{ site.membership_top_tier | default: "Premier" }} Member Representative {% if member["Special Role"] == "Chair" %}Chairperson - {% endif %}{{ member["Voting Status"] }} {{ member["Account Name: Account Name"] }} @@ -41,7 +41,7 @@ {%- if member["Appointed By"] == "Vote of TAC Committee" -%} {{ member["Full Name"] }} - Industry Representative + {{ site.vote_of_tac_committee_title | default: "Other Representative" }} {% if member["Special Role"] == "Chair" %}Chairperson - {% endif %}{{ member["Voting Status"] }} {{ member["Account Name: Account Name"] }}