From 0de3d931960adda4f410f915da9c0d9ee1374e24 Mon Sep 17 00:00:00 2001 From: salomonelli Date: Mon, 12 Jun 2017 19:40:31 +0200 Subject: [PATCH] UPDATE hadlines --- DEVELOPER.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 81f4e27..f044f64 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -1,5 +1,7 @@ # Developer Docs +Table of Contents + [Templates](#templates) [Fonts](#fonts) @@ -11,7 +13,7 @@ In the directory `src/resumes` you will find all existing templates. -### Creating new templates +### Creating New Templates 1. Create a copy of `src/resumes/template.vue`. @@ -36,7 +38,7 @@ Your new resume will be now reachable at [localhost:8080/#/resume/TEMPLATE-NAME] This project contains the [Material Design](https://github.com/google/material-design-icons) and [Font Awesome](https://github.com/FortAwesome/Font-Awesome) icon sets. -### Included fonts +### Included Fonts These fonts are included: @@ -49,7 +51,7 @@ These fonts are included: - Source Sans Pro -### Adding a new fonts +### Adding a New Font All fonts are installed via npm. To add a new font, search for the associated npm-module. Add the module to the package.json and install it. Import the css file in `src/App.vue`.