Create your CV using Markdown with a simple and beautiful theme.
Go to file
Sofía Aritz 0e837f3fdd Initial commit
Cleared for release
2023-03-05 15:00:07 +01:00
.vscode Initial commit 2023-03-05 15:00:07 +01:00
public Initial commit 2023-03-05 15:00:07 +01:00
src Initial commit 2023-03-05 15:00:07 +01:00
.gitignore Initial commit 2023-03-05 15:00:07 +01:00
index.html Initial commit 2023-03-05 15:00:07 +01:00
package.json Initial commit 2023-03-05 15:00:07 +01:00
README.md Initial commit 2023-03-05 15:00:07 +01:00
svelte.config.js Initial commit 2023-03-05 15:00:07 +01:00
tsconfig.json Initial commit 2023-03-05 15:00:07 +01:00
tsconfig.node.json Initial commit 2023-03-05 15:00:07 +01:00
vite.config.ts Initial commit 2023-03-05 15:00:07 +01:00
yarn.lock Initial commit 2023-03-05 15:00:07 +01:00

Markdown CV

Create your CV using Markdown with a simple and beautiful theme.

Usage

  1. Go to md-cv.sofiaritz.com.
  2. Use the given textarea to create your CV, it is automatically saved on localStorage.
  3. Press the Imprimir button to print the CV.

Advanced usage

You can host the CV on your own server and share a link to the Markdown CV instance to have things like links, share options, etc.

In order to do that you need to do the following:

  1. Upload the CV's markdown file to your own server.
  2. Ensure the server sends a valid Access-Control-Allow-Origin. (for example, Access-Control-Allow-Origin: *)
  3. Send a link with the following structure: https://md-cv.sofiaritz.com/?source={full_link} (for example, https://md-cv.sofiaritz.com/?source=https://example.org/cv.md)

To-Do

  • Improve the CV-fetching code
  • Prevent flashing when remote CVs are loaded fast

Expectations

This project was done in just a day. Code quality isn't the best. I will slowly improve the project according to my needs. The things in the To-Do list will probably be done at some point in time.

However, with that being said, if you'd like to contribute or fix something or suggest anything, feel free to create an account and go for it! :)