noisy / portfolio

Source code of my portfolio & blog
https://krzysztofszumny.com
3 stars 1 forks source link

companyUrl and repositoryName added to project properties #137

Closed lukmarcus closed 6 months ago

lukmarcus commented 6 months ago

Closes #133 Closes #134

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

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
netlify[bot] commented 6 months ago

Deploy request for krzysztofszumny pending review.

Visit the deploys page to approve it

Name Link
Latest commit c23aa8e4a97c6c0311dce28088a46da21d01b5d6