All Projects → arturoherrero → biteydown

arturoherrero / biteydown

Licence: MIT license
Convert your curriculum vitae in markdown syntax to HTML or PDF file.

Programming Languages

ruby
36898 projects - #4 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to biteydown

cv
github.com/enfiskutensykkel/cv/raw/master/cv.pdf
Stars: ✭ 55 (+52.78%)
Mutual labels:  curriculum-vitae, cv
awesome-libraries
😎 Libraries that are being shown in Sourcerer profiles.
Stars: ✭ 131 (+263.89%)
Mutual labels:  curriculum-vitae, cv
cv
A LaTeX template for academic CVs
Stars: ✭ 129 (+258.33%)
Mutual labels:  curriculum-vitae, cv
Sourcerer App
🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
Stars: ✭ 6,645 (+18358.33%)
Mutual labels:  curriculum-vitae, cv
myprofile
Generate your resume easily from Github actions ✅ using discussion section 📃 🚀
Stars: ✭ 19 (-47.22%)
Mutual labels:  curriculum-vitae, cv
cv
[LaTeX] My academic CV
Stars: ✭ 31 (-13.89%)
Mutual labels:  curriculum-vitae
Drowsiness detection
Stars: ✭ 250 (+594.44%)
Mutual labels:  cv
Gordon cnn
A small convolution neural network deep learning framework implemented in c++.
Stars: ✭ 241 (+569.44%)
Mutual labels:  cv
Ailearners
机器学习、深度学习、自然语言处理、计算机视觉、各种算法等AI领域相关技术的路线、教程、干货分享。笔记有:机器学习实战、剑指Offer、cs231n、cs131、吴恩达机器学习、cs224n、python自然语言处理实战
Stars: ✭ 234 (+550%)
Mutual labels:  cv
CV
📜 My Data Driven CV written with R, YAML, & LaTeX
Stars: ✭ 54 (+50%)
Mutual labels:  cv
about.me
Single Page Resume Template
Stars: ✭ 20 (-44.44%)
Mutual labels:  cv
machine learning
机器学习、深度学习、NLP实战项目
Stars: ✭ 123 (+241.67%)
Mutual labels:  cv
tccv
Two columns curriculum vitae
Stars: ✭ 73 (+102.78%)
Mutual labels:  curriculum-vitae
vue-modern-resume
🗂 A simple resume template based on Vue.js framework and Vuetify UI toolkit.
Stars: ✭ 104 (+188.89%)
Mutual labels:  cv
myCV
my CV made with compile-latex
Stars: ✭ 24 (-33.33%)
Mutual labels:  cv
Watermark Remover
Remove watermark automatically(Just can use for fixed position watermark till now). 自动水印消除算法的实现(目前只支持固定水印位置)。
Stars: ✭ 236 (+555.56%)
Mutual labels:  cv
online-resume
Programmers Online Resume Website Jekyll Theme Check Live Preview @
Stars: ✭ 47 (+30.56%)
Mutual labels:  cv
Frontend-Learning-Journey
Tutorials, definitions, frameworks and some of the projects i made when starting to learn frontend web developement
Stars: ✭ 28 (-22.22%)
Mutual labels:  cv
cvfy
CV generator built with Nuxt.js, TailwindCSS, deployed on Netlify.
Stars: ✭ 165 (+358.33%)
Mutual labels:  curriculum-vitae
TensorRT CV
🚀🚀🚀NVIDIA TensorRT 加速推断教程!
Stars: ✭ 125 (+247.22%)
Mutual labels:  cv

biteydown

Build Status Code Climate

Convert your curriculum vitae in Markdown syntax to HTML or PDF file.

Installation

$ git clone [email protected]:arturoherrero/biteydown.git
$ bundle install

Usage

$ bin/biteydown -help
Usage: biteydown [options] markdown_file.md
        --html                       Create HTML file
        --pdf                        Create PDF file
        --css file                   Path to CSS file
    -h, --help                       Display help

$ bin/biteydown --html --pdf example/curriculum.md
$ bin/biteydown --pdf example/curriculum.md
$ bin/biteydown --pdf --css style/style.css example/curriculum.md

Style

You can customize the look and feel of text and headings in your document using the style/style.css file or a custom CSS file. First is transformed the Markdown document to HTML file and then apply the style. It's a little bit hacky, but works fine.

Markdown is a lightweight markup language designed as an easy-to-read, easy-to-write plain text format and then convert it to structurally valid HTML; therefore, CSS selectors can be used to customize the curriculum.

image

CSS works by associating rules with HTML elements. In this case, there are a little group of selectors that can be used: h1-h6, blockquote, a, li, code, strong, em, img. You can use id or class selectors to create rules that apply to elements by using kramdown block attributes syntax.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].