Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.02 KB

Klubmorski.pl static website

This is static website for Polish Sail Club located in Kołobrzeg. You can find live version klubmorski.pl

Tech stack

Website is build using HUGO for automatic building static HTML pages. Theme is custom written with Bootstrap 5 and some custom styles and javascripts. It is hosted as static page on Cloudflare

Optimizations

Beyond fast hosting that provides Cloudflare and static websites build without overwelming HTML tags. This website does not include full bootstrap css but only parts that it uses and all images are automatically converted to modern .webp format.

How to run

For development purposes use

hugo server -D --noHTTPCache -p 80

and you can view site on http://localhost

This website is build automatically by Cloudflare although if you would need to build it for production build it with

hugo


If you are adding new images please remember to run

npm run optimize-images