nirgn975 / resume

My CV website 🤓

Home Page:https://nir.galon.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Resume

Continuous Deployment GitHub release (latest by date) semantic-release

My Resume (CV) website.

The project build with Hugo and uses devRes theme.

Prerequisites

To install this project, you'll need the following things installed on your machine.

  1. Hugo - $ brew install hugo
  2. Firebase CLI

Development

  1. Clone this repo with the recursive flag: git clone --recurse-submodules git@github.com:nirgn975/resume.git.
  2. Inside the directory, run hugo server -D.

Deployment

First you need firebase

$ npm install -g firebase-tools

Then easily deploy the blog

$ export HUGO_ENV=production
$ hugo && firebase deploy