This is my personal web site hosted on Netlify. Visit https://petrovski.co to check it out.
- Install Hugo
- Clone this repository
git clone https://github.com/vladimirpetrovski/petrovski.co
cd petrovski.co
- Run Hugo and open in browser http://localhost:1313
hugo serve
- Under
/content/
this repository contains the following:
- A section called
/post/
with sample markdown content - A headless bundle called
homepage
that you may want to use for single page applications. You can find instructions about headless bundles over here
- Once committed on
master
branch, Netlify will automatically deploy the website.