Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 681 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 681 Bytes

https://cloudflare-ipfs.com/ipfs/Qmay2KJv1fGVS4iwhWtgyLFY5b5SKZiq3uRADAC6b9LyWf/

Install

> git clone https://github.com/dimakorzhovnik/cybercongress.git

The following commands are available:

make

Build the optimised site to the ./public dir

make serve

Preview the production ready site at http://localhost:1313 (requires hugo on your PATH)

make dev

Start a hot-reloading dev server on http://localhost:1313 (requires hugo on your PATH)

make minify

Optimise all the things!

make deploy

Build the site in the public dir and add to ipfs (requires hugo & ipfs on your PATH)