A customisable template for a single-page material design CV website
A material-design inspired web-based CV template, with several different theme choices. The app is very easy to use - you'll only need to modify a single file with your info, then once built the static HTML can be easily deployed to any CDN or static hosting provider.
There's a few sample config files and screenshots here. Or, for a live demo feel free to take a look at my CV at: aliciasykes.com/cv
- Clone from Git -
git clone https://github.com/Lissy93/md-cv-maker.git
- Install Dependencies -
yarn install
- Add content - Populate the
src/locals.json
with your content (here's some examples) - Build - Compile and minify source with
yarn build
- Deploy - Once the project is built, open
dist/index.html
in your browser, or serve it up withyarn start
During development, you can watch for changes and automatically re-build the app, by running yarn watch
All textual content is located in src/locals.json
, if you're happy with the default template, this should be the only file you need to modify. You can view some example templates in the examples/
directory.
βββ examples/ # Some example configs and screenshots
βββ gulpfile.js # Build script
βββ package.json # Project manifest
βββ readme.md # Docs
βββ server.js # Optional server, to serve up built app
βββ src
βββ assets # Any images, fonts, etc to use
βββ locals.json # Text to display (edit this file!)
βββ scripts # JS for interactive content
βββ styles # CSS for styling
βββ views # HTML fragments for layout
After building the project, a new directory - dist/
will be created. This contains all compiled and production ready files which can then be served up or uploaded to your server, ready to go.
Β© Alicia Sykes 2017
Licensed under MIT
Thanks for visiting :)