Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 553 Bytes

File metadata and controls

33 lines (23 loc) · 553 Bytes

Code for my personal website - obrepalski.com

All code examples etc. can be found in examples/ folder

Tools

Framework: Hugo

https://gohugo.io/

Theme: Blowfish

https://blowfish.page/

Hosting: Cloudflare

https://pages.cloudflare.com/

Useful commands

Generating new content:

hugo build

The website is configured to publish automatically on push to master

Running Hugo server (-D for building drafts):

hugo serve -D

Updating blowfish:

git submodule update --remote