diff --git a/content/posts/taking-screenshot-of-your-code.md b/content/posts/taking-screenshot-of-your-code.md new file mode 100644 index 0000000..8f73f01 --- /dev/null +++ b/content/posts/taking-screenshot-of-your-code.md @@ -0,0 +1,22 @@ ++++ +title = "Create beautiful image of your code" +date = "2019-10-10" +author = "Aloïs Micard" +authorTwitter = "" #do not include @ +cover = "" +tags = [] +keywords = ["", ""] +description = "" +showFullContent = false ++++ + +Ever wanted to know how these cute looking screenshot are taken? + +![](/img/carbon-screenshot.png) + +My answer is [Carbon](https://carbon.now.sh). + +Carbon is an online solution to create screenshot of code, with customizable theme, background color and support a lot of language syntax. +The website allows export in png, svg, or can create a link to the screenshot. + +Happy hacking! \ No newline at end of file diff --git a/static/img/carbon-screenshot.png b/static/img/carbon-screenshot.png new file mode 100644 index 0000000..fc3a72e Binary files /dev/null and b/static/img/carbon-screenshot.png differ