A template repo for bootstrapping ezcv projects
This demo assumes you are:
- Using GitHub
- Using GitHub pages for deployment
- Know Markdown Syntax
- Click on "Use this template" on the GitHub Repo
- On the new repository page MAKE SURE YOU CHECK OFF "Include all branches"
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
Follow the steps outlined on this guide
To edit locally you should know how to use git.
- Install a markdown editor (you can technically use any text editor but I would recommend a real editor) such as typora
- Clone your git repo
- Add in your content
- On push to main/master the site will be deployed to github pages for you