A simple and elegant way of arranging your LaTeX CV data and your works to your personal webpage.
This code makes use of Moderncv documentclass by Xavier Danaux (https://github.com/xdanaux/moderncv) and webpage style-sheet by Jon Barron's code (https://github.com/jonbarron/jonbarron_website) and Aakash Patil (https://github.com/aakash30jan/LatexToWebpage).
. ├── CV │ ├── AkshayAnand.jpg ├── backup │ ├── several version of index files │ │ └── [ALL moderncv documnetclass files] ├── index.html ├── favicon │ ├── several favicon images ├── conferences │ ├── several conference papers ├── presentation │ ├── several presentation images ├── LICENSE ├── README.md └── website ├── <PUT ALL PROJECT IMAGES HERE> └── js └── scramble.js
- Python 2.7 or above
- Latex essentials: texstudio, texlive-latex-extra, overleaf, texlive-fonts-recommended
$ git clone https://github.com/akshay23sept/akshay23sept.github.io
Update
theindex.html
file with your relevant information.- Your updated webpage can be checked with
firefox index.html
. - You may now upload the webpage to your favourite hosting service.
-
Feel free to raise an issue at https://github.com/akshay23sept/akshay23sept.github.io