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 #135

Closed
wants to merge 1 commit into from

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 10, 2024

👷 Deploy request for krzysztofszumny pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit c23aa8e

@lukmarcus lukmarcus closed this Apr 15, 2024
@lukmarcus lukmarcus deleted the noisy-master branch April 15, 2024 22:35
@lukmarcus lukmarcus restored the noisy-master branch April 15, 2024 22:37
@lukmarcus lukmarcus deleted the noisy-master branch April 15, 2024 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant