wil3 / my-data

Template files for Me website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-data

This repo will define the profile specific information for your webpage.

##Instructions

  1. Fork and clone this repo.
  2. Add a PDF of your resume/cv to the root of this directory.
  3. Place a photo of yourself in the root.
  4. Populate my-data.json with your profile information, not all fields are required, refer to the schema for details.
  5. For social -> email you can hide your email from bots using something like this.
  6. Optionally include some recent news in news.js that will be displayed as a carousel.
  7. Validate my-data.json with the schema to make sure it will render.

You can do this in a number of ways, with Python, install jsonschema

sudo pip install jsonschema

Validate the JSON file.

jsonschema -i my-data.json my-data.schema

##Styling your page, make it your own

  1. Change the color theme. Visit here to create a color theme. Once you have chosen your colors download the file from the middle of the color wheel. Save the file as theme.css to the styles directory.
  2. Edit styles/styles.css to change color of icons and carousel buttons. You should match this to a color chosen in your theme. Additionally use this file to add or override any styles.
  3. If you dont want to the github ribbon, you can uncomment the style.

##Example

You can view an example JSON file here

About

Template files for Me website


Languages

Language:CSS 64.9%Language:JavaScript 35.1%