Code Monkey home page Code Monkey logo

md-website-cv's Introduction

Luke's Markdown/LaTeX/pdf CV/Website

This is just a little experiment that I might implement for my own website and CV. Here's what I wanted:

  • Simplification: I don't have to update both my CV and website differently.
  • Printability: My website should have a printable, handout-able counterpart for personal info (CV) and other writings.
  • Automatic formatting: I want to be able to change the structure, and all the formatting, the nav bar and sections, should be natural.

This is the solution

It's simple. There's one markdown file index.md, which has all of my personal information and details in nice litte sections and subsections.

I use a makefile to compile it into a LaTeX .pdf and an HTML file via pandoc.

For the HTML conversion I use a CSS stylesheet (style.css) which:

  • Gives a custom background and div settings for the content area.
  • Creates a "table of contents" from the section headings and converts that into a menu bar where the subsections drop down.
  • Hides some longer content away to reappear on mouseover.

For the LaTeX/pdf conversion, I use a pandoc LaTeX template file with some custom settings as well. These are located in the template.tex file.

Use

Make changes to the markdown file index.md. Run make (or make compile) and it will produce a .pdf and .html.

Dependencies

pandoc, LaTeX, and if you want to use the makefile, make (you can copy the commands and run them manually if you want).

md-website-cv's People

Contributors

lukesmithxyz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.