Skip to content
/ ezcv Public template

A template repo for bootstrapping ezcv projects

License

Notifications You must be signed in to change notification settings

QU-UP/ezcv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezcv

A template repo for bootstrapping ezcv projects

This demo assumes you are:

  1. Using GitHub
  2. Using GitHub pages for deployment
  3. Know Markdown Syntax

Setup

  1. Click on "Use this template" on the GitHub Repo
  2. On the new repository page MAKE SURE YOU CHECK OFF "Include all branches"

Usage

There are two options for creating your site; local and remote editing.

Regardless of which you choose, go through and pick out an included theme, and use that to guide which section and configuration variables you need

Remote editing

Follow the steps outlined on this guide

Local Editing

To edit locally you should know how to use git.

  1. Install a markdown editor (you can technically use any text editor but I would recommend a real editor) such as typora
  2. Clone your git repo
  3. Add in your content
  4. On push to main/master the site will be deployed to github pages for you