Skip to content

How to add links for projects? #22

Closed Answered by sinaatalay
andrefpoliveira asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, this can already be achieved with Markdown links. RenderCV supports Markdown format, so you can use markdown in your entries.

Example:

name: Some Project | [Google Play Store](https://example.com), [App Store]([Google Play Store](https://example.com))
location: Remote
date: 2021-09
highlights:
  - Developed a web application with **React** and **Django**.
  - Implemented a **RESTful API**

which will be rendered as:

Or you can even do this in the location field, like shown below:

name: Some Project
location: "[Google Play Store](https://example.com)"
date: 2021-09
highlights:
  - Developed a web application with **React** and **Django**.
  - Implemented a **RESTful API**

which will…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@andrefpoliveira
Comment options

Answer selected by sinaatalay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants
Converted from issue

This discussion was converted from issue #21 on February 27, 2024 17:25.