/vhugo.github.io-src

Generates my personal website

Primary LanguageMakefile

Personal website of Victor Alves

Requirements

On Arch:

sudo pacman -Sy pandoc jpegoptim

On Mac:

brew install pandoc jpegoptim

On Android (via Termux):

pkg install make pandoc jpegoptim

Usage

# clone this repository
> git clone https://github.com/vhugo/vhugo.github.io-src.git

# change to the repo's directory
> cd vhugo.github.io-src

# run make default's recipes
> make

New or edit a page

# edit a markdown page
> nvim ./content/pages/new-page.md

# run make default's recipes
> make

# open the html in the browser
> open ./site/new-page.html