Skip to content

skibish/sergeykibish.com

Repository files navigation

My website

Github Actions: Deploy

This repository contain sources of my website.

View locally

# one time
npm install

hugo serve

Build

npm install
hugo --minify

Deploy

See GitHub Actions.