Skip to content
/ v1 Public

v1 of my personal website

Notifications You must be signed in to change notification settings

andreiio/v1

Repository files navigation

andrei.io – v1

The first iteration of andrei.io, built with gulp.js and Hugo

demo

Build Setup

# install dependencies
$ npm install

# build the frontend
$ npm run build

# serve on localhost:1313
$ hugo serve

# generate minified files
$ hugo --minify