Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

companyUrl and repositoryName added to project properties #137

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

lukmarcus
Copy link
Collaborator

Closes #133
Closes #134

Similar to Site Name, I added additional properties to projects, so the portfolio author can generate:

  • Company name with a custom URL
  • Repository URL with name covering its link

All working company variants:

# project.companyName project.companyUrl Rendered "Company" Section
1 yes yes <a href="project.companyUrl">project.companyName</a>
2 yes no project.companyName
3 no yes <a href="project.companyUrl">project.companyUrl</a>
4 no no Not Rendered

All working repository variants:

# project.repositoryName project.repositoryUrl Rendered "Source Code" Section
1 yes yes <a href="project.repositoryUrl">project.repositoryName</a>
2 yes no Not Rendered
3 no yes <a href="project.repositoryUrl">project.repositoryUrl</a>
4 no no Not Rendered

Copy link

netlify bot commented Apr 15, 2024

👷 Deploy request for krzysztofszumny pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit c23aa8e

@noisy noisy merged commit f4a3fd8 into noisy:master Apr 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants