vhugo / vhugo.github.io-src

Generates my personal website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Generates my personal website


Languages

Language:Makefile 37.9%Language:Lua 31.1%Language:CSS 24.8%Language:HTML 6.1%